document.write( "Question 927163: Al is 100 yards from Bill and Bill is 300 yards from Chuck. They all move to the right at constant speeds. In 6 minutes, Al overtakes Bill and in another 6 minutes, Al overtakes Chuck. How many minutes does it take Bill to overtake Chuck? \n" ); document.write( "
Algebra.Com's Answer #563155 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Al is 100 yards from Bill and Bill is 300 yards from Chuck.
\n" ); document.write( " They all move to the right at constant speeds.
\n" ); document.write( " In 6 minutes, Al overtakes Bill and in another 6 minutes, Al overtakes Chuck.
\n" ); document.write( " How many minutes does it take Bill to overtake Chuck?
\n" ); document.write( ":
\n" ); document.write( "Let a = A's speed in yds/min
\n" ); document.write( "let b = B's speed
\n" ); document.write( "let c = C's speed
\n" ); document.write( ":
\n" ); document.write( " A>------100yds-------B>--------------300yds--------------C>-------
\n" ); document.write( ":
\n" ); document.write( "Write a distance equation for each, dist = time * speed
\n" ); document.write( "A overtakes B in 6 min from start
\n" ); document.write( "6b + 100 = 6a
\n" ); document.write( "6b = 6a - 100
\n" ); document.write( "b = a - 16.67
\n" ); document.write( "A overtakes C in 12 min from start
\n" ); document.write( "12c + 400 = 12a
\n" ); document.write( "12c = 12a - 400
\n" ); document.write( "c = a - 33.33
\n" ); document.write( "B overtakes C
\n" ); document.write( "Let t = time for this to happen
\n" ); document.write( "ct + 300 = bt
\n" ); document.write( "Replace c with (a-33.33), replace b with (a-16.67)
\n" ); document.write( "t(a-33.33) + 300 = t(a-16.67)
\n" ); document.write( "at - 33.33t + 300 = at - 16.67t
\n" ); document.write( "Subtract at from both sides
\n" ); document.write( "-33.33t + 300 = - 16.67t
\n" ); document.write( "300 = - 16.67t + 33.33t
\n" ); document.write( "300 = +16.67t
\n" ); document.write( "t = 300/16.67
\n" ); document.write( "t ~ 18 min for B to overtake C
\n" ); document.write( "
\n" );