Algebraic Fractions

Algebraic Fractions

1. What Are Algebraic Fractions?

An algebraic fraction is a fraction where the numerator, the denominator, or both contain algebraic expressions (expressions with variables).

Examples of algebraic fractions:

x3,2x+1x4,x29x2+x6,3x(x+2)\frac{x}{3}, \quad \frac{2x+1}{x-4}, \quad \frac{x^2-9}{x^2+x-6}, \quad \frac{3}{x(x+2)}

They follow the same rules as ordinary numerical fractions. The key difference is that the variable can take many values — but it cannot take any value that makes the denominator equal to zero (more on this in Section 10).


2. Simplification of Algebraic Fractions

Method: Factorise the numerator and denominator completely, then cancel any common factors.

Important: You can only cancel factors (things that are multiplied), never terms (things that are added or subtracted).


Example 2.1 — Simple cancellation

Simplify 6x29x\dfrac{6x^2}{9x}.

6x29x=6×x×x9×x=6x9=2x3\frac{6x^2}{9x} = \frac{6 \times x \times x}{9 \times x} = \frac{6x}{9} = \frac{2x}{3}

Cancel the common factor of xx, and simplify 69=23\dfrac{6}{9} = \dfrac{2}{3}.

2x3\boxed{\dfrac{2x}{3}}

Example 2.2 — Factorising a linear expression

Simplify 2x+6x2+3x\dfrac{2x+6}{x^2+3x}.

2x+6x2+3x=2(x+3)x(x+3)=2x\frac{2x+6}{x^2+3x} = \frac{2(x+3)}{x(x+3)} = \frac{2}{x}

Factorise numerator: 2x+6=2(x+3)2x + 6 = 2(x+3)

Factorise denominator: x2+3x=x(x+3)x^2 + 3x = x(x+3)

Cancel the common factor (x+3)(x+3).

2x\boxed{\dfrac{2}{x}}

Example 2.3 — Difference of two squares

Simplify x216x2+5x+4\dfrac{x^2-16}{x^2+5x+4}.

Factorise numerator (difference of two squares): x216=(x+4)(x4)x^2 - 16 = (x+4)(x-4)

Factorise denominator: x2+5x+4=(x+1)(x+4)x^2 + 5x + 4 = (x+1)(x+4)

x216x2+5x+4=(x+4)(x4)(x+1)(x+4)=x4x+1\frac{x^2-16}{x^2+5x+4} = \frac{(x+4)(x-4)}{(x+1)(x+4)} = \frac{x-4}{x+1}
x4x+1\boxed{\dfrac{x-4}{x+1}}

Example 2.4 — Factorising both numerator and denominator (quadratics)

Simplify x2x6x24x+3\dfrac{x^2-x-6}{x^2-4x+3}.

Factorise numerator: x2x6=(x3)(x+2)x^2 - x - 6 = (x-3)(x+2)

Factorise denominator: x24x+3=(x1)(x3)x^2 - 4x + 3 = (x-1)(x-3)

x2x6x24x+3=(x3)(x+2)(x1)(x3)=x+2x1\frac{x^2-x-6}{x^2-4x+3} = \frac{(x-3)(x+2)}{(x-1)(x-3)} = \frac{x+2}{x-1}
x+2x1\boxed{\dfrac{x+2}{x-1}}

3. Multiplication of Algebraic Fractions

Method:

  1. Factorise all numerators and denominators.
  2. Multiply numerators together and denominators together.
  3. Cancel common factors and simplify.
AB×CD=A×CB×D\frac{A}{B} \times \frac{C}{D} = \frac{A \times C}{B \times D}

Example 3.1

Simplify 3x4×8x2\dfrac{3x}{4} \times \dfrac{8}{x^2}.

3x4×8x2=3x×84×x2=24x4x2=6x\frac{3x}{4} \times \frac{8}{x^2} = \frac{3x \times 8}{4 \times x^2} = \frac{24x}{4x^2} = \frac{6}{x}

Cancel: 24÷4=624 \div 4 = 6, and x÷x2=1xx \div x^2 = \dfrac{1}{x}.

6x\boxed{\dfrac{6}{x}}

Example 3.2

Simplify x29x+2×x2+5x+6x3\dfrac{x^2-9}{x+2} \times \dfrac{x^2+5x+6}{x-3}.

Factorise each part:

  • x29=(x+3)(x3)x^2 - 9 = (x+3)(x-3)
  • x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x+2)(x+3)
(x+3)(x3)x+2×(x+2)(x+3)x3\frac{(x+3)(x-3)}{x+2} \times \frac{(x+2)(x+3)}{x-3}
=(x+3)(x3)(x+2)(x+3)(x+2)(x3)= \frac{(x+3)(x-3)(x+2)(x+3)}{(x+2)(x-3)}

Cancel (x3)(x-3) and (x+2)(x+2):

=(x+3)(x+3)=(x+3)2= (x+3)(x+3) = (x+3)^2
(x+3)2\boxed{(x+3)^2}

Example 3.3

Simplify 2x2+4xx21×x+16x\dfrac{2x^2+4x}{x^2-1} \times \dfrac{x+1}{6x}.

Factorise each part:

  • 2x2+4x=2x(x+2)2x^2 + 4x = 2x(x+2)
  • x21=(x+1)(x1)x^2 - 1 = (x+1)(x-1)
2x(x+2)(x+1)(x1)×x+16x\frac{2x(x+2)}{(x+1)(x-1)} \times \frac{x+1}{6x}
=2x(x+2)(x+1)(x+1)(x1)(6x)= \frac{2x(x+2)(x+1)}{(x+1)(x-1)(6x)}

Cancel 2x2x, (x+1)(x+1) (note: 2x÷6x=132x \div 6x = \dfrac{1}{3}):

=x+23(x1)= \frac{x+2}{3(x-1)}
x+23(x1)\boxed{\dfrac{x+2}{3(x-1)}}

4. Division of Algebraic Fractions

Method: Multiply the first fraction by the reciprocal of the second fraction, then simplify.

AB÷CD=AB×DC=A×DB×C\frac{A}{B} \div \frac{C}{D} = \frac{A}{B} \times \frac{D}{C} = \frac{A \times D}{B \times C}

Example 4.1

Simplify 5x6÷10x23\dfrac{5x}{6} \div \dfrac{10x^2}{3}.

Flip the second fraction and multiply:

5x6×310x2=5x×36×10x2=15x60x2=14x\frac{5x}{6} \times \frac{3}{10x^2} = \frac{5x \times 3}{6 \times 10x^2} = \frac{15x}{60x^2} = \frac{1}{4x}
14x\boxed{\dfrac{1}{4x}}

Example 4.2

Simplify x24x+3÷x2x2+6x+9\dfrac{x^2-4}{x+3} \div \dfrac{x-2}{x^2+6x+9}.

Flip and multiply:

x24x+3×x2+6x+9x2\frac{x^2-4}{x+3} \times \frac{x^2+6x+9}{x-2}

Factorise:

  • x24=(x+2)(x2)x^2 - 4 = (x+2)(x-2)
  • x2+6x+9=(x+3)2x^2 + 6x + 9 = (x+3)^2
=(x+2)(x2)x+3×(x+3)2x2= \frac{(x+2)(x-2)}{x+3} \times \frac{(x+3)^2}{x-2}
=(x+2)(x2)(x+3)2(x+3)(x2)= \frac{(x+2)(x-2)(x+3)^2}{(x+3)(x-2)}

Cancel (x2)(x-2) and one (x+3)(x+3):

=(x+2)(x+3)= (x+2)(x+3)
(x+2)(x+3)\boxed{(x+2)(x+3)}

Example 4.3

Simplify 2x2+6xx24÷x+3x+2\dfrac{2x^2+6x}{x^2-4} \div \dfrac{x+3}{x+2}.

Flip and multiply:

2x2+6xx24×x+2x+3\frac{2x^2+6x}{x^2-4} \times \frac{x+2}{x+3}

Factorise:

  • 2x2+6x=2x(x+3)2x^2 + 6x = 2x(x+3)
  • x24=(x+2)(x2)x^2 - 4 = (x+2)(x-2)
=2x(x+3)(x+2)(x2)×x+2x+3= \frac{2x(x+3)}{(x+2)(x-2)} \times \frac{x+2}{x+3}
=2x(x+3)(x+2)(x+2)(x2)(x+3)= \frac{2x(x+3)(x+2)}{(x+2)(x-2)(x+3)}

Cancel (x+3)(x+3) and (x+2)(x+2):

=2xx2= \frac{2x}{x-2}
2xx2\boxed{\dfrac{2x}{x-2}}

5. Addition and Subtraction with the SAME Denominator

Method: When denominators are the same, simply add or subtract the numerators and keep the denominator.

AC+BC=A+BC,ACBC=ABC\frac{A}{C} + \frac{B}{C} = \frac{A+B}{C}, \qquad \frac{A}{C} - \frac{B}{C} = \frac{A-B}{C}

Example 5.1

Simplify 3xx+1+5x+1\dfrac{3x}{x+1} + \dfrac{5}{x+1}.

Same denominator (x+1)(x+1), so add numerators:

3x+5x+1\frac{3x+5}{x+1}

This cannot be simplified further.

3x+5x+1\boxed{\dfrac{3x+5}{x+1}}

Example 5.2

Simplify 2x+3x2x+1x2\dfrac{2x+3}{x-2} - \dfrac{x+1}{x-2}.

Same denominator (x2)(x-2), so subtract numerators:

(2x+3)(x+1)x2=2x+3x1x2=x+2x2\frac{(2x+3)-(x+1)}{x-2} = \frac{2x+3-x-1}{x-2} = \frac{x+2}{x-2}

Watch out: Distribute the negative sign to BOTH terms in (x+1)(x+1).

x+2x2\boxed{\dfrac{x+2}{x-2}}

6. Addition and Subtraction with DIFFERENT Denominators

Method:

  1. Factorise each denominator.
  2. Find the Lowest Common Multiple (LCM) of the denominators.
  3. Convert each fraction to an equivalent fraction with the LCM as denominator.
  4. Add or subtract the numerators.
  5. Simplify if possible.

Example 6.1 — Simple different denominators

Simplify 3x+2x+1\dfrac{3}{x} + \dfrac{2}{x+1}.

LCM of xx and (x+1)(x+1) is x(x+1)x(x+1).

3x+2x+1=3(x+1)x(x+1)+2xx(x+1)\frac{3}{x} + \frac{2}{x+1} = \frac{3(x+1)}{x(x+1)} + \frac{2x}{x(x+1)}
=3(x+1)+2xx(x+1)=3x+3+2xx(x+1)=5x+3x(x+1)= \frac{3(x+1) + 2x}{x(x+1)} = \frac{3x+3+2x}{x(x+1)} = \frac{5x+3}{x(x+1)}
5x+3x(x+1)\boxed{\dfrac{5x+3}{x(x+1)}}

Example 6.2 — Subtraction with different denominators

Simplify 4x+21x3\dfrac{4}{x+2} - \dfrac{1}{x-3}.

LCM is (x+2)(x3)(x+2)(x-3).

4(x3)(x+2)(x3)1(x+2)(x+2)(x3)\frac{4(x-3)}{(x+2)(x-3)} - \frac{1(x+2)}{(x+2)(x-3)}
=4(x3)(x+2)(x+2)(x3)= \frac{4(x-3) - (x+2)}{(x+2)(x-3)}
=4x12x2(x+2)(x3)= \frac{4x - 12 - x - 2}{(x+2)(x-3)}
=3x14(x+2)(x3)= \frac{3x-14}{(x+2)(x-3)}
3x14(x+2)(x3)\boxed{\dfrac{3x-14}{(x+2)(x-3)}}

Example 6.3 — One denominator is a factor of the other

Simplify 5x(x+3)+2x\dfrac{5}{x(x+3)} + \dfrac{2}{x}.

The LCM of x(x+3)x(x+3) and xx is x(x+3)x(x+3), since xx is already a factor of x(x+3)x(x+3).

5x(x+3)+2(x+3)x(x+3)\frac{5}{x(x+3)} + \frac{2(x+3)}{x(x+3)}
=5+2(x+3)x(x+3)= \frac{5 + 2(x+3)}{x(x+3)}
=5+2x+6x(x+3)= \frac{5 + 2x + 6}{x(x+3)}
=2x+11x(x+3)= \frac{2x+11}{x(x+3)}
2x+11x(x+3)\boxed{\dfrac{2x+11}{x(x+3)}}

Example 6.4 — Quadratic denominators

Simplify 3x2+3x+21x21\dfrac{3}{x^2+3x+2} - \dfrac{1}{x^2-1}.

First factorise each denominator:

  • x2+3x+2=(x+1)(x+2)x^2 + 3x + 2 = (x+1)(x+2)
  • x21=(x+1)(x1)x^2 - 1 = (x+1)(x-1)

LCM is (x+1)(x+2)(x1)(x+1)(x+2)(x-1).

3(x+1)(x+2)1(x+1)(x1)\frac{3}{(x+1)(x+2)} - \frac{1}{(x+1)(x-1)}
=3(x1)(x+1)(x+2)(x1)(x+2)(x+1)(x1)(x+2)= \frac{3(x-1)}{(x+1)(x+2)(x-1)} - \frac{(x+2)}{(x+1)(x-1)(x+2)}
=3(x1)(x+2)(x+1)(x+2)(x1)= \frac{3(x-1) - (x+2)}{(x+1)(x+2)(x-1)}
=3x3x2(x+1)(x+2)(x1)= \frac{3x - 3 - x - 2}{(x+1)(x+2)(x-1)}
=2x5(x+1)(x+2)(x1)= \frac{2x-5}{(x+1)(x+2)(x-1)}
2x5(x+1)(x+2)(x1)\boxed{\dfrac{2x-5}{(x+1)(x+2)(x-1)}}

7. Complex Fractions (Fraction Within a Fraction)

Not in Sec 2 2026: Complex fractions (fractions within fractions) are not explicitly listed in the 2026 Sec 2 syllabus. The notes below are kept for completeness and challenge practice.

A complex fraction has a fraction in the numerator, denominator, or both. Simplify by treating it as a division problem.


Example 7.1

Simplify x3x26\dfrac{\dfrac{x}{3}}{\dfrac{x^2}{6}}.

Rewrite as division:

x3÷x26=x3×6x2=6x3x2=2x\frac{x}{3} \div \frac{x^2}{6} = \frac{x}{3} \times \frac{6}{x^2} = \frac{6x}{3x^2} = \frac{2}{x}
2x\boxed{\dfrac{2}{x}}

Example 7.2

Simplify 1x+1y1xy\dfrac{\dfrac{1}{x} + \dfrac{1}{y}}{\dfrac{1}{xy}}.

First simplify the numerator 1x+1y\dfrac{1}{x} + \dfrac{1}{y}:

1x+1y=yxy+xxy=x+yxy\frac{1}{x} + \frac{1}{y} = \frac{y}{xy} + \frac{x}{xy} = \frac{x+y}{xy}

Now divide by 1xy\dfrac{1}{xy}:

x+yxy÷1xy=x+yxy×xy1=x+y\frac{x+y}{xy} \div \frac{1}{xy} = \frac{x+y}{xy} \times \frac{xy}{1} = x+y
x+y\boxed{x + y}

8. Solving Equations with Algebraic Fractions

Not in Sec 2 2026: Solving equations with algebraic fractions is not explicitly listed in the 2026 Sec 2 syllabus as a standalone topic. Where the cleared equation is linear, this is an extension of linear equation skills. Where the cleared equation is quadratic (as in Example 8.3 below), this goes beyond Sec 2 scope. These notes are kept for completeness; focus on linear outcomes for Sec 2 practice.

Method:

  1. Find the LCM of all denominators.
  2. Multiply every term on both sides of the equation by the LCM to clear all fractions.
  3. Solve the resulting equation (usually linear or quadratic).
  4. Check your answer does not make any denominator zero.

Example 8.1 — Linear equation

Solve x3+x4=7\dfrac{x}{3} + \dfrac{x}{4} = 7.

LCM of 3 and 4 is 12. Multiply every term by 12:

12×x3+12×x4=12×712 \times \frac{x}{3} + 12 \times \frac{x}{4} = 12 \times 7
4x+3x=844x + 3x = 84
7x=847x = 84
x=12x = 12
x=12\boxed{x = 12}

Example 8.2 — Algebraic denominators

Solve 3x+12=5x\dfrac{3}{x} + \dfrac{1}{2} = \dfrac{5}{x}.

LCM of xx, 22, and xx is 2x2x. Multiply every term by 2x2x:

2x×3x+2x×12=2x×5x2x \times \frac{3}{x} + 2x \times \frac{1}{2} = 2x \times \frac{5}{x}
6+x=106 + x = 10
x=4x = 4

Check: x=40x = 4 \neq 0, so the denominator is not zero. Answer is valid.

x=4\boxed{x = 4}

Example 8.3 — Results in a quadratic

Solve xx23x+1=1\dfrac{x}{x-2} - \dfrac{3}{x+1} = 1.

LCM is (x2)(x+1)(x-2)(x+1). Multiply every term by (x2)(x+1)(x-2)(x+1):

x(x+1)3(x2)=(x2)(x+1)x(x+1) - 3(x-2) = (x-2)(x+1)

Expand the left side:

x2+x3x+6=x2+x2x2x^2 + x - 3x + 6 = x^2 + x - 2x - 2
x22x+6=x2x2x^2 - 2x + 6 = x^2 - x - 2

Subtract x2x^2 from both sides:

2x+6=x2-2x + 6 = -x - 2
6+2=x+2x6 + 2 = -x + 2x
8=x8 = x
x=8x = 8

Check: x=8x = 8 gives denominators 82=608-2 = 6 \neq 0 and 8+1=908+1 = 9 \neq 0. Answer is valid.

x=8\boxed{x = 8}

9. Common Errors to Avoid

Error 1: Cancelling Terms Instead of Factors

Wrong: [\frac{x+3}{x+5} \neq \frac{3}{5} \quad \text{(You CANNOT cancel the } x \text{ here!)}]

The xx in the numerator and the xx in the denominator are terms (connected by addition), not factors. You can only cancel when the entire numerator or denominator shares a common factor.

Correct: x+3x+5\dfrac{x+3}{x+5} cannot be simplified further.


Error 2: Forgetting to Factorise Before Simplifying

Wrong: [\frac{x^2-4}{x-2} \neq x^2-2 \quad \text{(Incorrect — you cannot just cancel like this)}]

Correct: Factorise first: [\frac{x^2-4}{x-2} = \frac{(x+2)(x-2)}{x-2} = x+2]


Error 3: Sign Errors When Subtracting Fractions

Wrong: [\frac{2x+3}{x-1} - \frac{x+5}{x-1} = \frac{2x+3-x+5}{x-1} = \frac{x+8}{x-1} \quad \text{(Incorrect!)}]

The negative sign must be distributed to all terms in the second numerator.

Correct: [\frac{2x+3}{x-1} - \frac{x+5}{x-1} = \frac{(2x+3)-(x+5)}{x-1} = \frac{2x+3-x-5}{x-1} = \frac{x-2}{x-1}]


Error 4: Multiplying Only One Side When Solving Equations

When you multiply by the LCM to clear fractions, you must multiply every term on both sides of the equation.


10. Restrictions on Variables

The denominator of a fraction can never be zero (division by zero is undefined). You must always state the values of the variable that are not allowed.

How to find restrictions: Set each denominator equal to zero and solve.


Example 10.1

For 3xx5\dfrac{3x}{x-5}, the restriction is:

x50    x5x - 5 \neq 0 \implies x \neq 5

Example 10.2

For x+1x24\dfrac{x+1}{x^2-4}, factorise the denominator first:

x24=(x+2)(x2)x^2 - 4 = (x+2)(x-2)

Restrictions: (x+2)(x2)0(x+2)(x-2) \neq 0, so x2x \neq -2 and x2x \neq 2.


Example 10.3

For 2x2+x6\dfrac{2}{x^2+x-6}, factorise the denominator:

x2+x6=(x+3)(x2)x^2 + x - 6 = (x+3)(x-2)

Restrictions: x3x \neq -3 and x2x \neq 2.


In examinations: Unless the question specifically asks for restrictions, you do not always need to state them — but always check that your solutions to equations do not violate the restrictions.


11. Practice Questions

Try these on your own. Show all working clearly.


Q1. Simplify 4x310x\dfrac{4x^3}{10x}.

Q2. Simplify x225x2+3x10\dfrac{x^2-25}{x^2+3x-10}.

Q3. Simplify x22x8x2+x2\dfrac{x^2-2x-8}{x^2+x-2}.

Q4. Find 3x2x+4×x2+5x+49x\dfrac{3x^2}{x+4} \times \dfrac{x^2+5x+4}{9x}.

Q5. Find x29x2+2x÷x3x+2\dfrac{x^2-9}{x^2+2x} \div \dfrac{x-3}{x+2}.

Q6. Simplify 52x+34x\dfrac{5}{2x} + \dfrac{3}{4x}.

Q7. Simplify 2x+31x1\dfrac{2}{x+3} - \dfrac{1}{x-1}.

Q8. Simplify 3x21+2x2+x\dfrac{3}{x^2-1} + \dfrac{2}{x^2+x}.

Q9. Solve 2x+13=1\dfrac{2}{x} + \dfrac{1}{3} = 1.

Q10. Solve x+1x12x+2=2\dfrac{x+1}{x-1} - \dfrac{2}{x+2} = 2.


Answers to Practice Questions


A1.

4x310x=4x210=2x25\frac{4x^3}{10x} = \frac{4x^2}{10} = \frac{2x^2}{5}

A2.

Factorise: x225=(x+5)(x5)x^2 - 25 = (x+5)(x-5), and x2+3x10=(x+5)(x2)x^2 + 3x - 10 = (x+5)(x-2)

(x+5)(x5)(x+5)(x2)=x5x2\frac{(x+5)(x-5)}{(x+5)(x-2)} = \frac{x-5}{x-2}

A3.

Factorise: x22x8=(x4)(x+2)x^2 - 2x - 8 = (x-4)(x+2), and x2+x2=(x+2)(x1)x^2 + x - 2 = (x+2)(x-1)

(x4)(x+2)(x+2)(x1)=x4x1\frac{(x-4)(x+2)}{(x+2)(x-1)} = \frac{x-4}{x-1}

A4.

Factorise: x2+5x+4=(x+4)(x+1)x^2 + 5x + 4 = (x+4)(x+1)

3x2x+4×(x+4)(x+1)9x=3x2(x+4)(x+1)9x(x+4)=3x(x+1)9=x(x+1)3\frac{3x^2}{x+4} \times \frac{(x+4)(x+1)}{9x} = \frac{3x^2(x+4)(x+1)}{9x(x+4)} = \frac{3x(x+1)}{9} = \frac{x(x+1)}{3}

A5.

Factorise: x29=(x+3)(x3)x^2 - 9 = (x+3)(x-3), x2+2x=x(x+2)x^2 + 2x = x(x+2)

(x+3)(x3)x(x+2)×x+2x3=(x+3)(x3)(x+2)x(x+2)(x3)=x+3x\frac{(x+3)(x-3)}{x(x+2)} \times \frac{x+2}{x-3} = \frac{(x+3)(x-3)(x+2)}{x(x+2)(x-3)} = \frac{x+3}{x}

A6.

LCM of 2x2x and 4x4x is 4x4x.

104x+34x=134x\frac{10}{4x} + \frac{3}{4x} = \frac{13}{4x}

A7.

LCM is (x+3)(x1)(x+3)(x-1).

2(x1)1(x+3)(x+3)(x1)=2x2x3(x+3)(x1)=x5(x+3)(x1)\frac{2(x-1) - 1(x+3)}{(x+3)(x-1)} = \frac{2x-2-x-3}{(x+3)(x-1)} = \frac{x-5}{(x+3)(x-1)}

A8.

Factorise: x21=(x+1)(x1)x^2 - 1 = (x+1)(x-1), x2+x=x(x+1)x^2 + x = x(x+1)

LCM is x(x+1)(x1)x(x+1)(x-1).

3xx(x+1)(x1)+2(x1)x(x+1)(x1)\frac{3x}{x(x+1)(x-1)} + \frac{2(x-1)}{x(x+1)(x-1)}
=3x+2x2x(x+1)(x1)=5x2x(x+1)(x1)= \frac{3x + 2x - 2}{x(x+1)(x-1)} = \frac{5x-2}{x(x+1)(x-1)}

A9.

LCM is 3x3x. Multiply through:

6+x=3x6 + x = 3x
6=2x6 = 2x
x=3x = 3

Check: x=30x = 3 \neq 0. Valid. x=3\boxed{x = 3}


A10.

LCM is (x1)(x+2)(x-1)(x+2). Multiply through:

(x+1)(x+2)2(x1)=2(x1)(x+2)(x+1)(x+2) - 2(x-1) = 2(x-1)(x+2)

Expand left side: x2+3x+22x+2=x2+x+4x^2 + 3x + 2 - 2x + 2 = x^2 + x + 4

Expand right side: 2(x2+x2)=2x2+2x42(x^2 + x - 2) = 2x^2 + 2x - 4

x2+x+4=2x2+2x4x^2 + x + 4 = 2x^2 + 2x - 4
0=x2+x80 = x^2 + x - 8

Using the quadratic formula:

x=1±1+322=1±332x = \frac{-1 \pm \sqrt{1 + 32}}{2} = \frac{-1 \pm \sqrt{33}}{2}
x=1+3322.37orx=13323.37\boxed{x = \frac{-1 + \sqrt{33}}{2} \approx 2.37 \quad \text{or} \quad x = \frac{-1 - \sqrt{33}}{2} \approx -3.37}

Check restrictions: neither value equals 11 or 2-2, so both solutions are valid.


End of Algebraic Fractions Study Notes

Practice questions for this topic are being extracted from exam papers.

Check back soon — practice questions are being extracted from exam papers.

Past year papers cover the full exam — browse by subject below.

View All Papers ›