For all positive integers n, and n≥1,
let an+1=ana2n−1 and a0=1, a1=8 then a10=?
Method 1: Conventional Approach
Given : an+1=ana2n−1
an+1an=(anan−1)21
(anan−1)2−(an−1an−2)22
. .
. .
(a2a1)2n−1=(a1a0)2n
Multiplying all equations, we get
an+1an=(a1a0)2n=82n
Now a10a9=829, a9a8=828......
a10=829−28+27−26+25−24+23−22×a2 (a2=8.12=8)
⟹a10=8⎛⎝210−13⎞⎠
⟹a10=2(210−1)
Method 2: Shortcut: Double Substitution
This technique involves writing the answer choice in terms of variables. We need to find a10.
Thus n=10. Now rewrite all the options in terms of n.
a. 2(2n+1−1) b. 2(2n−1) c. 2(2n−1−1) d. 2(2n−2−1)
At n=2 in the question, a2=a1×a20=8×1=8
Now put n=2 in each of the answer choices and check where you are getting 8.
a. 2(23−1)≠8 b. 2(22−1)=8 c. 22≠8 d. 20≠8
Thus, options a, c, d can be eliminated. Answer is option (b).