document.write( "Question 1187719: The altitude, A, of an airplane follows a linear model given by:
\n" );
document.write( "A = mt + b
\n" );
document.write( "Where t is the time in seconds after taking off. 5 seconds after taking off from the ground, the plane is 1200ft above sea level and 60 seconds after take-off, the plane is 3400ft above sea level.
\n" );
document.write( "a) Solve for m and b
\n" );
document.write( "b) How high is the ground above sea level? (Hint: the plane is on the ground just before take-off)
\n" );
document.write( "c) Find rate of altitude increase over period 0 < t < 775? Both less than should be less than or equal to. \n" );
document.write( "
Algebra.Com's Answer #818758 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The altitude, A, of an airplane follows a linear model given by: \n" ); document.write( "A = mt + b \n" ); document.write( "Where t is the time in seconds after taking off. \n" ); document.write( "----- \n" ); document.write( "5 seconds after taking off from the ground, the plane is 1200ft above sea level and 60 seconds after take-off, the plane is 3400ft above sea level. \n" ); document.write( "1200 = 5m + b \n" ); document.write( "3400 = 60m + b \n" ); document.write( "------------------------ Subtract \n" ); document.write( "-2200 = -55m \n" ); document.write( "m = 40 ft/sec \n" ); document.write( "----------------------- \n" ); document.write( "a) Solve for m and b \n" ); document.write( "Sub for m and find b \n" ); document.write( "------------ \n" ); document.write( "b) How high is the ground above sea level? \n" ); document.write( "That's b. \n" ); document.write( "We don't need hints. \n" ); document.write( "============================= \n" ); document.write( " (Hint: the plane is on the ground just before take-off) \n" ); document.write( "=================================== \n" ); document.write( "c) Find rate of altitude increase over period 0 < t < 775? Both less than should be less than or eq \n" ); document.write( "That's m. \n" ); document.write( " |