document.write( "Question 337574: 32.00 dollars total bill. Jeans cost 10.00 dollars more than shirt. What did jeans cost? \n" ); document.write( "
Algebra.Com's Answer #241986 by benazir.sj@gmail.com(109)\"\" \"About 
You can put this solution on YOUR website!
cost of shirt =x
\n" ); document.write( "cost of jeans =x+10
\n" ); document.write( "total cost =$32
\n" ); document.write( "x+x+10 =32
\n" ); document.write( "2x+10 =32
\n" ); document.write( "2x=32-10
\n" ); document.write( "2x=22
\n" ); document.write( "x=11
\n" ); document.write( "cost of shirt =$11
\n" ); document.write( "cost of jeans =x+10
\n" ); document.write( " =$11+$10
\n" ); document.write( " =$21
\n" ); document.write( "
\n" );