document.write( "Question 1164452: Use two equations in two variables to solve the application. \r
\n" );
document.write( "\n" );
document.write( "Two pairs of shoes and four pairs of socks cost $103, and three pairs of shoes and five pairs of socks cost $150. Find the cost of a pair of socks. \n" );
document.write( "
Algebra.Com's Answer #788853 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Use two equations in two variables to solve the application. \r \n" ); document.write( "\n" ); document.write( "Two pairs of shoes and four pairs of socks cost $103, and three pairs of shoes and five pairs of socks cost $150. Find the cost of a pair of socks. \n" ); document.write( "============================ \n" ); document.write( "S = # of pairs of shoes \n" ); document.write( "K = # of pairs of socks \n" ); document.write( "--- \n" ); document.write( "2S + 4K = 103 \n" ); document.write( "3S + 5K = 150 \n" ); document.write( "======================= \n" ); document.write( "etc \n" ); document.write( " |