What is the formally correct way to solve a bunch of equations in math?
Is it \begin{align} 42x = 4324 \\ x = 4324/42 \end{align} or \begin{align} 42x = 4324 \\ \Rightarrow x = 4324/42 \end{align} or \begin{align} 42x = 4324 \\ \Leftrightarrow x = 4324/42 \end{align} or \begin{align} 42x = 4324 \\ \text{and so} \ x = 4324/42 \end{align} or something completely different? I've been using the second listed above (it looks the best), and now my instructor just told me that it's wrong to use that logical symbol in that manner.
The problem your instructor has (I think) is that you state a set of propositions with these symbols, and a proposition is either false or true. In the case of a set of propositions it can be true for some $x$ and for some $x$ it can be false. For example, it is perfectly fine to state $$[42x=4324] \Rightarrow [x=35867879]$$
Which is true for all $x \neq \frac{4324}{42}$.
The same goes actually for the third. This leaves the first and the fourth. Since the first is less writing, I would prefer the first.