To solve the equation \( 2x−5=3(4x+5) \), we can follow these steps:
-
Step 1: Distributive Property \[ 2x - 5 = 3(4x + 5) \implies 2x - 5 = 12x + 15 \]
-
Step 2: Combine Like Terms To get all the \( x \) terms on one side and constant terms on the other side, we can rearrange the equation: \[ 2x - 12x = 15 + 5 \implies -10x = 20 \]
-
Step 3: Solve for x Now, divide both sides by -10: \[ x = \frac{20}{-10} \implies x = -2 \]
-
Step 4: Check the Solution Substitute \( x = -2 \) back into the original equation to ensure it holds: \[ 2(-2) - 5 = 3(4(-2) + 5) \implies -4 - 5 = 3(-8 + 5) \implies -9 = 3(-3) \implies -9 = -9 \] The equation is satisfied.
So the ordered steps are:
- Distributive Property to get: \( 2x - 5 = 12x + 15 \)
- Combine Like Terms to get: \( -10x = 20 \)
- Solve for \( x \) to get: \( x = -2 \)
- Check the solution to verify the result.