document.write( "Question 394550: a class went one a field trip. the cost for adults was $6 and students cost $2. the total cost was $72 and there were 26 people on the trip. how many adults and how many studens? \n" ); document.write( "
Algebra.Com's Answer #279941 by pie90010(44)\"\" \"About 
You can put this solution on YOUR website!
system of equations sir.
\n" ); document.write( "let a be number of adults
\n" ); document.write( "let s be number of students
\n" ); document.write( "6a + 2s = 72
\n" ); document.write( " a + s = 26
\n" ); document.write( "start by multiplying the second equation by -2, so you can cancel the S's
\n" ); document.write( "-2a + -2s = -52
\n" ); document.write( " 6a + 2s = 72
\n" ); document.write( "now just add them up
\n" ); document.write( "4a = 20
\n" ); document.write( "a = 5
\n" ); document.write( "so now you know adults, just plug a into the original equation to get s
\n" ); document.write( "a + s = 26
\n" ); document.write( "5 + s = 26
\n" ); document.write( "s = 21
\n" ); document.write( "your final answer would be
\n" ); document.write( "21 students, 5 adults
\n" ); document.write( "
\n" );