The terms "simplify," "factorize," and "solve" do mean similar things, but the distinctions between them are important. For one thing, you can only "simplify" or "factorize" an
expression, but you can only "solve" an
equation. Thus, the distinction between "expression" and "equation" becomes important as well. The "rules" for what counts as an expression are very loose. A "real number" like 5, 12, or 123 is an expression. A single variable, like x, y, or z is also an expression. Expressions may also be more complex. x
2 - 5x - 6 and x
3 + qx
2 + mzx + 67 are expressions. An equation, on the other hand, is simply any two expressions that are set equal to one another. y = mx + b is an equation, as is x
2 - 5x - 6 = 0. Note that the key difference between x
2 - 5x - 6, which is an
expression, and x
2 - 5x - 6 = 0, which is an
equation, is the presence of the equals symbol.
Now, if you were asked to simplify an expression, that's asking you to rewrite the expression in a different form that's easier to work with. For instance, 6/8 can be simplified by reducing it to lowest terms, making it 3/4. Factorizing is, in essence, a specific form of simplification, in which the expression is reduced to a form involving two (or more) factors. An example of that is factoring the quadratic x
2 - 5x - 6 to (x + 1)(x - 6). And, finally, solving an equation is when you find the value(s) for which the equation holds true. In some cases, the answer may be "all real numbers," in which case you may see that equation referred as an "identity."
Some examples of solving equations are x
3 = 4x
2, which can be rewritten as x
3 - 4x
2 = 0 and then factored down to x
2(x - 4) = 0, produces the solutions x = 0 and x = 4. You may notice that, during the process of solving an equation, you often end up factorizing and/or simplifying the left-hand and/or right-hand expressions. Another example of solving an equation is sin(t) = 1, which gives the solution set
t=π+2π⋅n where n is any integer. This equation produces infinitely many solutions, yet they can be written compactly as one "family" of solutions. Finally, an example of an equation which has no solutions is
cos(m)=π. This equation is never true (assuming real-valued m anyway), thus it has no solutions.