document.write( "Question 506704: The total cost of a shirt and a sweater is $80.34. If the price of the shirt was $7.43 less than the sweater, what was the price of the shirt? \n" ); document.write( "
Algebra.Com's Answer #340232 by jennywecas(28)\"\" \"About 
You can put this solution on YOUR website!
h=shirt
\n" ); document.write( "w=sweater
\n" ); document.write( "h+w=80.34
\n" ); document.write( "h=w-7.43
\n" ); document.write( "2w-7.43=80.34
\n" ); document.write( "2w=87.77
\n" ); document.write( "w=43.49
\n" ); document.write( "43.49-7.43=36.46
\n" ); document.write( "the shirst cost $36.46
\n" ); document.write( "
\n" );