Property
Equations can be classified into three types based on their solutions:
- A conditional equation is true for one or more specific values of the variable.
- An identity is an equation that is true for all real numbers. Solving results in a true statement, such as 3=3.
- A contradiction is an equation that has no solution. Solving results in a false statement, such as 5=−2.
Examples
- Conditional: 4x−1=7. Solving this gives 4x=8, so x=2. The equation is true only for this value.
- Identity: 2(x+3)=2x+6. Distributing gives 2x+6=2x+6. Subtracting 2x from both sides results in 6=6. This is an identity, and the solution is all real numbers.
- Contradiction: 3y=3(y−2). Distributing gives 3y=3y−6. Subtracting 3y from both sides results in 0=−6. This is a contradiction and has no solution.
Explanation
Not all equations have just one answer. If solving leads to a specific value like x=2, it's conditional. If the variables cancel and you get a true statement like 5=5, it's an identity. If you get a false statement, it's a contradiction.