document.write( "Question 238861: 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 #175500 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"x\" = the original price
\n" ); document.write( "given:
\n" ); document.write( "\"x+-+.2x+=+12590\"
\n" ); document.write( "\"x%2A%281+-+.2%29+=+12590\"
\n" ); document.write( "\"x+=+12590%2F.8\"
\n" ); document.write( "\"x+=+15737.5\"
\n" ); document.write( "The original price was $15,737.50
\n" ); document.write( "
\n" );