Facebook Pixel
Mathos AI logo

Solving One-Step Equations

Solving One-Step Equations

A one-step equation is an algebraic equation that takes just one step to solve. Your goal is to find the value of the unknown variable (like xx or yy) by getting it all by itself on one side of the equal sign.

To do this, we use inverse operations. Inverse operations are simply opposite operations that "undo" each other:

  • The inverse of addition is subtraction.
  • The inverse of subtraction is addition.
  • The inverse of multiplication is division.
  • The inverse of division is multiplication.

Remember the Golden Rule of Algebra: Whatever you do to one side of the equation, you must do the exact same thing to the other side to keep it balanced!

Addition and Subtraction Equations

If a number is being added to your variable, subtract that number from both sides. If a number is being subtracted, add it to both sides.

Example 1: Solve x+7=15x + 7 = 15

  1. Identify the operation: 77 is being added to xx.
  2. Use the inverse operation: Subtract 77 from both sides. x+77=157x + 7 - 7 = 15 - 7 x=8x = 8

Example 2: Solve y5=12y - 5 = 12

  1. Identify the operation: 55 is being subtracted from yy.
  2. Use the inverse operation: Add 55 to both sides. y5+5=12+5y - 5 + 5 = 12 + 5 y=17y = 17

Multiplication and Division Equations

When a number is right next to a variable (like 3x3x), it means they are being multiplied. To undo this, you divide. If the variable is over a number as a fraction (like y4\frac{y}{4}), it means division. To undo this, you multiply.

Example 3: Solve 3x=243x = 24

  1. Identify the operation: xx is being multiplied by 33.
  2. Use the inverse operation: Divide both sides by 33. 3x3=243\frac{3x}{3} = \frac{24}{3} x=8x = 8

Example 4: Solve y4=9\frac{y}{4} = 9

  1. Identify the operation: yy is being divided by 44.
  2. Use the inverse operation: Multiply both sides by 44. 4×y4=9×44 \times \frac{y}{4} = 9 \times 4 y=36y = 36

How to Check Your Work

You can always check if your answer is correct by plugging it back into the original equation. For example, in 3x=243x = 24, if we think x=8x = 8, we test it: Does 3×8=243 \times 8 = 24? Yes! The equation is solved correctly.