document.write( "Question 860155: At 12-noon flight 237 leaves Chicago headed due south and traveling at a rate of r miles per hour. At 12-noon a second flight, flight 875, left Chicago from a different runway headed due east and traveling 40 miles per hour slower than flight 237. At 3:00pm the planes are 600 miles apart. How fast is flight 237 traveling?
\n" ); document.write( "Please assist with the set up for the equation.
\n" ); document.write( "

Algebra.Com's Answer #518176 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
you have a right triangle with the hypotenuse = 600 miles
\n" ); document.write( "use equation rate * time = distance
\n" ); document.write( "let r be the rate of flight 237 and r-40 is rate for flight 875
\n" ); document.write( "therefore, 3r is distance flown by flight 237 and 3(r-40) is the distance flight 875 flies
\n" ); document.write( "now we can set up the equation using Pythagorean Theorem
\n" ); document.write( "(3r)^2 + (3r-120)^2 = 600^2
\n" ); document.write( "9r^2 + 9r^2 -720r +14400 = 360000
\n" ); document.write( "18r^2 -720r -345600 = 0
\n" ); document.write( "r^2 -40r -19200 = 0
\n" ); document.write( "you can solve this using quadratic formula
\n" ); document.write( "r = (40 + square root(40^2 -4*(-19200))) / 2
\n" ); document.write( "r = (40 - square root(40^2 -4*(-19200))) / 2
\n" ); document.write( "
\n" ); document.write( "
\n" );