document.write( "Question 833437: The first plane has 117 more seats than the 2nd plane. The third plane has 18 fewer seats than the the second plane. The total number of seats is 405.Find the the number of seats for each plane. \n" ); document.write( "
Algebra.Com's Answer #502540 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The first plane has 117 more seats than the 2nd plane. The third plane has 18 fewer seats than the the second plane. The total number of seats is 405.Find the the number of seats for each plane.
\n" ); document.write( "***
\n" ); document.write( "let x=number of seats on 2nd plane
\n" ); document.write( "x+117=number of seats on 1st plane
\n" ); document.write( "x-18=number of seats on 3rd plane
\n" ); document.write( "x+x+117+x-18=405
\n" ); document.write( "3x=306
\n" ); document.write( "x=102
\n" ); document.write( "x+117=219
\n" ); document.write( "x-18=84
\n" ); document.write( "number of seats on 2nd plane=102
\n" ); document.write( "number of seats on 1st plane=219
\n" ); document.write( "number of seats on 3rd plane=84
\n" ); document.write( "
\n" );