document.write( "Question 580489: Bonnie left Dallas and drove north at 40 miles per hour. Three hours later Clyde headed north from Dallas on the same road at 70 miles per hour until he caught up with Bonnie. How long did Bonnie drive before Clyde caught up. HOw far had she driven. \r
\n" );
document.write( "\n" );
document.write( "I don't need the answer as much as I need to know how to solve the problem. \n" );
document.write( "
Algebra.Com's Answer #371351 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Bonnie left Dallas and drove north at 40 miles per hour. \n" ); document.write( " Three hours later Clyde headed north from Dallas on the same road at 70 miles per hour until he caught up with Bonnie. \n" ); document.write( " How long did Bonnie drive before Clyde caught up. HOw far had she driven. \n" ); document.write( ": \n" ); document.write( "Both will have driven the same distance, when C catches B \n" ); document.write( ": \n" ); document.write( "First find out how long it will take C to catch B \n" ); document.write( "Let t = travel time of C \n" ); document.write( "then \n" ); document.write( "(t+3) = travel time of B \n" ); document.write( ": \n" ); document.write( "Write distance equation; dist = speed * time \n" ); document.write( "70t = 40(t+3) \n" ); document.write( ": \n" ); document.write( "Find t, then use that value to find the distance, the distance each traveled should be equal \n" ); document.write( " |