document.write( "Question 233622: An airplane has a total of 387 seats. The number of coach-class seats is 2 more than 4 times the number of first-class seats. How many of each type of seat are there on the plane? \n" ); document.write( "
Algebra.Com's Answer #172421 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An airplane has a total of 387 seats. The number of coach-class seats is 2 more than 4 times the number of first-class seats. How many of each type of seat are there on the plane? \n" ); document.write( "--------------- \n" ); document.write( "Let the number of 1st-class seats be \"x\". \n" ); document.write( "Then number of coach seats is \"4x+2\". \n" ); document.write( "---------------- \n" ); document.write( "Equation: \n" ); document.write( "x + 4x+2 = 387 \n" ); document.write( "5x = 385 \n" ); document.write( "x = 77 (# of 1st class seats) \n" ); document.write( "387-77 = 310 (# of coach seats) \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |