document.write( "Question 254837: The sales price of a car is $12,590, which is 20% off the original price. What is the original price? \r
\n" );
document.write( "\n" );
document.write( "A. $14,310.40
\n" );
document.write( "B. $14,990.90
\n" );
document.write( "C. $15,290.70
\n" );
document.write( "D. $15,737.50
\n" );
document.write( "E. $16,935.80 \n" );
document.write( "
Algebra.Com's Answer #187132 by vksarvepalli(154)![]() ![]() You can put this solution on YOUR website! sales price of a car is $12,590, which is 20% off the original price(op)\r \n" ); document.write( "\n" ); document.write( "that means op-(20/100)*op=12590\r \n" ); document.write( "\n" ); document.write( "so op*(1-0.2)=12590\r \n" ); document.write( "\n" ); document.write( "so original price =12590/0.8\r \n" ); document.write( "\n" ); document.write( "thus original price =15737.50 $\r \n" ); document.write( "\n" ); document.write( "Ans. D \n" ); document.write( " |