document.write( "Question 448584: What formula do I use to find the original price of something? I know the final amount and the percentage added. Example: the final amount is $100.00. The percentage added is 20%. What is the original amount without the 20% added? \n" ); document.write( "
Algebra.Com's Answer #308653 by nerdybill(7384) You can put this solution on YOUR website! What formula do I use to find the original price of something? I know the final amount and the percentage added. Example: the final amount is $100.00. The percentage added is 20%. What is the original amount without the 20% added? \n" ); document.write( "Let x = original price \n" ); document.write( "then \n" ); document.write( "x + .20x = 100 \n" ); document.write( "x(1+.20) = 100 \n" ); document.write( "1.20x = 100 \n" ); document.write( "x = 100/1.20 (this is what you're looking for) \n" ); document.write( "x = $83.33 \n" ); document.write( "replace the 100 with whatever other \"final amount\" and you'll see the original price\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |