document.write( "Question 363410: State College and Philadelphia are 297 miles apart. Amanda left State College at noon, heading toward Philadelphia, and averaged 54 mph. James left Philadelphia at the same time, heading toward State College, and he averaged 45 mph. At what time did they meet? How many miles did James drive before they met?
\n" );
document.write( "I did try 54x=297 and 45x=297 but of course, this only gives me the time of each driver for the total distance \n" );
document.write( "
Algebra.Com's Answer #259121 by edjones(8007)![]() ![]() You can put this solution on YOUR website! s=speed, t=time, d=distance \n" ); document.write( "st=d \n" ); document.write( "54t+45t=297 \n" ); document.write( "99t=297 \n" ); document.write( "t=3 hrs. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |