Question 873486
Two bicyclists are racing toward the finish line of a race.
 The first bicyclist has a 105 meter lead and is pedaling 12 meters per second.
 The second bicyclist is pedaling 15 meters per second.
 Graph the system of linear equations.
 How long will it take for the second bicyclist to pass the first?
x = travel time, y = dist
first cyclist; y = 12x+105
Second cyclist; y = 15x
Graphically
{{{ graph( 300, 200, -10, 60, -100, 800, 12x+105, 15x) }}}
Looks like the 2nd passes the 1st in 35 seconds
:
What distance does the second bicyclist travel?
15*35 = 525 ft, looks like that on the graph also