CAT
Exam
For a Fibonacci sequence, from the third term onwards, each
term in the sequence is the sum of the previous two terms in that sequence.
If the difference of squares of seventh and sixth terms of this sequence is
517, what is the tenth term of this sequence?
(a) 147 (b) 76
(c) 123 (d) Cannot be determined
Read Solution (Total 3)
-
- (a7)^2 - (a6)^2 = 517
(a7 + a6)(a7 - a6) = 47*11
a7 +a6 = 47
a7 - a6 = 11 = a5
a5=11
a6 = 18
a7 = 29
a8 = 47
a9 = 76
so
a10= 123 - 11 years agoHelpfull: Yes(9) No(0)
- If we consider
(a7)^2 - (a6)^2 = 517
(a7 + a6)(a7 - a6) = 47*11 = 517*1 = (-47)*(-11) = (-1)*(-517)
then answer will be different.
If negative numbers in series are allowed ( which are not allowed in normal finonacci sequence),
tenth term can not be unique.
Then can not be determined.
- 11 years agoHelpfull: Yes(3) No(0)
- Fibonacci sequence can have negative numbers as per link below...
http://en.wikipedia.org/wiki/Generalizations_of_Fibonacci_numbers - 11 years agoHelpfull: Yes(1) No(0)
CAT Other Question
In a 4-digit number, the sum of the first two digits is equal to that
of the last two digits. The sum of the first and last digits is equal to the third
digit. Finally, the sum of the second and fourth digits is twice the sum of the
other two digits. What is the third digit of the number?
(a) 5 (b) 8
(c) 1 (d) 4
In some code, letters a, b, c, d and e represents numbers 2, 4,
5, 6 and 10. We don’t know which letter represents which number. Consider
the following relationships:
(i) a + c = e (ii) b – d = d and (iii) e = a = b
Which statement below is true?
(a) b = 4, d = 2 (b) a = 4, e = 6
(c) b = 6, e = 2 (d) a = 4, c = 6