document.write( "Question 95191: Chelsea left the White House and traveled towards the capital at an average speed of 34 km/h. Jasmine left at the same time and traveled in the opposite direction with an avg speed of 65 km/h. Find the number of hours Jasmine needs to travel before they are 59.4 km apart.
\n" );
document.write( "I got T = .91 hours Is this correct? \n" );
document.write( "
Algebra.Com's Answer #69256 by ionesco(12)![]() ![]() ![]() You can put this solution on YOUR website! I hope this is the answer: \n" ); document.write( "d=59.4 \n" ); document.write( "d=d1+d2 where d1=v1*t=34*t and d2=v2*t=65*t \n" ); document.write( "then 59.4=34*t + 65*t then t=59.4/(34+65) \n" ); document.write( " |