document.write( "Question 541048: how do you find the increase or decrease between two number in percent?
\n" ); document.write( "for example: original amount:1500
\n" ); document.write( " new amount:1725\r
\n" ); document.write( "\n" ); document.write( "the question asked me to find the percent of increase or decrease. what should i do for this problem?
\n" ); document.write( "

Algebra.Com's Answer #354013 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
The formula is always the same:
\n" ); document.write( ".
\n" ); document.write( "\"+PctChange+=+%28%28NewValue+-+OldValue%29%2FOldValue%29+%2A+100+\"
\n" ); document.write( ".
\n" ); document.write( "
\n" ); document.write( ".
\n" ); document.write( "Answer: Change is 15%.
\n" ); document.write( "
\n" );