document.write( "Question 223080: A customer pays $1,100.00 in state taxes on a newly perchased car. What is the value of the car if state taxes are 8.9% of the value.
\n" );
document.write( " I tried muliplying 1100 by 8.9% still lost. \n" );
document.write( "
Algebra.Com's Answer #330536 by JWG(21) ![]() You can put this solution on YOUR website! Another way of looking at this problem: \n" ); document.write( "The question says, \"8.9% of 'some number' equals 1,100--what is the value of some number'?\" Let's call the number 'x'. \n" ); document.write( ".089x=1100 \n" ); document.write( "x=1100/.089 \n" ); document.write( " |