document.write( "Question 652169: Hi there! Stupid stuck! (Again!)\r
\n" );
document.write( "\n" );
document.write( "Joe buys five shirts and three shorts for $51.
\n" );
document.write( "Bill buys three shirts and seven shorts for $80.
\n" );
document.write( "How much does each shirt and each pair of shorts cost.\r
\n" );
document.write( "\n" );
document.write( "So, if x is cost of each shirt
\n" );
document.write( "And if y is the cost of each pair of shorts, wouldn't the restated problem be:\r
\n" );
document.write( "\n" );
document.write( "8x + 10y = $131? Where do I go from here. I am stuck, again. \n" );
document.write( "
Algebra.Com's Answer #407923 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Joe buys five shirts and three shorts for $51. \n" ); document.write( "Bill buys three shirts and seven shorts for $80. \n" ); document.write( "How much does each shirt and each pair of shorts cost. \n" ); document.write( "So, if x is cost of each shirt \n" ); document.write( "And if y is the cost of each pair of shorts \n" ); document.write( ". \n" ); document.write( "gives you the \"system of equations\": \n" ); document.write( "5x + 3y = 51 \n" ); document.write( "3x + 7y = 80 \n" ); document.write( "solve by the \"addition method\". \n" ); document.write( "multiply top eq by 3 and bottom eq by -5 then combine both: \n" ); document.write( " 15x + 9y = 153 \n" ); document.write( "-15x -35y =-400 \n" ); document.write( "---------------- \n" ); document.write( " -26y = -247 \n" ); document.write( " y = $9.50 (shorts) \n" ); document.write( ". \n" ); document.write( "shirts: \n" ); document.write( "5x + 3y = 51 \n" ); document.write( "5x + 3(9.50) = 51 \n" ); document.write( "5x + 28.50 = 51 \n" ); document.write( "5x = 22.50 \n" ); document.write( "x = $4.50 \n" ); document.write( " \n" ); document.write( " |