document.write( "Question 650935: Two planes leave Los Angeles at the same time. One heads south to San Diego, while the other heads north to San Francisco. The San Diego plan flies 50mph slower than the San Francisco plane. In ½ hour, the planes are 275 miles apart. What are their speeds?\r
\n" );
document.write( "\n" );
document.write( "I came up with San Diego plane traveling at 250
\n" );
document.write( "I came up with San Fran plane traveling at 300\r
\n" );
document.write( "\n" );
document.write( "Am I close? \n" );
document.write( "
Algebra.Com's Answer #407501 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two planes leave Los Angeles at the same time. One heads south to San Diego, while the other heads north to San Francisco. The San Diego plan flies 50mph slower than the San Francisco plane. In ½ hour, the planes are 275 miles apart. What are their speeds? \n" ); document.write( "----- \n" ); document.write( "South-bound plane DATA \n" ); document.write( "Time = 1/2 hr; rate = x-50; distance = t*r = (1/2)(x-50) \n" ); document.write( "----- \n" ); document.write( "North-bound plane DATA: \n" ); document.write( "time = 1/2 hr; rate = x mph; distance = t*r = (1/2)x \n" ); document.write( "------- \n" ); document.write( "Equation: \n" ); document.write( "distance + distance = 275 miles \n" ); document.write( "---- \n" ); document.write( "(1/2)(x-50) + (1/2)x = 275 \n" ); document.write( "------ \n" ); document.write( "(x-50) + x = 550 \n" ); document.write( "2x = 600 \n" ); document.write( "x = 300 mph (speed of the north-bound plane ) \n" ); document.write( "----- \n" ); document.write( "x - 50 = 250 mph (speed of the soutn-bound plane) \n" ); document.write( "================= \n" ); document.write( "You are correct. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " \n" ); document.write( " |