document.write( "Question 1203634: If there was a 30% discount and a 9% sales tax, what was the original price of a car that cost $4815?
\n" ); document.write( "What was the price after applying the discount of 30%?
\n" ); document.write( "How much taxes were paid?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #839361 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "If there was a 30% discount and a 9% sales tax, what was the original price of a car that cost $4815?
\n" ); document.write( "What was the price after applying the discount of 30%?
\n" ); document.write( "How much taxes were paid?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x be the original price.\r\n" );
document.write( "\r\n" );
document.write( "Then the price after 30% discount is  x-0.3x = (1-0.3)x = 0.7x.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The general rule is that the sales tax applies to the price after the discount is applied.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, when the 9% tax is applied, the buyer pays 1.09*0.7x = 0.763x.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus, to find x, you have this equation \r\n" );
document.write( "\r\n" );
document.write( "    0.763x = 4815.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From this equation, you get \r\n" );
document.write( "\r\n" );
document.write( "    x = \"4815%2F0.763\" = 6310.62  dollars   (rounded to the closest cent).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus, the original price of the car was 6310.62  dollars.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "After applying the 30% discount, the price was  0.7*6310.62 = 4417.43 dollars  (rounded to the closest cent).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The tax paid was 9% of $4417.43,  or  0.09*4417.43 = 397.57 dollars.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I suspect that in this problem, they do not look at cents, at all, and round everything to closest dollar.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );