3I have appreciated the invaluable insights gained in the various approaches used to tackle this problem. As such, I also want to give my feedback for anyone coming across this and feeling stuck.
Here we go!
a1, a2, a3 ..... an are the terms of the sequence and the relationship between any 2 such terms is such that i∗ai=j∗aj. What this means is that a term multiplied by its index is equal to another term multiplied by its index. That's all we should care about for now.
We can in essence, compare a1 to any term in the sequence and express such term in terms of a1:
Given, i∗ai = j∗aj
aj = (i * ai)/j, and since i =1
aj = a1/j
I. 2∗a100=a99+a98, aj = a100, a99, a98 substituting with a1/j becomes, 2*a1/100 = a1/99+a1/98.
If we let a1 = 1 you can see that the expression can't hold to be true.
For II. a1 is the only integer in the sequence
As shown prior, aj = a1/j , taking the first 3 indexes i.e 1, 2, 3 for j and a1 = 1, we can see that aj = 1/1, 1/2, 1/3 and as a result this statement is true
For III. The sequence does not contain negative numbers
Since a1 has been designated a +ve integer, all subsequent terms in the sequence will always have +ve values as shown in II above.
I hope this has helped clarify any misunderstood logic in the quiz. Thank you!