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 #239825 by ankor@dixie-net.com(22740)![]() ![]() 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. \n" ); document.write( " The flights point of no return is the point at which the flight time required \n" ); document.write( " to return to City A is the same as the time required to continue to City B. \n" ); document.write( " If the speed of the plane in still air is 430 mph, how far from City A is the point of no return? \n" ); document.write( ": \n" ); document.write( "Not sure why you need two variables here. \n" ); document.write( ": \n" ); document.write( ">>>>>>>>>>>>60 mph wind>>>>>>>>>>>>>>> \n" ); document.write( "A-------------p-----------------------B \n" ); document.write( "|----------------3020 mi--------------| \n" ); document.write( ": \n" ); document.write( "Let p = the distance from A to the point of no return \n" ); document.write( "then \n" ); document.write( "(3020-p) = the distance from B to the point of no return \n" ); document.write( ": \n" ); document.write( "430 + 60 = 490 mph; effective speed with the wind (continue to B) \n" ); document.write( "and \n" ); document.write( "430 - 60 = 370 mph; effective speed against the wind (return to A) \n" ); document.write( ": \n" ); document.write( "Write a time equation, Time = dist/speed \n" ); document.write( ": \n" ); document.write( "Time to return to A = Time to continue to B \n" ); document.write( " \n" ); document.write( "Cross multiply \n" ); document.write( "490p = 370(3020-p) \n" ); document.write( "490p = 1117400 - 370p \n" ); document.write( "490p + 370p = 1117400 \n" ); document.write( "860p = 1117400 \n" ); document.write( "p = \n" ); document.write( "p = 1299.3 mi from A is the point of no return \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if this is true, find the time from p to A & B \n" ); document.write( "dist to B = 3020 - 1299.3 = 1720.7 \n" ); document.write( "1299.3/370 = 3.51 hrs back to A \n" ); document.write( "1720.7/490 = 3.51 hrs to B \n" ); document.write( " |