document.write( "Question 17880: What is the formula to figure the percentage one number represent over another? For example if I sold $1,613 last year, and will sell $1,804 this year, what is the % increase? \n" ); document.write( "
Algebra.Com's Answer #8642 by jpstewa(1)\"\" \"About 
You can put this solution on YOUR website!
The percentage is easily found by dividing amount 2 by amount 1, subtracting 1 and multiplying by 100. The result is a positive or negative percentage, depending if amount 2 > or < amount 1. \r
\n" ); document.write( "\n" ); document.write( "The specific answer to your question would be:
\n" ); document.write( "{[(1804/1613)-1]*100} = {[(1.11841...)-1]*100} = 11.8412895... %
\n" ); document.write( "
\n" );