document.write( "Question 549416: Please see how to solve the following algebra word problem. I do not know where to start.\r
\n" );
document.write( "\n" );
document.write( "A man bought 3 shirts and 8 pairs of slacks for $237. At the same store, another man bought 5 shirts and 3 pairs of slacks for $147. Find the cost of 1 shirt and 1 pair of slacks.\r
\n" );
document.write( "\n" );
document.write( "Thank you,
\n" );
document.write( "Natasha \n" );
document.write( "
Algebra.Com's Answer #357735 by scott8148(6628) You can put this solution on YOUR website! x = cost of shirts, y = cost of slacks\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"A man bought 3 shirts and 8 pairs of slacks for $237\" ___ 3x + 8y = 237\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"another man bought 5 shirts and 3 pairs of slacks for $147\" ___ 5x + 8y = 147\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve the system of equations for x and y \n" ); document.write( " |