document.write( "Question 306399: Englewood High school is planning a field trip to everglades national park. on the trip, there must be a minimum of one adult for every 8 students. the buses can carry a maximum of 480 people. Define variables and write a system of inequalities to represent this situation. \n" ); document.write( "
Algebra.Com's Answer #219333 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! p= people on trip \n" ); document.write( "a=adults on trip \n" ); document.write( "s=students on trip \n" ); document.write( "9p<=480 \n" ); document.write( "a>=8s \n" ); document.write( "p=a+s \n" ); document.write( " \n" ); document.write( " |