document.write( "Question 334674: A plane flying the 3020-mile trip from City A to City B has a 60 mph tailwind. The flights point of no return is the point at which the flight time required to return to City A is the same as the time required to continue to City B. If the speed of the plane in still air is 430 mph, how far from City A is the point of no return? I need to translate the problem into a pair of linear equations in two variables.
\n" );
document.write( "
\n" );
document.write( "Ok, I have a line:
\n" );
document.write( "
\n" );
document.write( " 3020 miles
\n" );
document.write( "City A -------------------------------------------- City B
\n" );
document.write( "
\n" );
document.write( "I know d = rt
\n" );
document.write( "
\n" );
document.write( "and the distance is 3020 miles.
\n" );
document.write( "
\n" );
document.write( "So it is rt = 3020, but with the 60 mph tailwind and 430 mph and all that I am just confused. \n" );
document.write( "
Algebra.Com's Answer #239824 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A plane flying the 3020-mile trip from City A to City B has a 60 mph tailwind. The flights point of no return is the point at which the flight time required to return to City A is the same as the time required to continue to City B. If the speed of the plane in still air is 430 mph, how far from City A is the point of no return? I need to translate the problem into a pair of linear equations in two variables.\r \n" ); document.write( "\n" ); document.write( "Ok, I have a line:\r \n" ); document.write( "\n" ); document.write( "3020 miles \n" ); document.write( "City A -------------------------------------------- City B\r \n" ); document.write( "\n" ); document.write( "I know d = rt \n" ); document.write( "--- \n" ); document.write( "Note: The rates change from \"to\" to \"from\": \n" ); document.write( "Let \"x\" miles from A be the point of no return, \n" ); document.write( "then 3020-x is the remaining distance to B and \n" ); document.write( "\"x\" is the distance back to A: \n" ); document.write( "----------- \n" ); document.write( "Equation: \n" ); document.write( "time to complete the flight to B with wind = time to return to A against wind \n" ); document.write( "(3020-x)/490 = x/370 \n" ); document.write( "370(3020-x) = 490x \n" ); document.write( "370*3020-370x = 490x \n" ); document.write( "370*3020 = 860x \n" ); document.write( "x = 1299.3 miles from A \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |