Solving Equations with the Variable on Both Sides
An equation represents the equality of the values of two expressions, such as in the example 2x - 3 = 7
. Here, the left-hand side (LHS) and the right-hand side (RHS) can also include variables, as demonstrated in 2x - 3 = x + 2
.
To solve these equations, we need to isolate the variable. The section introduces how to manipulate both sides of the equation. For example, in the equation 2x - 3 = x + 2
, steps such as subtracting x
from both sides help us to eventually isolate x
as shown in the solution where it simplifies to x = 5
.
Additional examples, such as 5x + 7/2 = x - 14
, illustrate multiplying each side of the equation to simplify the expressions further. The section emphasizes understanding the operations performed on both sides to maintain equality and reach the solution effectively.
Example 2: Solve \[ 3x - 4 = 2x + 5 \]
Solution: We have
\[ 3x - 4 = 2x + 5 \]
or
\[ 3x - 2x = 5 + 4 \]
or
\[ x = 9 \]
(solution)