document.write( "Question 152303: Maureen paid $62.06 including 7% tax, for a sweater. How much did the sweater itself cost? \n" ); document.write( "
Algebra.Com's Answer #111966 by orca(409)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the original price of the sweater. \n" ); document.write( "The tax paid is 7%x. \n" ); document.write( "So x + 7%x = 62.06 \n" ); document.write( "Solving for x, we have \n" ); document.write( "1.07x = 62.o6 \n" ); document.write( "x = 58 \n" ); document.write( "So the sweater itself costs $58. \n" ); document.write( " \n" ); document.write( " |