document.write( "Question 873552: Cars A and B travel down the same road. A's speed
\n" ); document.write( "is r km/h and B's speed is s km/h (A's speed is less than B's)
\n" ); document.write( "When will B overtake A? t=A's time.\r
\n" ); document.write( "\n" ); document.write( "1. A and B start at the same time but A starts p km in front of B.
\n" ); document.write( "2. A and B start in the same place but A starts q hours before B.\r
\n" ); document.write( "\n" ); document.write( "Thank you.
\n" ); document.write( "

Algebra.Com's Answer #526942 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\"r%3Cs\"
\n" ); document.write( "t = UNKNOWN time
\n" ); document.write( "r = speed of carA
\n" ); document.write( "s = speed of carB
\n" ); document.write( "Conditions Number 1: Same departure location, A starts p kilom ahead of B.
\n" ); document.write( "This means car A is starting at a position p, and while traveling, position becomes p+rt.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Basic Rule: RT=D for rate, time, distance.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "WHICH CAR___________Speed________time_______distance
\n" ); document.write( "A___________________r____________t__________p+rt
\n" ); document.write( "B___________________s____________t___________st\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The variable t is to be the same value for when B overtakes A and is unknown. The distance expressions must be equal when B overtakes A, and this equality uses only the unknown of t.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"highlight%28p%2Brt=st%29\";
\n" ); document.write( "Solve for t, the only unknown variable.
\n" ); document.write( "\"st-rt=p\"
\n" ); document.write( "\"%28s-r%29t=p\"
\n" ); document.write( "\"highlight_green%28highlight%28t=p%2F%28s-r%29%29%29\"
\n" ); document.write( "
\n" );