Complete the series: 2, 3, 5, 8, 13, 21, ?
This is the Fibonacci sequence where each term is the sum of the previous two terms. 13 + 21 = 34
Find the missing term: 5, 10, 20, 40, 80, ?
Each term is multiplied by 2. 80 × 2 = 160
Complete: 1, 1, 2, 3, 5, 8, 13, 21, 34, ?
Fibonacci sequence continues: 21 + 34 = 55
Complete the series: 2, 4, 8, 16, 32, ?
Each term is multiplied by 2 (powers of 2). 32 × 2 = 64
Find the missing term: 3, 6, 12, 24, 48, ?
Each term is multiplied by 2. 48 × 2 = 96
Advertisement
Find missing term: 11, 22, 44, 88, 176, ?
Each term is multiplied by 2. 176 × 2 = 352
Find next term: 4, 9, 16, 25, 36, 49, ?
Perfect squares: 2², 3², 4², 5², 6², 7², 8² = 64
Complete the series: 1, 2, 4, 8, 16, 32, 64, ?
Powers of 2: 2⁰, 2¹, 2², 2³, 2⁴, 2⁵, 2⁶, 2⁷ = 128
Complete the series: 2, 3, 5, 8, 13, 21, 34, ?
This is a Fibonacci-like series where each term is the sum of the previous two terms. 21 + 34 = 55
Find the missing term: 1, 4, 9, 16, 25, 36, 49, ?, 81
Series of perfect squares: 1², 2², 3², 4², 5², 6², 7², 8², 9². Missing term is 8² = 64
Find next term: 3, 6, 12, 24, 48, ?
Each term is multiplied by 2. 48 × 2 = 96
Complete: 1, 1, 2, 3, 5, 8, 13, 21, ?, 55
Fibonacci sequence: 13 + 21 = 34. Each term is sum of previous two
Find missing term: 7, 14, 28, 56, 112, ?
Each term is multiplied by 2. 112 × 2 = 224
Complete the series: 2, 4, 8, 16, 32, 64, 128, ?
Powers of 2: 2¹, 2², 2³, 2⁴, 2⁵, 2⁶, 2⁷, 2⁸ = 256
Find the missing term: 2, 6, 12, 20, 30, 42, ?
Pattern: n(n+1) where n starts from 1. 1×2=2, 2×3=6, 3×4=12, 4×5=20, 5×6=30, 6×7=42, 7×8=56.
Complete the series: 1, 3, 6, 10, 15, 21, 28, ?
These are triangular numbers. Each term adds consecutive integers: 1, 1+2=3, 3+3=6, 6+4=10, 10+5=15, 15+6=21, 21+7=28, 28+8=36.
If CAT is coded as 3-1-20, then DOG is coded as?
Letters are coded by their position in alphabet. C=3, A=1, T=20. Similarly D=4, O=15, G=7.
BOOK is coded as 2-15-15-11. What is the code for BACK?
Position in alphabet: B=2, O=15, O=15, K=11. For BACK: B=2, A=1, C=3, K=11 = 2-1-3-11
If SMART is coded as TNBSU, then BRAIN is coded as?
SMART→TNBSU: S(+1)=T, M(+1)=N, A(+1)=B, R(+1)=S, T(+1)=U. Simple +1 shift. For BRAIN: B(+1)=C, R(+1)=S, A(+1)=B, I(+1)=J, N(+1)=O = CSBJO
In a certain code, each letter is shifted by 2 positions forward in the alphabet. How is MACHINE coded?
M→O, A→C, C→E, H→J, I→K, N→P, E→G. Each letter shifts 2 positions forward.