This is an excellent question which tests you on your ability to observe and develop patterns in solving the problem. It is also very easy to fall into the trap of calculating the first few values of the sequence in trying to develop a pattern, which may actually complicate things more.
Instead, a good idea is to work on simplifying the expression given for \(a_n\) and to see if it has any give away, in terms of a pattern. Also, there is a piece of information in the question stating that p and q are relatively prime positive numbers. How and where you make use of this information will also have a say in the solution.
Okay, so we know that \(a_1\)= 1 and \(a_2\) = \(\frac{3}{7}\). We can’t make much out of this yet. Let us look at the expression given for \(a_n\).
\(a_n\) = \(\frac{a_{n-2} * a_{n-1}}{2a_{n-2} – a_{n-1}}\).
Is there any pattern you can observe here? No? Okay, let’s take the reciprocal of \(a_n\).
\(\frac{1}{a_n} = \frac{2a_{n-2} – a_{n-1}}{a_{n-2} * a_{n-1}}\), which can also be written as
\(\frac{1}{a_n} =\frac{2}{a_{n-1}} – \frac{1}{a_{n-2}}\).
Let us use this as a basis to calculate a few more terms of the sequence.
\(\frac{1}{a_3}\) = \(\frac{2}{a_2}\) – \(\frac{1}{a_1}\)
\(\frac{1}{a_4}\) = \(\frac{2}{a_3}\) – \(\frac{1}{a_2.}\) On substituting the value of \(\frac{1}{a_3}\)
from the previous step, this simplifies to
\(\frac{1}{a_4}\) = \(\frac{3}{a_2}\) – \(\frac{2}{a_1}\).
In a similar manner, we can determine that \(\frac{1}{a_5}\)= \(\frac{4}{a_2}\) – \(\frac{3}{a_1}\).
You can see that the two numerators on the RHS of the equation are, respectively 1 less and 2 less than the term number on the LHS of the equation. For example, for term 4, the numerators are 3 and 2; for term 5, the numerators are 4 and 3. This is clearly a pattern.
From this, we can definitely say that
\(\frac{1}{a_{2019}}\) = \(\frac{2018}{a_2}\) – \(\frac{2017}{a_1}\)
On substituting values of \(a_2\) and \(a_1\) and simplifying, we get,
\(\frac{1}{a_{2019}}\) =\(\frac{8075}{3}\). Therefore, \(a_{2019}\) = \(\frac{3}{8075}\).
Now the only task ahead of you is to confirm if 8075 is relatively prime with 3. The simplest way to do that is to prime factorise 8075. On prime factorizing, you will find that,
8075 = \(5^2\) * 17 * 19.
This means, 8075 and 3 do not have any other common factor between them and therefore, are co-prime.
So, the value of p + q is equal to 8078. The correct answer option is E.
The question giving you the values of \(a_1\) and \(a_2\) only, and then giving you an expression for an, followed by asking you to find out the value of a large term only points in one direction – this large term of yours will finally come out in terms of \(a_1\) and \(a_2\). If you are able to think in this direction, it will set the ball rolling for you to think of simplifying the given expression and developing a pattern.
You may stumble in the initial phase by going the value way, but eventually, if you are able to figure out that you have to analyse the expression to get the answer, you will end up hitting the bull’s eye.
Hope this helps!