document.write( "Question 43072: I'm trying to check my math here. I usually get the answers right but in the wrong order. Here is the problem:\r
\n" );
document.write( "\n" );
document.write( "Flying against the jetstream, a jet travels 3450km in 5 hours. Flying with the jetstream, the same jet travels 8400km in 8 hours. What is the speed of the jet in still air, and what is the speed of the jetstream?\r
\n" );
document.write( "\n" );
document.write( "Jetspeed ___ kmh\r
\n" );
document.write( "\n" );
document.write( "Jetstream ___ kmh \n" );
document.write( "
Algebra.Com's Answer #28075 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! j = speed of jetstream \n" ); document.write( "a = speed of plane in still air \n" ); document.write( "against jetstream: \n" ); document.write( "-j + a = 3450/5 \n" ); document.write( "with jetstream \n" ); document.write( "+j + a = 8400/8 \n" ); document.write( "--------------- \n" ); document.write( "do divisions \n" ); document.write( "-j + a = 690 \n" ); document.write( "+j + a = 1050 \n" ); document.write( "add the equations \n" ); document.write( "2a = 1740 \n" ); document.write( "a = 870 km/hr speed of plane in still air \n" ); document.write( "-j + 870 = 690 \n" ); document.write( "j = 870 - 690 \n" ); document.write( "j = 180 km/hr speed of jetstream \n" ); document.write( "check in other equation \n" ); document.write( "180 + 870 = 1050 \n" ); document.write( "checks \n" ); document.write( " |