BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon217 Learners

Last updated on October 23, 2025

Solving Equations

Professor Greenline Explaining Math Concepts

Solving an equation means determining the value of the variable that makes the equation true. We find the values of the variable that make both sides of the equation equal. A linear equation in one variable has one solution. A system of linear equations with two variables requires at least two equations to find both values.

Solving Equations for US Students
Professor Greenline from BrightChamps

What Is Solving Equations?

Solving equations is the process of finding the unknown variable that makes both sides of the equation equal. An equation is a mathematical statement where two expressions, involving a variable, are equal.

In these equations, the LHS and RHS can be interchanged, as both sides represent the same value.

There are different ways to solve an equation depending on its type, such as linear, quadratic, rational, or radical equations.

Professor Greenline from BrightChamps

How to Solve an Equation?

Solving an equation includes using mathematical operations to isolate the variable to find the value of the unknown variable. This value is found by isolating the variable using mathematical operations. Let’s look at the steps to solve an equation.

 

  • Addition property of equality: If we add the same number to both sides, the equality is maintained.

    If \(a = b\), then \(a + c = b + c\)
     
  • Subtraction property of equality: If we subtract the same number from both sides, the equation remains balanced.

    If \(a = b\), then \(a - c = b - c\)
     
  • Multiplication property of equality: If we multiply both sides by the same number, the equality is not affected.

    If \(a = b\), then \(ac = bc\), for any number c
     
  • Division property of equality: If we divide both sides by the same number (except zero), the equality is maintained.

    If \(a = b\), then \(\frac ac = \frac bc\) (where \(c ≠ 0\)).
     

We isolate the variable on one side of the equation after completing these steps.

Professor Greenline from BrightChamps

How to Solve an Equation with One Variable?

The linear equation in one variable is expressed in the form \(ax + b = 0\), where a and b are real numbers. To solve such equations, follow these steps:
 

  • Remove parentheses by applying the distributive property, if needed.
     
  • To simplify the equation, we combine like terms.
     
  • We eliminate fractional terms from equations by multiplying both sides by the least common denominator (LCD).
     
  • If the equation has decimals, multiply both sides by the appropriate power of 10 to convert them into whole numbers.
     
  • Apply the addition or subtraction property of equality to bring variable terms to one side and constants to the other.
     
  • We use the multiplication or division property of equality to make the coefficient of the variable equal to 1.
     
  • Isolate the variable to find the solution.
     

For example:

Solve the equation: \(3(x + 4) = 24 + x\)

Apply the distributive property on the LHS:

\(→ 3x + 12 = 24 + x\)

Group the like terms to one side :

\(→ 3x - x = 24 –12\)

Simplify both sides:

\(→ 2x = 12\)

To isolate x, we divide both sides by 2:

\(→ x = 6\)

Solution: \(x = 6\)

Professor Greenline from BrightChamps

How to Solve an Equation with the Trial and Error Method?

Using the trial-and-error method, we test different values of the variable until we find the one that satisfies the equation.

For example:

Consider the equation \(5x = 35\).

Look for a number that, multiplied by 5, gives 35

We determine \(x = 7\) since \(5 × 7 = 35\).

This method works well for simple equations, but for more complicated ones, it can become challenging and time-consuming.

Professor Greenline from BrightChamps

How to Solve a Quadratic Equation?

Some equations can have more than one solution. This is often the case with quadratic equations, which are equations of degree two. The zeroes of a quadratic polynomial are the values that satisfy the equation.

Example:

\((x + 3)(x + 2) = 0\)

This is a quadratic equation that can be solved by writing each factor equal to zero:

\(x + 3 = 0 ⟹ x = -3\)

\(x + 2 = 0 ⟹ x = -2\)

So, the solutions are \(x = -3\) and \(x = -2\).

A quadratic equation is generally written in the form:

\(ax² + bx + c = 0\)

When a quadratic equation is solved, up to two roots are obtained: α and β.

We can solve a quadratic equation in different steps:
 

  • Using the completing the square method 
     
  • Using the factorization method
     
  • Using the formula method
Professor Greenline from BrightChamps

Using Completing the Square Method

Completing the square method systematically solves a quadratic equation by applying the algebraic identity:

\((a + b)^2 = a^2 + 2ab + b^2\)
 

  • We first need to express the equation in standard form:

    \(ax^2 + bx + c = 0.\)
     
  • Divide the entire equation by ‘a’.
     
  • Shift the constant term to one side of the equation.
     
  • Add the square of half the coefficient of x to both sides.
     
  • Complete the left-hand side as a perfect square.
     
  • Take the square root of both sides.
     
  • Determine the value of x.
Professor Greenline from BrightChamps

Using the Factorization Method

A quadratic equation can be solved using the factorization method as discussed below:
 

  • First, express the equation in standard form: \(ax² + bx + c = 0\)
     
  • Split the middle term:

    Break the middle term, bx, into two terms such that: 

    Their sum equals b

    Their product equals \(a × c\)
     

For example:

Solve: \(2x² + 19x + 30 = 0\)

Find two numbers that add up to 19 and multiply to 60 (2 × 30)

→ 4 and 15

Now rewrite the equation:

\(2x² + 4x + 15x + 30 = 0\)

Group and factor:

\(2x(x + 2) + 15(x + 2) = 0\)

Take the common factor:

\((x + 2)(2x + 15) = 0\)

Now solve each factor:

\(x + 2 = 0 ⇒ x = -2\)

\(2x + 15 = 0 ⇒ x = \frac {-15}{2}\)

Professor Greenline from BrightChamps

Using the Formula Method

When the equation is of the form \(ax² + bx + c = 0\), we use the quadratic formula:

\(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\)

To find the solution, we substitute the values of a, b, and c into the formula.

For example:

Solve: \(9x² - 12x + 4 = 0\)

Here, \(a = 9, b = -12, c = 4\)

Apply the quadratic formula:

\(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\)

\(x = \frac{-(-12) \pm \sqrt{(-12)^2 - 4 \times 9 \times 4}}{2 \times 9} \)

\(x = \frac{12 \pm \sqrt{144 - 144}}{18} \)

\(x = \frac{12 \pm \sqrt{0}}{18} \)

\(x = \frac{12}{18} \)

\(x = \frac{2}{3} \)

Solution: \(x = \frac{2}{3} \)

Professor Greenline from BrightChamps

How to Solve a Rational Equation?

A rational equation has at least one variable in the denominator. To solve it:
 

  • We determine a common denominator or cross-multiply.
     
  • Solve the resulting equation.
     

For example:

Solve: \(\frac{2x}{x + 4} = \frac{4}{5} \)

Cross-multiplying gives:

\(5 × 2x = 4(x + 3)\)

\(10x = 4x + 12\)

\(10x - 4x = 12\)

\(6x = 12\)

\(x = 2\)

Professor Greenline from BrightChamps

How to Solve a Radical Equation?

A radical equation is an equation in which the variable is enclosed in a root. To solve it:
 

  • Isolate the radical expression.
     
  • Remove the radical by squaring both sides.
     
  • Solve the equation obtained.


Example:

Solve: \(\sqrt{(2x - 3)} = 5\)

Square both sides:

\((\sqrt{(2x - 3)})² = 5²\)

\(2x - 3 = 25\)

\(2x = 28\)

\(x = 14\)

Professor Greenline from BrightChamps

Tips and Tricks to Master Solving Equations

Here are some of the tips and tricks that will be helpful for the learners to master solving equations:
 

  1. Before solving the equations, read and understand the equations carefully. Identify the unknown and identify the constants and coefficients.
     
  2. Always remember to keep the equation balanced. Whatever we do on one side, must be done on the other side too. Add or subtract both sides using the same number. Multiply or divide by the same number on both the sides. 
     
  3. Always try to perform simplification step by step. Combine like terms and remove brackets using the distributive property. Simplify the fractions if necessary.
     
  4. Use inverse operations carefully. Do the opposite operation to isolate the unknown. Addition and subtraction; multiplication and division; powers and roots. 
     
  5. Always remember to check your solutions. Substitute your answer back into the original equation to ensure that it works. 
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Solving Equations

Solving equations is an important mathematical skill that helps students to develop strong problem-solving skills. However, it is common for students to make small errors that lead to incorrect results. Here are a few common mistakes along with tips to avoid them:

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Forgetting to perform the same operation on both sides

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students might perform operations like addition or subtraction only on one side of the equation.

For example: x + 4 = 8 → so, x = 8 (incorrect)

Correct: 
x + 4 = 8 → x = 8 – 4 
x = 4

Ensure that you perform the same operation on both sides of the equation.

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Incorrect sign handling

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

When working with negative signs, especially when changing terms from one side of the equation to another side, this can lead to errors.

For example: 
7x + 3x =100
10x = 100
x = 1000 (incorrect)

Correct:
7x + 3x = 100
10x = 100
x = 100/10 → x = 10 

Keep in mind that the sign of a term changes when it is transposed to the other side of the equation.

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Combining unlike terms

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students may group unlike terms instead of like terms, which makes it complicated to solve the equation.

For example: 5x + 5 = 15x →15x = 10(incorrect)

Correct: 

5x + 5 = 15x, adding -5x on both sides,
5x + 5 -5x = 15x - 5x→ group like terms:
5 = 10x 
x = 5/10 = 1/2

Always combine like terms
Group the constants together and the variables together before solving the equation.

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Division by zero

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

In some cases, students try to divide by zero without understanding that it is undefined. Check denominators before you solve or substitute any value. Also, ensure that the steps involved in the calculation are correct.

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Overlooking parentheses in expressions.

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Ignoring the parentheses or not applying the distributive property in expressions can lead to incorrect results. Ensure that you expand parentheses properly before combining like terms.

arrow-right
arrow-right
Professor Greenline from BrightChamps

Real-Life Applications of Solving Equations

Solving equations is a fundamental concept in mathematics, and we use it in different fields. Let’s now learn about their importance in real life. Here are a few real-life applications of solving equations.
 

  • Shopping discounts: We can use equations to find the final price of an item after a discount. For example, if an item costs $2000 and is offered at a 50% discount, the final price can be calculated using the equation:

    Final price = original price - (discount price × original price)
    x = 2000 – 0.50 × 2000
    x = 2000 – 1000 = 1000
    So, the final price is $1000.
     
  • Business:  The profit earned can be calculated using an equation. For example, if earnings = $2,00,000 and expenses = $60,000, the profit can be determined by solving:

    x = 200000 – 60000, which is $140000 (profit).
     
  • Travel calculations: This concept can also be used to estimate the time needed to complete a journey. For example: if the total distance is 120 km and the vehicle travels at a speed of 60 km/h, the time can be calculated using the equation:

    Time = Distance/ Speed 
             = 120/60
             = 2 hours (estimated time).
      
  • Cooking and recipes: We can use equations to adjust recipes proportionally. These equations can help scale ingredients accurately.
           
  • Daily life problem-solving: These equations can be helpful in sharing food equally whenever necessary. They help a lot in planning different schedules and calculating travel expenses. These often require forming and solving equations.
Max from BrightChamps Saying "Hey"
Hey!

Solved Examples of Solving Equations

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Solve: 3x + 5 = 20

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\( x = 5\)

Explanation

We first subtract 5 from both sides: 

\(3x = 15\)

Now, divide both sides by 3:

\( x = 5\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Solve: x/3 + 1/2 = 1

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(x = \frac {3}{2}\)

Explanation

For equations with fractions, we multiply the whole equation by 6 (LCM of 3 and 2):

\(6 × (\frac {x}{3} + \frac{1}{2}) = 6× 1\)

\( (\frac {6 ×x}{3} + \frac{6 ×1}{2}) = 6× 1\)

\(2x + 3 = 6\)

Subtract 3:

\(2x = 3\)

Divide by 2: 

\(x = \frac{3}{2}\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Solve: 2x² + 3x - 2 = 0

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(x = \frac {1}{2}, x = -2\)

Explanation

First, identify \(a = 2, b = 3, c = -2\)

Using the formula for formula method:

\(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\)

\(x = \frac{-3 \pm \sqrt{9 + 16}}{4} \)

\(x = \frac{-3 \pm \sqrt{25}}{4} \)

\(x = \frac{-3 \pm 5}{4} \)

\(x = \frac{2}{4} = \frac{1}{2} \quad \text{or} \quad x = \frac{-8}{4} = -2 \)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Solve: √(x + 5) = 6

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(x = 31\)

Explanation

We first square both sides:

\(\left(\sqrt{x + 5}\,\right)^2 = 6^2 \)

\(x + 5 = 36\)

Now, subtract 5 to isolate x:

\(x = 31\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

Solve: 2(x - 4) = 10

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(x = 9\)

Explanation

Expanding the brackets: 

\(2x - 8 = 10\)

Add 8 on both sides: \(2x = 18\)

Divide by 2 to isolate x: 

\(\frac {2x}{2} = \frac {18}{2}\)

\(x = 9\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs on Solving Equations

1.What do you mean by an equation?

An equation is a mathematical statement that uses the equal sign (=) to demonstrate that two expressions are equal.

For instance: x + 5 = 10 x + 5 = 10

Math FAQ Answers Dropdown Arrow

2.Why is it necessary to solve equations?

In everyday situations like budgeting, shopping, cooking, traveling, and business computations, solving equations enables us to determine unknown values.

Math FAQ Answers Dropdown Arrow

3.What do variables in an equation mean?

Symbols that represent unknown values in an equation are called variables, and they are generally letters like x, y, or z.

Math FAQ Answers Dropdown Arrow

4.What does the term “balance” mean in an equation?

It means applying the same operation to both sides of the equation to maintain their equality.

Math FAQ Answers Dropdown Arrow

5.How is a simple algebraic equation solved?

By carrying out inverse operations (such as subtraction, addition, multiplication, or division), we can isolate the variable on one side of the equation and solve it.

Math FAQ Answers Dropdown Arrow

6.How do I explain to my kid about equations in a simple way?

Use balanced analogy. Tell the that "an equation is like a balance scale. Whatever you do on one side, you must do on the other to keep it balanced."

Math FAQ Answers Dropdown Arrow

7.How should I help my child start solving equations?

Start with simple one-step equations. Teach them inverse operations so that they'll not be confused.

Addition ↔ subtraction

Multiplication ↔ division

Math FAQ Answers Dropdown Arrow

8.How can I check if my child’s answer is correct?

Substitute the solution back into the original equation. If the left side of the equation is the same as the right side of the equation, the answer is correct. 

Math FAQ Answers Dropdown Arrow

9.How can equations be related to real life for kids?

They can be helpful to your kid in many ways, such as:
 

  1. Splitting money or food equally
  2. Calculating travel time or speed
  3. Adjusting recipes
  4. Determining costs, discounts, and profits

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom