why (i,j) are (1,2) why i is not equal to j... it does not say they can't be same please explain..... and if you any tips on how can i improve qaunt score please share some tips even after studying quant for 3 months i am still struggling.
Bunuel
Official Solution:
The sequence \(a_1\), \(a_2\), \(a_3\), ..., \(a_n\), ... is such that \(i*a_i=j*a_j\) for any pair of positive integers \((i, j)\). If \(a_1\) is a positive integer, which of the following could be true?
I. \(2*a_{100}=a_{99}+a_{98}\)
II. \(a_1\) is the only integer in the sequence
III. The sequence does not contain negative numbers
A. I only
B. II only
C. I and III only
D. II and III only
E. I, II, and III
Given that the sequence of numbers \(a_1\), \(a_2\), \(a_3\), ... has the following properties: \(i*a_i=j*a_j\) and \(a_1=\text{positive integer}\). Thus, \(1*a_1=2*a_2=3*a_3=4*a_4=5*a_5=...=\text{positive integer}\).
We need to determine which of the given options can occur (note that the question asks which of the following COULD be true, not MUST be true).
I. \(2a_{100}=a_{99}+a_{98}\). Since \(100a_{100}=99a_{99}=98a_{98}\), then \(2a_{100}=\frac{100}{99}a_{100}+\frac{100}{98}a_{100}\). Divide by \(a_{100}\): \(2=\frac{100}{99}+\frac{100}{98}\), which is not true. Hence this option could NOT be true.
II. \(a_1\) is the only integer in the sequence. If \(a_1=1\), then all other terms will be non-integers, because in this case, we would have \(a_1=1=2a_2=3a_3=...\), which leads to \(a_2=\frac{1}{2}\), \(a_3=\frac{1}{3}\), \(a_4=\frac{1}{4}\), and so on. Hence this option could be true.
III. The sequence does not contain negative numbers. Given that \(a_1=\text{positive integer}=n*a_n\), then \(a_n=\frac{\text{positive integer}}{n}=\text{positive number}\). Therefore, this option is always true.
Answer: D
We are not given that \(i = j\); instead, we are given that \(i * a_i = j * a_j\) for any pair of positive integers \((i, j)\). This equation defines a relationship between different terms in the sequence.
This is a hard question, and it's okay if you don't get it on the first try. I suggest reviewing the discussion again carefully.