document.write( "Question 139286: At a particular speed, a jumbo jet can travel its own length in 20 seconds. At the same speed, the jumbo jet taxied completely past a 710 foot long hangar in 70 seconds. What is the length of the jumbo jet?\r
\n" );
document.write( "\n" );
document.write( "Thanks for your help. \n" );
document.write( "
Algebra.Com's Answer #101553 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! At a particular speed, a jumbo jet can travel its own length in 20 seconds. At the same speed, the jumbo jet taxied completely past a 710 foot long hangar in 70 seconds. What is the length of the jumbo jet? \n" ); document.write( "---------------- \n" ); document.write( "Let p be the length of the plane in feet. \n" ); document.write( "------------------ \n" ); document.write( "Flying DATA: \n" ); document.write( "distance = p ft. ; time = 20 sec. ; rate = p/20 ft/sec \n" ); document.write( "------------------ \n" ); document.write( "Taxiing DATA: \n" ); document.write( "distance = 710+p ; time = 70 sec. ; rate = (710+p)/70 \n" ); document.write( "-------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "rate = rate \n" ); document.write( "p/20 = (710+p)/70 \n" ); document.write( "70p = 14200+20p \n" ); document.write( "50p = 14200 \n" ); document.write( "p = 284 ft \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |