I'm currently working in an modeling program and scaled something down to 85%. I would like to use another scale to transform it to back to its original size, however is proving more difficult than I thought. Simply reversing the scale does not work:
1 * .85 = .85
.85 * 1.15 = 0.9775
What's the actual scale I'd want to use to bring my model back to 1, and what's the formula I'd want to use so I can repeat it in the future?