document.write( "Question 474939: An airplane has a total mass at take-off of 94 000 kg. The fuel and crew are 1/4 of the mass of the unloaded plane and the passengers and luggage are 1/3 of the mass of the fuel and crew. What is the mass of the unloaded plane. \n" ); document.write( "
Algebra.Com's Answer #325687 by Theo(13342)![]() ![]() You can put this solution on YOUR website! mass at takeoff is 94,000 kg. \n" ); document.write( "this includes fuel and crew and passengers and luggage \n" ); document.write( "the fuel and crew are 1/4 of the mass of the unloaded plane. \n" ); document.write( "the passengers and luggage are 1/3of the mass of the fuel and crew. \n" ); document.write( "let a = mass of unloaded plane. \n" ); document.write( "let b = mass of fuel and crew. \n" ); document.write( "let c = mass of passenters and luggage. \n" ); document.write( "mass of the plane at takeoff is equal to a + b + c. \n" ); document.write( "this means that: \n" ); document.write( "a + b + c = 94,000 kg. \n" ); document.write( "b is equal to 1/4 * a. \n" ); document.write( "c is equal to 1/3 * b. \n" ); document.write( "substituting for c in the equation gets: \n" ); document.write( "a + b + (b/3) = 94,000 kg \n" ); document.write( "substituting for b in the equation gets: \n" ); document.write( "a + (a/4) + ((a/4)/3) = 94,000 kg \n" ); document.write( "simplify this to get: \n" ); document.write( "a + (a/4) + (a/12) = 94,000 kg \n" ); document.write( "convert all denominators on the left hand side of this equation to 12 to get: \n" ); document.write( "12a/12 + 3a/12 + a/12 = 94,000 kg. \n" ); document.write( "combine like terms to get: \n" ); document.write( "16a/12 = 94,000 kg \n" ); document.write( "multiply both sides of this equation by (12/16) to get: \n" ); document.write( "a = (94,000 * 12)/16 = 70,500 kg. \n" ); document.write( "since b = a/4, this means that b = 70,500 / 4 = 17,625 kg. \n" ); document.write( "since c = b/3, this means that c = 5,875 kg. \n" ); document.write( "the sum of a + b + c = 70,500 + 17625 + 5,875 = 94,000. \n" ); document.write( "the numbers look good. \n" ); document.write( "we'll confirm by tracing back to the original requirements using them. \n" ); document.write( "the load of the plan at takeoff is 94,000 kg. \n" ); document.write( "the weight of the empty plane is equal to 70,500 kg. \n" ); document.write( "the weight of the fuel and crew is equal to 1/4 of that (70,500 / 4 = 17,625 kg). \n" ); document.write( "the weight of the passengers and luggage is equal to 1/3 of the weight of the fuel and crew (17,625 / 3 = 5,875). \n" ); document.write( "the weight of the plane at takeoff is the weight of the unloaded plan plus the weight of the fuel and crew plus the weight of the passengers and luggage. \n" ); document.write( "the weight of the plane at takeoff is equal to 70,500 + 17,625 + 5,875 which is equal to 94,000 kg. \n" ); document.write( "numbers are good. \n" ); document.write( "problem is solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |