document.write( "Question 1123780: A hyena spots a giraffe 1.4 miles away and begins to run toward it the giraffe
\n" );
document.write( "starts running away from the hyena just as a hyena begins running toward it. The
\n" );
document.write( "hyena can run a speed of 40 mph and a giraffe can run at 32 mph. How long, in
\n" );
document.write( "minutes, will it take for the hyena to overtake the giraffe? \n" );
document.write( "
Algebra.Com's Answer #740204 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A hyena spots a giraffe 1.4 miles away and begins to run toward it the giraffe starts running away from the hyena just as a hyena begins running toward it. \n" ); document.write( " The hyena can run a speed of 40 mph and a giraffe can run at 32 mph how long, in minutes, will it take for the hyena to overtake the giraffe? \n" ); document.write( ": \n" ); document.write( "let t = time for h to overtake g in hrs \n" ); document.write( "Write a distance equation, dist = speed * time \n" ); document.write( "the h runs 1.4 mi further than the g \n" ); document.write( "40t = 32t + 1.4 \n" ); document.write( "40t - 32t = 1.4 \n" ); document.write( "8t = 1.4 \n" ); document.write( "t = 1.4/8 \n" ); document.write( "t = .175 hrs, convert to min: .175(60) = 10.5 min \n" ); document.write( " |