document.write( "Question 164170: A group can charter a particular aircraft at a fixed total cost. If 36 people charter the aircraft rather than 40 people, then the cost per person is greater by $12. What is the cost per person if 40 people charter the aircraft \n" ); document.write( "
Algebra.Com's Answer #120955 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! Let: \n" ); document.write( "the cost per person if 40 people charter = x \n" ); document.write( "then the cost per person if 36 people charter = x + 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "because the total cost is fixed: \n" ); document.write( "36*(x + 12) = 40*x \n" ); document.write( "<=> 36x + 432 = 40x \n" ); document.write( "<=> 432 = 40x - 36x \n" ); document.write( "<=> 432 = 4x \n" ); document.write( "<=> x = 432/4 = 108\r \n" ); document.write( "\n" ); document.write( "so the cost per person if 40 people charter is $108 \n" ); document.write( " |