Answer:
To find the points of intersection between the two equations, we need to set them equal to each other and solve for the x-coordinate(s) of the intersection point(s).
Given the equations:
1. y = 3x
2. y = x^2 - 4
Setting them equal to each other:
3x = x^2 - 4
Now, we need to solve this quadratic equation for x.
x^2 - 3x - 4 = 0
To factor the equation:
(x - 4)(x + 1) = 0
Setting each factor to zero and solving for x:
x - 4 = 0 -> x = 4
x + 1 = 0 -> x = -1
Now that we have the x-coordinates of the intersection points, we can find the corresponding y-coordinates using either of the original equations. Let's use the first equation, y = 3x:
For x = -1:
y = 3(-1) = -3
For x = 4:
y = 3(4) = 12
So, the points of intersection are (-1, -3) and (4, 12).
The correct answer is option B: (-1, -3) and (4, 12).
Explanation: