Photo AI

Last Updated Sep 26, 2025

Dividing Expressions Simplified Revision Notes

Revision notes with simplified explanations to understand Dividing Expressions quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

462+ students studying

Dividing Expressions

What Does It Mean to Divide Expressions?

When you divide expressions in algebra, you're taking a complex expression and breaking it down into simpler parts.

We can divide expressions in two ways:

  1. Dividing Expressions by Direct Division
  2. Dividing Expressions by Factorising

Key Concepts to Remember

  • Coefficients: These are the numbers in front of the variables, like the "3" in 3x 3x. You divide these numbers just like you would in regular arithmetic.
  • Variables: The letters like xx or y y represent unknowns. When you divide variables that are the same, you subtract the powers (exponents).

The Rule for Dividing Variables

If you have a term like xmxn \frac{x^m}{x^n}, you subtract the exponent in the denominator from the exponent in the numerator: xmxn=xmn\frac{x^m}{x^n} = x^{m-n} For example, x5x2=x52=x3\frac{x^5}{x^2} = x^{5-2} = x^3.

Dividing Expressions by Direct Division

Let's start with the most straightforward way to divide expressions: by directly dividing the coefficients and then the variables.

Example 1: Simplifying a Basic Expression

Example 2: Dividing Expressions with Multiple Variables

Example 3: Dividing a Polynomial by a Monomial

infoNote

Example 1: Simplifying a Basic Expression Problem: Simplify 12x34x\frac{12x^3}{4x}.


Step 1: Divide the coefficients (numbers)

Look at the numbers in the expression. Here, you have 12 and 4.

  • Divide the numbers just like you would normally: 124=3\frac{12}{4} = 3.

Step 2: Divide the variables (letters)

Now, focus on the variables. Here, you have x3x^3 divided by xx.

  • To divide the variables, subtract the exponents: x3x=x31=x2\frac{x^3}{x} = x^{3-1} = x^2

Final Answer: So, the simplified expression is: 12x34x=3x2 \frac{12x^3}{4x} = 3x^2

Explanation: By dividing the coefficient (12 by 4) and subtracting the exponents of the variable x x, we simplified 12x34x\frac{12x^3}{4x} to 3x23x^2.

infoNote

Example 2: Dividing Expressions with Multiple Variables Problem: Simplify 18y4z26y2z\frac{18y^4z^2}{6y^2z}.


Step 1: Divide the coefficients (numbers)

Start with the numbers:

  • 186=3\frac{18}{6} = 3

Step 2: Divide the yy variables

Next, look at the y y variables:

  • y4y2=y42=y2\frac{y^4}{y^2} = y^{4-2} = y^2

Step 3: Divide the zz variables

Finally, divide the zz variables:

  • z2z=z21=z\frac{z^2}{z} = z^{2-1} = z

Final Answer: The simplified expression is: 18y4z26y2z=3y2z\frac{18y^4z^2}{6y^2z} = 3y^2z

Explanation: We divided the coefficients, and then we subtracted the exponents for each variable. This gave us 3y2z3y^2z as the simplified expression.

infoNote

Example 3: Dividing a Polynomial by a Monomial This might sound complicated, but it's just about dividing each part of the expression separately.

Simplify 15x3+10x25x5x\frac{15x^3 + 10x^2 - 5x}{5x}.

Step 1: Divide each term separately by 5x 5x.

  • First term: 15x35x\frac{15x^3}{5x}
  • Divide the numbers: 155=3\frac{15}{5} = 3
  • Divide the variables: x3x=x31=x2\frac{x^3}{x} = x^{3-1} = x^2
  • So, 15x35x=3x2\frac{15x^3}{5x} = 3x^2.
  • Second term: 10x25x\frac{10x^2}{5x}
  • Divide the numbers: 105=2\frac{10}{5} = 2
  • Divide the variables: x2x=x21=x\frac{x^2}{x} = x^{2-1} = x
  • So,10x25x=2x \frac{10x^2}{5x} = 2x.
  • Third term: 5x5x\frac{-5x}{5x}
  • Divide the numbers: 55=1\frac{-5}{5} = -1
  • Divide the variables: xx=x11=1\frac{x}{x} = x^{1-1} = 1 (Remember, any number to the power of zero is 1!)
  • So, 5x5x=1\frac{-5x}{5x} = -1. Final Answer: Putting it all together, we get: 15x3+10x25x5x=3x2+2x1\frac{15x^3 + 10x^2 - 5x}{5x} = 3x^2 + 2x - 1

Why This Is Important: This kind of problem often appears in exams where you're asked to simplify more complex expressions.

infoNote

Exam Tip A common mistake: not dividing each term separately

When you have more than one term, like in Example 3, make sure you divide each part by the same monomial.

Dividing Expressions by Factorising

Sometimes, instead of directly dividing, it's easier to factorise the expression first. Instead of directly dividing terms, you can factorise the numerator (and sometimes the denominator), and then cancel out common factors. This approach can make the division easier and help avoid mistakes.

For the Junior Cycle Maths exam, we will learn how to use these methods of factorisation:

  1. Taking out the HCF (Highest common factor)
  2. Grouping
  3. Quadratic
  4. Difference of two squares These will be explained in greater detail in the 'Factorising' chapter.

Steps for Dividing by Factorising

  1. Factorise the numerator: Break down the numerator (the expression on top) into its factors.
  2. Factorise the denominator: If possible, factorise the denominator (the expression on the bottom) as well.
  3. Cancel common factors: Simplify the expression by cancelling out any common factors in the numerator and denominator.
  4. Simplify the remaining expression: After cancelling, simplify what's left.
infoNote

Example 1: Simplify 6x218x3x\frac{6x^2 - 18x}{3x} using factorisation.


Step 1: Factorise the numerator.

The numerator 6x218x 6x^2 - 18x can be factorised. Both terms have a common factor of 6x: 6x218x=6x(x3)6x^2 - 18x = 6x(x - 3)


Step 2: Factorise the denominator.

The denominator 3x3x is already in its simplest form, so no factorisation is needed.

Step 3: Cancel out common factors.

Now, look for common factors in the numerator and denominator. Both have a factor of3x 3x: 6x(x3)3x\frac{6x(x - 3)}{3x} You can cancel out the 3x from both the numerator and the denominator: =2(x3)= 2(x - 3)

Final Answer: So, 6x218x3x\frac{6x^2 - 18x}{3x} simplifies to 2(x3)2(x - 3).

Problem: Simplify x2+5x+6x+2.\frac{x^2 + 5x + 6}{x + 2} .

infoNote

Example 2

Step 1: Factorise the Numerator

The numerator in this expression is a quadratic expression: x2+5x+6.x^2 + 5x + 6.To simplify this, we need to factorise it into two binomials (expressions in the form of (x+a)(x+b). (x + a)(x + b).)

Note: We will explore the factorisation of quadratic equations in greater depth in the next chapter.

What does factorising mean? Factorising a quadratic expression like x2+5x+6x^2 + 5x + 6 means breaking it down into two simpler expressions that, when multiplied together, give you back the original quadratic.

This is similar to how you would break down the number 12 into 3×43 \times 4 because 3×4=123 \times 4 = 12.

How do we factorise x2+5x+6x^2 + 5x + 6 ?

  1. Identify the coefficients: In x2+5x+6x^2 + 5x + 6, the coefficient of x2x^2 is 1, the coefficient of xx is 5, and the constant term (the number without an xx) is 6.
  2. Look for two numbers that multiply to give the constant term 6 and add up to give the coefficient of $(x)$$ (5).
  • We need two numbers that multiply to 6 and add up to 5.
  • Let's list the pairs of numbers that multiply to 6:
  • 1 timestimes 6 =6= 6
  • 2 timestimes 3 =6= 6
  • Now, check which pair adds up to 5:
  • 1+6=71 + 6 = 7 (This doesn't work)
  • 2+3=52 + 3 = 5 (This works!)
  1. Write the quadratic as a product of two binomials: Now that we have found the numbers 2 and 3, we can factorise the quadratic expression.
  • The factorised form ofx2+5x+6 x^2 + 5x + 6 is (x+2)(x+3)(x + 2)(x + 3). Why does this work?

  • If you expand(x+2)(x+3) (x + 2)(x + 3), you should get back the original quadratic expression: (x+2)(x+3)=x(x+3)+2(x+3)=x2+3x+2x+6=x2+5x+6(x + 2)(x + 3) = x(x + 3) + 2(x + 3) = x^2 + 3x + 2x + 6 = x^2 + 5x + 6

  • As you can see, multiplying(x+2)(x+3) (x + 2)(x + 3) gives us x2+5x+6 x^2 + 5x + 6, so our factorisation is correct.


Step 2: Factorise the Denominator

The denominator is x+2x + 2, which is already in its simplest form. There's no need to factorise it further.


Step 3: Cancel Out Common Factors

Now that we have factorised the numerator, our expression looks like this:

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

Notice that both the numerator and the denominator have a common factor of x + 2.

  • We can cancel out the x+2 x + 2 term from both the numerator and the denominator: (x+2)(x+3)x+2=x+3\frac{(x + 2)(x + 3)}{x + 2} = x + 3 Why can we cancel?

  • You can cancel out common factors in a fraction because dividing something by itself equals 1. In this case, fracx+2x+2=1frac{x + 2}{x + 2} = 1, so it effectively disappears from the expression.

Final Answer

After cancelling out the common factor, the simplified expression is: x+3x + 3

Summary: In this example, we started by Factorising the quadratic expression x2+5x+6x^2 + 5x + 6 into (x+2)(x+3)(x + 2)(x + 3). Then, we cancelled out the common factor of x+2x + 2 from both the numerator and the denominator to simplify the expression to x+3x + 3.

This method of factorising before dividing helps to simplify expressions more easily, especially in cases like this where the denominator is a factor of the numerator.

:::

Practice Problems: Dividing Expressions

infoNote

Problem 1: Simple Division of Expressions

Question : Simplify the following expression: 15x45x2\frac{15x^4}{5x^2}

infoNote

Problem 2: Division with Multiple Variables

Question : Simplify the following expression: 24y5z36y2z\frac{24y^5z^3}{6y^2z}

infoNote

Problem 3: Dividing a Polynomial by a Monomial

Question : Simplify the following expression: 10x320x2+30x5x\frac{10x^3 - 20x^2 + 30x}{5x}

infoNote

Problem 4: Division Involving a Negative Coefficient

Question : Simplify the following expression: 18x3y26xy\frac{-18x^3y^2}{6xy}

infoNote

Problem 5: Dividing a Polynomial by a Binomial Using Factorisation

Question : Simplify the following expression: x2+7x+12x+3\frac{x^2 + 7x + 12}{x + 3}


Solutions

Solution to Problem 1

infoNote

Problem 1: Simple Division of Expressions

Question : Simplify the following expression: 15x45x2\frac{15x^4}{5x^2}

Step 1: Divide the coefficients (numbers)

  • The coefficients are 15 and 5.

  • Divide them: 155=3\frac{15}{5} = 3. Step 2: Divide the variables (letters)

  • You have x4x^4 divided by x2x^2.

  • Subtract the exponents: x4x2=x42=x2\frac{x^4}{x^2} = x^{4-2} = x^2 Final Answer: 15x45x2=3x2\frac{15x^4}{5x^2} = 3x^2

Explanation: We divided the coefficient 15 by 5 to get 3, and then subtracted the exponents for the xx terms, resulting in x2x^2.


Solution to Problem 2

infoNote

Problem 2: Division with Multiple Variables

Question : Simplify the following expression: 24y5z36y2z\frac{24y^5z^3}{6y^2z}

Step 1: Divide the coefficients

  • The coefficients are 24 and 6.

  • Divide them:246=4. \frac{24}{6} = 4 . Step 2: Divide the yy variables

  • You havey5 y^5 divided by y2 y^2.

  • Subtract the exponents: y5y2=y52=y3\frac{y^5}{y^2} = y^{5-2} = y^3 Step 3: Divide the (z) variables

  • You have z3z^3 divided by zz.

  • Subtract the exponents: z3z=z31=z2\frac{z^3}{z} = z^{3-1} = z^2 Final Answer: 24y5z36y2z=4y3z2\frac{24y^5z^3}{6y^2z} = 4y^3z^2

Explanation: We divided the coefficients, then handled each variable separately by subtracting the exponents.


Solution to Problem 3

infoNote

Problem 3: Dividing a Polynomial by a Monomial

Question : Simplify the following expression: 10x320x2+30x5x\frac{10x^3 - 20x^2 + 30x}{5x}

Step 1: Divide each term in the polynomial by the monomial

We divide each term separately by 5x 5x:

  • First term: 10x35x\frac{10x^3}{5x}
    • Divide the coefficients: 105=2\frac{10}{5} = 2
    • Divide the variables: x3x=x31=x2\frac{x^3}{x} = x^{3-1} = x^2
    • So,10x35x=2x2 \frac{10x^3}{5x} = 2x^2
  • Second term:20x25x \frac{-20x^2}{5x}
    • Divide the coefficients: 205=4\frac{-20}{5} = -4
    • Divide the variables: x2x=x21=x\frac{x^2}{x} = x^{2-1} = x
    • So, 20x25x=4x\frac{-20x^2}{5x} = -4x
  • Third term: 30x5x\frac{30x}{5x}
    • Divide the coefficients: 305=6\frac{30}{5} = 6
    • Divide the variables: xx=x11=1\frac{x}{x} = x^{1-1} = 1
    • So, 30x5x=6\frac{30x}{5x} = 6 Final Answer: 10x320x2+30x5x=2x24x+6\frac{10x^3 - 20x^2 + 30x}{5x} = 2x^2 - 4x + 6

Explanation: Each term in the polynomial was divided separately by 5x 5x, leading to the simplified expression.

infoNote

Exam Tip: Students often forget to divide each term separately when dividing a polynomial by a monomial. Be sure to divide every single term, not just the first one!


Solution to Problem 4

infoNote

Problem 4: Division Involving a Negative Coefficient

Question : Simplify the following expression: 18x3y26xy\frac{-18x^3y^2}{6xy}

Step 1: Divide the coefficients

  • The coefficients are -18 and 6.
  • Divide them: 186=3\frac{-18}{6} = -3.
infoNote

Exam Tip: When working with negative coefficients, be careful with your signs. Make sure you keep track of whether the result should be positive or negative.

Step 2: Divide the xx variables

  • You have x3x^3 divided by x x.

  • Subtract the exponents: x3x=x31=x2\frac{x^3}{x} = x^{3-1} = x^2 Step 3: Divide the yy variables

  • You have y2y^2 divided by y y.

  • Subtract the exponents: y2y=y21=y\frac{y^2}{y} = y^{2-1} = y Final Answer: 18x3y26xy=3x2y\frac{-18x^3y^2}{6xy} = -3x^2y

Explanation: We divided the coefficients and then subtracted the exponents for both xx and (y) (y), leading to the final simplified expression.


Solution to Problem 5

infoNote

Problem 5: Dividing a Polynomial by a Binomial Using Factorisation

Question : Simplify the following expression: x2+7x+12x+3\frac{x^2 + 7x + 12}{x + 3}

Step 1: Factorise the numerator

The numerator x2+7x+12x^2 + 7x + 12 is a quadratic expression. We can factorise it by finding two numbers that multiply to 12 (the constant term) and add to 7 (the coefficient of xx.

  • The numbers 3 and 4 work because:
    • 3×4=123 \times 4 = 12 (they multiply to 12)
    • 3+4=73 + 4 = 7 (they add to 7) So, we factorise the numerator: x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x + 3)(x + 4)

Step 2: Simplify by cancelling common factors

Now, substitute the factorised form into the expression: (x+3)(x+4)x+3\frac{(x + 3)(x + 4)}{x + 3} We can cancel out the common factor of x + 3 from the numerator and denominator: =x+4= x + 4

Final Answer: x2+7x+12x+3=x+4\frac{x^2 + 7x + 12}{x + 3} = x + 4

Explanation: We factorised the quadratic expression and then cancelled out the common factor, simplifying the expression to x+4x + 4.

infoNote

Exam Tip: Factorisation is key in problems like these. Always look for common factors that you can cancel out to simplify the expression. Make sure you factorise completely before cancelling.


These practice problems should help you get more comfortable with dividing expressions in algebra. Remember, each step is important, and understanding how to break down and simplify these expressions will help you a lot in your Junior Cycle Maths exams. Keep practicing, and don't hesitate to revisit these examples if you need to!


Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Dividing Expressions

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

120 flashcards

Flashcards on Dividing Expressions

Revise key concepts with interactive flashcards.

Try Mathematics Flashcards

8 quizzes

Quizzes on Dividing Expressions

Test your knowledge with fun and engaging quizzes.

Try Mathematics Quizzes

29 questions

Exam questions on Dividing Expressions

Boost your confidence with real exam questions.

Try Mathematics Questions

27 exams created

Exam Builder on Dividing Expressions

Create custom exams across topics for better practice!

Try Mathematics exam builder

80 papers

Past Papers on Dividing Expressions

Practice past papers to reinforce exam experience.

Try Mathematics Past Papers

Other Revision Notes related to Dividing Expressions you should explore

Discover More Revision Notes Related to Dividing Expressions to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

The Basics

Adding/Subtracting Algebraic Expressions

user avatar
user avatar
user avatar
user avatar
user avatar

410+ studying

186KViews

96%

114 rated

The Basics

Multiplying Expressions

user avatar
user avatar
user avatar
user avatar
user avatar

210+ studying

197KViews
Load more notes

Join 500,000+ Junior Cycle students using SimpleStudy...

Join Thousands of Junior Cycle Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered