document.write( "Question 333606: Mike bought a shirt and a package of socks. The shirt cost $17.50 more than the socks. Mike paid $30 total. How much did each cost? \r
\n" );
document.write( "\n" );
document.write( "Total= $30
\n" );
document.write( "shirt=x
\n" );
document.write( "socks=x\r
\n" );
document.write( "\n" );
document.write( "Thank you in advance! \n" );
document.write( "
Algebra.Com's Answer #239030 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Mike bought a shirt and a package of socks. The shirt cost $17.50 more than the socks. Mike paid $30 total. How much did each cost? \n" ); document.write( "Total= $30 \n" ); document.write( "shirt=x \n" ); document.write( "socks=x-17.50 \n" ); document.write( "Equation: \n" ); document.write( "value + value = value \n" ); document.write( "x + x-17.50 = 30 \n" ); document.write( "2x = 47.5 \n" ); document.write( "x = 23.75 (price of a shirt) \n" ); document.write( "--- \n" ); document.write( "x-17.50 = $6.25 (price of a pack of socks) \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |