document.write( "Question 152776: The sales price of a car is $12,590, which is 20% off the original price. What is the original price?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #112294 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! x=original price \n" ); document.write( "then x-0.2x=0.8x=12590 \n" ); document.write( "then x=12590/0.8=15625\r \n" ); document.write( "\n" ); document.write( "Answer: $15737.5 \n" ); document.write( " |