BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon101 Learners

Last updated on July 16th, 2025

Math Whiteboard Illustration

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 that satisfy the condition where both sides of the equation are 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. A quadratic equation usually has two solutions, known as roots. There are several methods to solve equations. In this article, we will learn each of these methods in detail.

Solving Equations for Filipino 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 can be considered a mathematical statement in which two expressions, including 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 can be determined by using mathematical operations to isolate the variable. 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 a/c = b/c (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 = a2 + 2ab + b2

 

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

    ax2 + 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 = -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 ± √(b² - 4ac)] / 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 ± b2 - 4ac2a

x = [-(-12) ± √((-12)² - 4 × 9 × 4)] / (2 × 9)

   = [12 ± √(144 –144)] / 18

   = [12 ± √0] / 18

   = 12 / 18

   = 2/3

 

Solution: x = 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: 2x/x + 4 = 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: √(2x - 3) = 5

 

Square both sides:

(√(2x - 3))² = 5²

2x - 3 = 25

2x = 28

x = 14

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.

 

  • 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.

 

  • In 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).

 

  • 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).
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
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

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

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
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 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Keep in mind, the sign of a term is changed 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
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

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Always combine like terms:
Group the consonants 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

In some cases, students try to divide by zero without understanding that it is undefined.

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

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

Ignoring the parentheses or not applying the distributive property in expressions can lead to incorrect results.

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Ensure that you expand parentheses properly before combining like terms.

arrow-right
Max from BrightChamps Saying "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"

 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
Max, the Girl Character from BrightChamps

Problem 2

Solve: x/3 + 1/2 = 1

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

x = 3/2

Explanation

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

2x + 3 = 6

Subtract 3:

 2x = 3

Divide by 2: 

x = 3/2

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 3

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

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

x = 1/2, x = -2

Explanation

First, identify a = 2, b = 3, c = −2

Using the formula for formula method:

x = [-b ± √(b² − 4ac)] / 2a

   = [-3 ± √(9 + 16)] / 4

   = [-3 ± √25] / 4

   = [-3 ± 5] / 4

→ x = (2/4) = 1/2 or x = (-8/4) = -2

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 4

Solve: √(x + 5) = 6

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

x = 31

Explanation

We first square both sides: (√(x + 5))² = 6²

x + 5 = 36

Now, subtract 5 to isolate x:

x = 31

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 5

Solve: 2(x − 4) = 10

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

x = 9

Explanation

Expanding the brackets: 

2x − 8 = 10

Add 8 on both sides: 2x = 18

Divide by 2 to isolate x: 

x = 9

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

FAQs on Solving Equations

1.What do you mean by an equation?

Math FAQ Answers Dropdown Arrow

2.Why is it necessary to solve equations?

Math FAQ Answers Dropdown Arrow

3.What do variables in an equation mean?

Math FAQ Answers Dropdown Arrow

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

Math FAQ Answers Dropdown Arrow

5.How is a simple algebraic equation solved?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in Philippines make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in Philippines support learning Algebra topics such as Solving Equations?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in Philippines support learning Algebra and Solving Equations?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in Philippines?

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
Dubai - 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