document.write( "Question 202478: Christina purchased a new car and paid $12,880 after a price reduction of 8% was applied to the original price. What was the original price of the vehicle before the discount was applied? To earn credit, you MUST construct an algebraic equation with a variable and solve using algebra steps. \n" ); document.write( "
Algebra.Com's Answer #152717 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let x = original price of the car.
\n" ); document.write( "x - .08*x = 12880
\n" ); document.write( ".92*x = 12880
\n" ); document.write( "x = 12880/.92
\n" ); document.write( "x = 14000
\n" ); document.write( "-----
\n" ); document.write( "original price of the car is 14000.
\n" ); document.write( "8% of 14000 = 1120
\n" ); document.write( "14000 - 1120 = 12880
\n" ); document.write( "-----
\n" ); document.write( "
\n" );