document.write( "Question 917141: Mary spent $68 on a jacket that was on sale for 20% off. What was the original price? \r
\n" );
document.write( "\n" );
document.write( "Answer is $85 but how do I show to get the answer? \n" );
document.write( "
Algebra.Com's Answer #556521 by stanbon(75887) ![]() You can put this solution on YOUR website! Mary spent $68 on a jacket that was on sale for 20% off. What was the original price? \n" ); document.write( " Answer is $85 but how do I show to get the answer? \n" ); document.write( "------ \n" ); document.write( "Let the original price be \"x\":: \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "x - 0.20x = 68 \n" ); document.write( "------- \n" ); document.write( "0.80x = 68 \n" ); document.write( "------- \n" ); document.write( "x = 68/0.8 \n" ); document.write( "---- \n" ); document.write( "x = $85 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |