document.write( "Question 677133: Simple price asking problem. Is my set up for, \"The price of a car with 18% discount is $19,680. What was the original price of the car? \r
\n" );
document.write( "\n" );
document.write( "I wrote it as 18% x 19,680 = \r
\n" );
document.write( "\n" );
document.write( "Is this the correct set up? Percentage times the price? \n" );
document.write( "
Algebra.Com's Answer #420698 by Alan3354(69443) You can put this solution on YOUR website! Simple price asking problem. Is my set up for, \"The price of a car with 18% discount is $19,680. What was the original price of the car? \n" ); document.write( "--------------------------- \n" ); document.write( "Price - 18% = Price*82% = 0.82*Price \n" ); document.write( "---- \n" ); document.write( "0.82*Price = 19680 \n" ); document.write( "Price = 19680/0.82 \n" ); document.write( "Price = $24000 \n" ); document.write( " \n" ); document.write( " |