document.write( "Question 558130: A passenger plane flew to moscow and back. The trip there took five hours and the trip back took nine hours. It averaged 144 km/h faster on the trip there than on the return trip. Find the passenger plane's average speed on the outbound trip.\r
\n" );
document.write( "\n" );
document.write( "O.k so I did have a go at it Trying to use a system of equations using the substitution method to eliminate one unknown but it didn't work. I will try and explain what I was playing around with:\r
\n" );
document.write( "\n" );
document.write( "D1 = Distance there D2 = Distance back ( but not sure if I needed this as it is same Distance )
\n" );
document.write( "Average Speed = S \r
\n" );
document.write( "\n" );
document.write( "D1/5 + D2/9 = S\r
\n" );
document.write( "\n" );
document.write( "D1/5 = D2/9+144 ( I tried substituting this in )\r
\n" );
document.write( "\n" );
document.write( "D2/9+144 + D2/9 = S ( then I combined the like terms )\r
\n" );
document.write( "\n" );
document.write( "D2/18+144 = s ( but this is where I realized I had failed as I still had 2 variables.\r
\n" );
document.write( "\n" );
document.write( "Please help me someone I am so bad at word problems and I would love to be confident at them. \r
\n" );
document.write( "\n" );
document.write( "P.S I wasn't sure about which was the outbound trip, I guessed it meant the trip back.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #362920 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the answer is: \n" ); document.write( "plane speed equals 252 kmph \n" ); document.write( "wind speed equals 72 kmph \n" ); document.write( "distance equals 1620 km \n" ); document.write( "the basic formula is rate * time = distance \n" ); document.write( "let p = speed of the plane and let w = speed of the wind. \n" ); document.write( "going there the formula becomes: \n" ); document.write( "(p+w)*5 = d \n" ); document.write( "coming back the formula becomes: \n" ); document.write( "(p-w)*9 = d \n" ); document.write( "since they're both equal to d (the distance is the same going and coming), you can set them equal to each other to get: \n" ); document.write( "(p+w)*5 = (p-w)*9 \n" ); document.write( "simplify this equation to get: \n" ); document.write( "5p + 5w = 9p - 9w \n" ); document.write( "subtract 5p from both sides of this equation and add 9w to both sides of this equation to get: \n" ); document.write( "14w = 4p \n" ); document.write( "solve for p to get: \n" ); document.write( "p = 14w/4 \n" ); document.write( "they are also telling you that the plane averaged 144 km/h faster on the trip there than on the return trip. \n" ); document.write( "this means that: \n" ); document.write( "they are talking about the speed of the plan going versus the speed of the plane coming back which is the rate part of the rate * time = distance equation. \n" ); document.write( "this means that: \n" ); document.write( "p + w = p - w + 144 \n" ); document.write( "the speed of the plane going is p + w \n" ); document.write( "the speed of the plane coming back is p - w \n" ); document.write( "subtract p from both sides of that equation and add w to both sides of that equation to get: \n" ); document.write( "2w = 144 \n" ); document.write( "divide both sides of that equation by 2 to get: \n" ); document.write( "w = 72 \n" ); document.write( "that's the speed of the wind. \n" ); document.write( "now that you know the speed of the wind, you can go back to the equation of: \n" ); document.write( "p = 14w/4 to get: \n" ); document.write( "p = (14*72)/4 which becomes: \n" ); document.write( "p = 252 \n" ); document.write( "the speed of the plane in still air is 252 km/h \n" ); document.write( "the speed of the wind is 72 km/h \n" ); document.write( "going, the formula of: \n" ); document.write( "(p+w)*5 = d becomes: \n" ); document.write( "(252+72)*5 = d which becomes: \n" ); document.write( "d = 1620 km. \n" ); document.write( "coming back, the formula of: \n" ); document.write( "(p-w)*9 = d becomes: \n" ); document.write( "(252-72)*9 = d which becomes: \n" ); document.write( "d = 1620 km. \n" ); document.write( "d is the same in both directions as it should be. \n" ); document.write( "the answer is: \n" ); document.write( "plane speed is 252 kmph \n" ); document.write( "wind speed is 72 kmph \n" ); document.write( "the passenger plane's average speed going is 252+72 = 324 kmph \n" ); document.write( "the passenger plane's average coming back is 252-72 = 180 kmph \n" ); document.write( "that's the net speed when you take the speed of the wind into account. \n" ); document.write( "outbound depends on where you're looking from. \n" ); document.write( "if you're looking from where you started from, then outbound would be going to moscow. \n" ); document.write( "if you're looking from moscow, then outbound would be coming back. \n" ); document.write( "i suspect they mean going to moscow but can't be sure the way it's worded. \n" ); document.write( " \n" ); document.write( " |