document.write( "Question 1107761: There are 45 students in a club. 11 of them order small shirts, x order medium, and y order large. The number of students who order medium shirts is 2 less then the number of students who order large shirts. Write a system of linear equations that represent the number of students who ordered medium and large shirts. \n" ); document.write( "
Algebra.Com's Answer #722840 by addingup(3677)![]() ![]() You can put this solution on YOUR website! L = M + 2 Since the problem says that x is Medium: \n" ); document.write( "L = x + 2 \n" ); document.write( "11 + x + x + 2 = 45 \n" ); document.write( "13 + 2x = 45 \n" ); document.write( "2x = 32 \n" ); document.write( "x = 16 \n" ); document.write( "L = 16 + 2 = 18 \n" ); document.write( "S = 11 \n" ); document.write( " \n" ); document.write( " |