$$3x+2y-z=4$$ $$4y-2z+6x=8$$ $$x-2y=5$$
I found that the first two equations were the same. Then, looking at the second and third equations, I thought the answer was No Solution, because I couldn't find a way to solve it, but instead the answer was Infinitely Many Solutions. Can someone explain this to me?
As one of the equations is a duplicate, you can drop it and solve.
$$\begin{cases}3x+2y-z=4\\ x-2y=5\end{cases}$$
Let us move $z$ to the RHS and consider it as known to obtain a system of two equations in two unknowns,
$$\begin{cases}3x+2y=z+4\\ x-2y=5.\end{cases}$$
Then by elimination
$$\begin{cases}4x=z+9\\ 8y=z-11.\end{cases}$$
We can assign $z$ any value, yet get values of $x,y,z$ that satisfy all equations. For instance $(3,-1,3)$ or $(1,-2,-5)$. There are infinitely many others. In the solution space, $\mathbb R^3$, the solutions describe a straight line.