document.write( "Question 203150: The sales price of a car is $12,590, which is 20% off the original price. What is the original price? \n" ); document.write( "
Algebra.Com's Answer #153274 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let x = the orignal price.
\n" ); document.write( "The sales price is x (the original price) less the discount 0.2x ( 20% of the original price), so...
\n" ); document.write( "x-0.2x = $12,590.00
\n" ); document.write( "x(1-0.2) = $12,590.00
\n" ); document.write( "x(0.8) = $12,590.00 Divide both sides by 0.8
\n" ); document.write( "x = $15,737.50
\n" ); document.write( "
\n" );