document.write( "Question 272430: How would u solve a systems of equations applications like this one.
\n" );
document.write( "A class divides into two groups for a science experiment. the first group has five fewer students than the second group. if there are 27 students in the class, how many students are in each group? \n" );
document.write( "
Algebra.Com's Answer #199281 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The class has 27 students divided into two groups. \n" ); document.write( "x = number of students in one group \n" ); document.write( "y = number of students in the other group \n" ); document.write( "x + y = 27 describes the whole class. \n" ); document.write( ". \n" ); document.write( "One group has 5 fewer than the other. This can be shown as: \n" ); document.write( "x = y + 5 :: which means y has 5 fewer than x \n" ); document.write( ". \n" ); document.write( "this can be solved as a system of equations. \n" ); document.write( ". \n" ); document.write( "x + y = 27 \n" ); document.write( "x - y = 5 \n" ); document.write( "add them \n" ); document.write( "2x = 32 \n" ); document.write( "x = 16 \n" ); document.write( ". \n" ); document.write( "which means \n" ); document.write( "y = 27 - 16 = 11 \n" ); document.write( ". \n" ); document.write( "Answer: \n" ); document.write( "One group has 16 and the other has 11. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |