Skip to content

Problem 8

The equation

(x2+x1)(x27x+12)=1

has n distinct solutions.The sum of these solutions is S.

Give the value of

Sn
Hint

Possibilities include:

  • 1u where u is anything
  • u0 where u0
  • (1)u where u is an even number
Solution

Case 1

In the first case, we consider x2+x1=1. Solving this gives

x2+x1=1x2+x2=0(x+2)(x1)=0x{2,1}

Case 2

In the second case, we consider x2+x10 and x27x+12=0.

x27x+12=0(x4)(x3)=0x{3,4}

We note that x2+x10 when x{3,4} so both of these solutions are valid.

Case 3

Finaly, we consider x2+x1=1 and x27x+12 is even.

x2+x1=1x2+x=0x(x+1)=0x{1,0}

It turns out that x27x+12 is in fact even for x{1,0} and so both solutions are valid.

The total solution set is

x{2,1,3,4,1,0}