Number series (next term): Multiply by 2 and add 2 (repeated linear recurrence). Given sequence: 1, 4, 10, 22, 46, ? Apply the same rule to find the next term. Choose the correct value.
Verbal Reasoning
Series Completion
Difficulty: Easy
Choose an option
-
A64
-
B86
-
C94
-
D122
Answer
Correct Answer: 94
Explanation
Patternt(n) = 2×t(n−1) + 2
Step-by-step calculation1 → 2×1+2 = 44 → 2×4+2 = 1010 → 2×10+2 = 2222 → 2×22+2 = 4646 → 2×46+2 = 94
Final Answer94