document.write( "Question 1001626: Please help me with this problem. I was never good with word problems. Please show all steps.\r
\n" );
document.write( "\n" );
document.write( "A man flies a small airplane from Fargo to Bismarck, North Dakota --- a distance of 180 miles. Because he is flying into a head wind, the trip takes him 2 hours. On the way back, the wind is still blowing at the same speed, so the return trip takes only 1 hour 12 minutes. What is his speed in still air, and how fast is the wind blowing?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #618786 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = speed of the plane \n" ); document.write( "let y = speed of the wind.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "rate * time = distance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when going against the wind, you subtract the wind speed from the plane speed. \n" ); document.write( "when going with the wind, you add the wind speed to the plane speed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "distance = 180.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "going against the wind, the formula becomes (x-y)*2 = 180\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2 is the time and 180 is the distance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "coming back with the wind, the formula becomes (x+y)*1.2 = 180\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.2 is the time and 180 is the distance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.2 hours is the same as 1 hours and 12 minutes, because 12 minutes / 60 minutes in an hour = .2 hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have 2 formulas that need to solved simultaneously, meaning that the same solution has to satisfy both equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the 2 equations are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-y)*2 = 180 \n" ); document.write( "(x+y)*1.2 = 180\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you solve these like you solve any 2 equations that have to be solved simultaneously.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "one method i use is to just subtrct the second equation from the first after removing parentheses.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you will get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x - 2y = 180 \n" ); document.write( "subtract 1.2x + 1.2y = 180 from that to get: \n" ); document.write( "2x - 1.2x = .8x \n" ); document.write( "-2y - 1.2y = -3.2y \n" ); document.write( "180 - 180 = 0 \n" ); document.write( "the result becomes: \n" ); document.write( ".8x - 3.2y = 0 \n" ); document.write( "add 3.2y to both sides of this euation to get: \n" ); document.write( ".8x = 3.2y \n" ); document.write( "divide both sides of this equation by .8 to get: \n" ); document.write( "x = 3.2y / .8 = 4y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since x = 4y, you can substitute 4y for x in either equation and then solve for y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using the first equation: \n" ); document.write( "2x - 2y = 180 becomes: \n" ); document.write( "2*(4y) - 2y = 180 which becomes: \n" ); document.write( "8y - 2y = 180 which becomes: \n" ); document.write( "6y = 180\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for y to get y = 30.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now that you know y, you can solve for x. \n" ); document.write( "you will get x = 120.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the plane speed is 120 and the winds speed = 30.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "from the first equation: \n" ); document.write( "2*120 - 2*30 = 180 becomesw 240 - 60 = 180 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "frm the second equation: \n" ); document.write( "1.2*120 + 1.2*30 = 180 becomes 144 + 36 = 180 which is also true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the solution is confirmed as good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "plane speed is 120 miles per hour. \n" ); document.write( "wind speed is 30 miles per hour.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |