document.write( "Question 1136422: An airplane has a total of 210 seats. Find the number of each type of seat if the number of coach seats is 30 more than 5 times the number of first class seats \n" ); document.write( "
Algebra.Com's Answer #754200 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
first class=F
\n" ); document.write( "coach=C
\n" ); document.write( "C=5F+30
\n" ); document.write( "total is 210
\n" ); document.write( "F+5F=30=210
\n" ); document.write( "6F=180
\n" ); document.write( "F=30
\n" ); document.write( "C=180, which is 30 more than 5 times 30
\n" ); document.write( "
\n" ); document.write( "
\n" );