Question 1

First, finding the greatest common divisor of both the numerator and the denominator,

Using this to then factorise the fraction,

Question 2

First, finding the greatest common divisor of both the numerator and the denominator,

(working for that division is here)

Next, using the extended Euclidean algorithm,

So, and . Note that I’m not sure if that’s the end of the question, or if we need to introduce .

Question 3

First, finding the greatest common divisor of both the numerator and the denominator,

(working for that division is here)

(working for that division is here)

Next, using the extended Euclidean algorithm,

Question 4

Question 5

Question 5a
(2+2i)12-6880
02+2i4+12i-28+20i-80
14+2i-2+12i-20+20i0
Question 5b

If is a root, then will be a root, so using Ruffini’s Rule we can decompose the cubic as well:

(2-2i)14+2i-2+12i-20+20i
02-2i12-12i20-20i
16100

Then we can use the quadratic formula for the remaining two roots:

Thus the final factorised form of is:

Question 6

(1)1002001
011113333
111133334

Question 7 (may be incorrect)

Using the following points,

we can model a unique polynomial :

Question 8

Question 8a

Considering the sum of only the even order coefficients,

We can then consider the behaviour of at ,

where we see that is the sum of all coefficients, and is an alternating sequence of adding and subtracting the coefficients - adding the even terms, subtracting the odd.

Thus, if we find the sum of the two sequences, we’ll end with , where was defined earlier:

Question 8b

Considering the sum of only the odd order coefficients,

We can then consider the behaviour of at ,

where we see that is the sum of all coefficients, and is an alternating sequence of adding and subtracting the coefficients - adding the even terms, subtracting the odd.

Thus, if we find the difference of the two sequences, we’ll end with , where was defined earlier:

Question 9

If we want to find the sum of the coefficients of a polynomial, we can substitute and have that returned to us - this is irrelevant of what form it is in.

So, if we consider the polynomial

then the sum of its coefficients would be

Note that I initially tried to solve this using sequences and combinations, which may have eventually worked, but then I realised I could just do this.