Consider the following overdetermined linear system
$$Ax=b$$
where $A$ is a given tall $n \times k$ matrix ($n>k$), $x$ is a $k$-vector of unknowns, and $b$ is a given $n$-vector. Suppose further that matrix $A$ has full column rank, i.e., $\mbox{rank} (A)=k$. Is it legitimate to delete linearly dependent rows?
If so, then we obtain another system of linear equations which has the same number of equations as the number of unknowns. Hence, the conclusion is that any overdetermined system of linear equations can be transformed to one where the number of equations is equal to the number of unknowns. Where is the problem in my reasoning? Please guide me!
Your reasoning is fine as long as your system is consistent (i.e. has a solution). There is just one thing to consider: Some people also write inconsistent overdetermined systems that way - that are systems that have no solution. This might result in different solutions depending on which rows you remove.