This is the second IOQM Mock test from MOMC. The problems are taken from PuMaC 2019 and CHMMC 2013. All the credit and authorship of the problems belongs to their respective sources.
This time, there are no bonus problems since I only used two sources. I would like to discuss a beautiful algebra and a number theory problem from the mock. So if you are planning to attempt the mock, beware of the spoilers ahead.
Problem 24: Let be a quadratic polynomial. If the sum of the roots of (where is defined by for integers is and the sum of the roots of is , find .
Solution: Such a strange problem. We are just given the sum of roots of composed times to itself, and are asked to find the sum of roots of . Denote the sum of roots of by . Let us try to come up with a relation between consecutive terms of the sequence . Let . Therefore:
Now vanishes when or . Thus is the sum of all solutions to . Now the key observation here is that, by Vieta, the sum of roots of a polynomial depends only on the coefficient of where is the degree of . Clearly degree of is atleast . Thus a change of or in the constant term doesn't make a difference in the sum of roots. Thus the sum of roots of or is . Thus we have the simple recurrence . Now it is given that . Thus is . Hence the answer is .
Problem 25: Compute the lowest positive integer such that none of the numbers in the sequence are prime.
Solution: Our main aim is to find a small positive integer satisfying the problem. This would be, by wishful thinking, the lowest such positive integer . Now let us try to factorize the terms in the sequence to show that they are composite. Let . Firstly its easy to see that if is odd, then divides . Thus if is odd then is composite. Note that we need to separately ensure that is composite.
Now for the case when is even, recall the identity: . Note that this can be extended as follows:
The issue here is that we miss the odd exponent terms. But if itself is a perfect square then we can apply the above identity to show that is composite for all even .
Suppose is a perfect square. Then is composite for all . For we require to be composite. Thus don't work and is the smallest perfect square that works. Now its just a matter of manual computations to check that no works.
Also check out P27 and P28, as they are quite nice as well.