Given that the line $y = 2x + 3$ intersects the curve $y = x^2 + 3x + 1$ at two separate points, I have to find these two points.
Here is what I did:
$$2x + 3 = x^2 + 3x + 1$$
$$0 = x^2 + 1x - 2$$
Using factorisation: $$x = -2 \text{ or } 1$$
Substituting each values of $x$ obtained into the equation of the straight line gives two points of intersections at $(-2, -1)$ and $(1, 5)$
Here is my issue:
Why does this work?
Equating the curve and the straight line means they share a single similar value of $y$ while they clearly share two.
Equating the two equations doesn't mean the curve and the line share a single value of $y$; it means that you're assuming they share a value of $y$, and then getting an equation for the corresponding shared value of $x$. This says nothing about how many shared pairs $(x, y)$ there might be.