document.write( "Question 311639: Jose left the airport and traveled toward the mountains. Kayla left 2.1 hours later traveling 35 mph faster in an effort to catch up to him. After 1.2 hours Kayla finally caught up. Find Jose's average speed. \n" ); document.write( "
Algebra.Com's Answer #222902 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Jose left the airport and traveled toward the mountains. Kayla left 2.1 hours later traveling 35 mph faster in an effort to catch up to him. After 1.2 hours Kayla finally caught up. Find Jose's average speed \n" ); document.write( "------ \n" ); document.write( "Jose DATA: \n" ); document.write( "time = 2.1+1.2 = 3.3 hrs ; rate = x mph ; distance = 3.3x miles \n" ); document.write( "--------------- \n" ); document.write( "Kayla DATA: \n" ); document.write( "time = 1.2 hrs ; rate = x+35 mph ; distance = 1.2(x+35) = 1.2x + 42 miles \n" ); document.write( "--------------------- \n" ); document.write( "Equation: \n" ); document.write( "distance = distance \n" ); document.write( "3.3x = 1.2x + 42 \n" ); document.write( "2.1x = 42 \n" ); document.write( "x = 20 mph (Jose's average speed) \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |