Let's define the number of miles that Corey and Trina bike each week as functions of the number of weeks \(x\).
-
Corey's miles: Corey starts at 60 miles and increases by 20 miles each week. Therefore, his weekly biking miles can be expressed as: \[ y_C = 60 + 20x \]
-
Trina's miles: Trina starts at 90 miles and increases by 10 miles each week. Thus, her weekly biking miles can be expressed as: \[ y_T = 90 + 10x \]
We want to find the point at which Corey and Trina bike the same number of miles each week, meaning we need to set the two equations equal to each other: \[ 60 + 20x = 90 + 10x \]
Now, let's solve this equation for \(x\):
- Subtract \(10x\) from both sides: \[ 60 + 10x = 90 \]
- Subtract 60 from both sides: \[ 10x = 30 \]
- Divide both sides by 10: \[ x = 3 \]
Now that we have \(x = 3\), we can use it to find the number of miles both Corey and Trina are biking after 3 weeks.
Using Corey’s equation: \[ y_C = 60 + 20(3) = 60 + 60 = 120 \]
Using Trina’s equation: \[ y_T = 90 + 10(3) = 90 + 30 = 120 \]
Both Corey and Trina bike 120 miles after 3 weeks.
Thus, the point of intersection is: \[ \text{(3, 120)} \]
So, the answer is: The point of intersection is (3, 120).