I have the question "Solve the pair of simultaneous equations"
$$\begin{cases}3X + 3Y + 4 = 0\\ 5X - 2Y - 5 = 0\end{cases}$$
When I checked the solutions it states that we need to make the $Y$ values the same so that they cancel out and we do this by multiplying the first equation by $2$ and the second equation by $3$.
Could you rather multiply the first equation by $5$ and the second by $3$ to make the both $X$'s the same and cancel the $X$'s instead ? When I did this however I got two different answers.
This also works and yields the correct solution.
$$\begin{align*} 15X + 15Y + 20 &= 0 \\ 15X - 6Y - 15 &= 0 \\[.5cm] 21Y + 35 &= 0 \\ 15X - 6Y - 15 &= 0 \\[.5cm] Y &= -\frac{35}{21} = -\frac{5}{3} \\ 15X &= 6Y + 15 = -6\cdot\frac{5}{3} + 15 = 5\\[.5cm] Y &= -\frac{5}{3} \\ X &= \frac{5}{15} = \frac{1}{3} \end{align*}$$