document.write( "Question 458568: If a couch cost $640 after a 20% discount, what was its original price? \r
\n" );
document.write( "\n" );
document.write( "I did 640x.20 and got 128.00 Then I added 128+640 and got 768. \r
\n" );
document.write( "\n" );
document.write( "When I checked the answer sheet it says its 800. I want to know why? Isnt the formula for decreasing and increasing percentage like this: price + (price x %)
\n" );
document.write( "And Price - (price x %) ? \r
\n" );
document.write( "\n" );
document.write( "I also tried 20/100 = 640/x and got a diferent answer. \n" );
document.write( "
Algebra.Com's Answer #314563 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a couch cost $640 after a 20% discount, what was its original price? \n" ); document.write( "------- \n" ); document.write( "Let the original price be \"x\". \n" ); document.write( "Equation: \n" ); document.write( "x - 0.20x = 640 \n" ); document.write( "--- \n" ); document.write( "0.80x = 640 \n" ); document.write( "--------------------- \n" ); document.write( "x = 640/0.80 \n" ); document.write( "--- \n" ); document.write( "x = $800 (original price) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |