document.write( "Question 54282: The price of a car was reduced to 19668. This was a 12% reduction. What was the original price? \n" ); document.write( "
Algebra.Com's Answer #36535 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Price = x \n" ); document.write( "x - 0.12x = 19668 \n" ); document.write( "x(1 - 0.12) = 19668 \n" ); document.write( "0.88x = 19668 \n" ); document.write( "x = $22,350 \n" ); document.write( " |