let say i have a number 10 how can i find number which is 10 % above and 10 % below this number.how do i calculate i am reading about %.please tell how to find it
how to calculate 10 % increase and % below of the number.lets say the Number is 10
i am new to percentage thing need help.please tell me the formula how to do it !!
When you say “$10\%$ above $n$,” it is the number $n+ \frac{10}{100}\times n=1.1\times n$ (note that $\frac{10}{100}\times n$ is $10\%$ of $n$). Similarly, $10\%$ below $n$ is $n-\frac{10}{100}\times n=0.9\times n$.