document.write( "Question 127633: I am trying to solve for x.
\n" );
document.write( "Jane's purchased one item at a drug store, and the total with tax is 20.30. What is the cost of the item without tax?
\n" );
document.write( "I wrote the following problem.
\n" );
document.write( "\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #93527 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! assuming the tax is 8.25% then you have: \n" ); document.write( "x+x*.0825=20.30 \n" ); document.write( "x+.0825x=20.30 \n" ); document.write( "1.0825x=20.30 \n" ); document.write( "x=20.30/1.0825 \n" ); document.write( "x=$18.75 is the price before the tax is added. \n" ); document.write( " \n" ); document.write( " |