document.write( "Question 654034: The Geology Club of Gilroy Middle School took a field trip to Nisene Marks State Park to visit the epicenter of the 1989 earthquake. There were 3 adults for every 8 students on the field trip. A total of 44 people went on the field trip. How many adults were on the field trip? (Hint: a table may help) \n" ); document.write( "
Algebra.Com's Answer #408597 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The Geology Club of Gilroy Middle School took a field trip to Nisene Marks State Park to visit the epicenter of the 1989 earthquake. There were 3 adults for every 8 students on the field trip. A total of 44 people went on the field trip. How many adults were on the field trip? \n" ); document.write( "** \n" ); document.write( "let x=number of adults who went on the field trip \n" ); document.write( "44-x=number of students who went on the field trip \n" ); document.write( ".. \n" ); document.write( "3/8=x/(44-x) \n" ); document.write( "cross-multiply \n" ); document.write( "8x=3(44-x) \n" ); document.write( "8x=132-3x \n" ); document.write( "11x=132 \n" ); document.write( "x=132/11=12 \n" ); document.write( "number of adults who went on the field trip=12 \n" ); document.write( " |