4
$\begingroup$

I know this seems like a juvenile question, but for some reason I can't recall how to do this.

Lets say I want to find 87 reduced by 99.75%. What is the equation to do that?

Thanks!

  • 1
    See my answer to this similar question here http://math.stackexchange.com/questions/14715/the-logic-behind-the-rule-of-three-on-this-calculation/14753#147532010-12-20

2 Answers 2

4

A simple formula for this is: $$ \text{ New Number } = \text{ Old Number } \times \left(\frac{100 - x}{100}\right)$$

In general if a number is increased or decreased by $x\%$ then the new number is given by: $$ \text{ Old Number } \times \left(\frac{100 \pm x}{100}\right)$$

  • 0
    This is what I remember as the formula I was looking for! Thanks2010-12-20
7

If you want $X$% of 87, multiply the latter by $\frac{X}{100}$. (So, for example, to get 25 percent, you multiply by $0.25$).

If by "reduced by 99.75%" you mean 99.75% of the total, then, multiply by $.9975$. If "reduced by 99.75%" means taking 99.75% off (so you are left with only 0.25%), then multiply by $0.0025$.

  • 0
    Great answer! Very informative, thank you2010-12-20