document.write( "Question 774964: A customer pays $1,100 in state taxes on a newly purchased car. What is the value of the car if state taxes are 8.9% of the value?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #472575 by pakhi(24) You can put this solution on YOUR website! Let the value of the newly purchased car be $'x'. \n" ); document.write( "So the state tax is $(8.9/100)x \n" ); document.write( "But the tax is $1100. \n" ); document.write( "Therefore (8.9/100)x = 1100 \n" ); document.write( "or x = 1100 * (100/8.9) \n" ); document.write( "or x = 12359.55(approx.) \n" ); document.write( "Therefore the price of the new car is $12359.55\r \n" ); document.write( "\n" ); document.write( "check: (8.9/100)12359.55 = 1099.99995 = 1100(approx.) \n" ); document.write( " \n" ); document.write( " |