document.write( "Question 151801: Maureen paid $62.06 including 7% tax for a sweater. How much did the sweater itself cost? \n" ); document.write( "
Algebra.Com's Answer #111591 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
\"TotalCost+=+SweaterCost+%2B+Tax\"
\n" ); document.write( "\"TotalCost+=+SweaterCost+%2B+SweaterCost%2A%280.07%29\"
\n" ); document.write( "\"62.06+=+SweaterCost%281+%2B+0.07%29\"
\n" ); document.write( "\"62.06%2F%281.07%29+=+SweaterCost\"
\n" ); document.write( "\"58.00+=+SweaterCost\"
\n" ); document.write( "
\n" );