document.write( "Question 160031: 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 #118013 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 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( "Let x = original price \n" ); document.write( "then \n" ); document.write( "x - .20x = 12590 \n" ); document.write( ".80x = 12590 \n" ); document.write( "x = 12590/.80 \n" ); document.write( "x = $15,737.50 \n" ); document.write( " |