document.write( "Question 130250This question is from textbook
\n" ); document.write( ": Ok, A group of 59 people are traveling by bus. Each child (c) has 2 pieces of luggage and each adult (a) has 3 pieces of luggage. The total number of pieces of luggage is 124.\r
\n" ); document.write( "\n" ); document.write( "Write a system of equations that describes the abouve sitituation\r
\n" ); document.write( "\n" ); document.write( "How many adults are on the bus? How many children?
\n" ); document.write( "

Algebra.Com's Answer #95221 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=adults and y=children\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"A group of 59 people are traveling by bus\" __ x+y=59 __ y=59-x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"Each child (c) has 2 pieces of luggage and each adult (a) has 3 pieces of luggage. The total number of pieces of luggage is 124.\"
\n" ); document.write( "__ 3x+2y=124\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting __ 3x+2(59-x)=124 __ 3x+118-2x=124 __ x=\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substitute the value of x into the 1st equation to find y
\n" ); document.write( "
\n" );