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 #556523 by lwsshak3(11628) ![]() 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( "*** \n" ); document.write( "let x=original price \n" ); document.write( "20% off=20% off original price=20%x \n" ); document.write( "x-20%x=68 \n" ); document.write( ".80x=68 \n" ); document.write( "x=68/.80 \n" ); document.write( "x=85 \n" ); document.write( "original price=$85 \n" ); document.write( " |