Quantitative Aptitude
Number Series
2,662 Questions
Number Series Questions
-
$\dfrac {1}{2^{27}}$
-
$\dfrac {1}{2^{26}}$
-
$\dfrac {1}{2^{28}}$
-
$\dfrac {1}{2^{29}}$
C
Correct answer
Explanation
The sequence is -2, 1, -1/2, 1/4. This is a geometric progression with first term a = -2 and common ratio r = -1/2. The n-th term is a * r^(n-1). For n=30, term = -2 * (-1/2)^29 = -2 * (-1 / 2^29) = 2 / 2^29 = 1 / 2^28.
D
Correct answer
Explanation
The series is sqrt(3) * (1 + 5 + 9 + 13 + ...). This is an AP with a=1 and d=4. Sum = (n/2) * (2*1 + (n-1)*4) = (n/2) * (4n - 2) = n(2n - 1). Setting n(2n - 1) = 435, we get 2n^2 - n - 435 = 0. Solving gives n = 15.
-
11,13
-
12,13
-
11,12
-
None of these
A
Correct answer
Explanation
The sequence terms are P+2, P+3, ..., P+59. Since P is the product of all primes up to 61, each term P+n is divisible by n for 2 <= n <= 59. Thus, none of these numbers can be prime.
A
Correct answer
Explanation
The series is 1, 2, 4, 7, 11, 16. The differences are 1, 2, 3, 4, 5. The next difference is 6. 16 + 6 = 22. The 7th term is indeed 22.
D
Correct answer
Explanation
The sequence is 1^3, 2^3, 3^3, 4^3, 5^3, 6^3. The next term is 7^3 = 343.
-
$n^2(2n^2-1)$
-
$n^3(n-1)$
-
$n^3 + 8n + 4$
-
$2n^4 + 3n^2$
A
Correct answer
Explanation
The series is 1^3 + 3^3 + 5^3 + ... + (2n-1)^3. The sum of the first k cubes is (k(k+1)/2)^2. The sum of the first 2n integers is (2n(2n+1)/2)^2 = n^2(2n+1)^2. The sum of even cubes (2^3 + 4^3 + ... + (2n)^3) is 8 * (1^3 + 2^3 + ... + n^3) = 8 * (n(n+1)/2)^2 = 2n^2(n+1)^2. Subtracting even from total: n^2(2n+1)^2 - 2n^2(n+1)^2 = n^2(4n^2 + 4n + 1 - 2n^2 - 4n - 2) = n^2(2n^2 - 1).
-
$\left( n-1 \right) \left( n-2 \right) $
-
$\dfrac { 1 }{ 3 } n\left( n-1 \right) \left( n-2 \right) +n$
-
$n$
-
None of these
B
Correct answer
Explanation
The series is 1, 2, 5, 12, 25. Differences are 1, 3, 7, 13. Second differences are 2, 4, 6. This indicates a cubic sequence. Testing n=1, 2, 3 gives the correct values for the formula 1/3 * n(n-1)(n-2) + n.
-
$\log { { \left( \cfrac { { 2 }^{ n-1 } }{ { 3 }^{ n+1 } } \right) }^{ n/2 } } $
-
$\log { { \left( \cfrac { { 2 }^{ n+1 } }{ { 3 }^{ n-1 } } \right) }^{ n/2 } } $
-
$\log { { \left( \cfrac { { 3 }^{ n-1 } }{ { 2 }^{ n+1 } } \right) }^{ n/2 } } $
-
$\log { { \left( \cfrac { { 3 }^{ n+1 } }{ { 2 }^{ n-1 } } \right) }^{ n/2 } } $
B
Correct answer
Explanation
Sum = log(2^1/3^0) + log(2^2/3^1) + ... + log(2^n/3^(n-1)) = log( (2^1 * 2^2 * ... * 2^n) / (3^0 * 3^1 * ... * 3^(n-1)) ). Numerator exponent = n(n+1)/2. Denominator exponent = (n-1)n/2. Sum = log( 2^(n(n+1)/2) / 3^(n(n-1)/2) ). This simplifies to log( (2^(n+1) / 3^(n-1))^(n/2) ).
-
$n^2$
-
$\dfrac {n(n+1)}{2}$
-
$\dfrac {n(n+1)(n+2)}{6}$
-
$n+2$
A
Correct answer
Explanation
The series is 1, 3, 5, ..., (2n-1). This is an arithmetic progression with first term a=1 and last term l=2n-1. The sum is (n/2)(a + l) = (n/2)(1 + 2n - 1) = (n/2)(2n) = n^2.
B
Correct answer
Explanation
The n-th term of the first series is 25 + (n-1)4 = 4n + 21. The second series is 3, 4, 6, 9, 13, which has second differences of 1, so the n-th term is a quadratic of the form an^2 + bn + c, specifically 0.5n^2 - 0.5n + 3. Setting 4n + 21 = 0.5n^2 - 0.5n + 3 leads to n^2 - 9n - 36 = 0, which factors to (n-12)(n+3) = 0, giving n = 12.
A
Correct answer
Explanation
The differences between consecutive terms of the series are 4, 7, 10, 13, which form an arithmetic progression with a first term of 4 and a common difference of 3. The general term of the series is a_n = 1.5*n^2 - 0.5*n + 2. Summing this expression from n = 1 to 10 yields 1.5*385 - 0.5*55 + 20 = 570.
-
191
-
193
-
211
-
none of these
A
Correct answer
Explanation
Series 1: 3, 7, 11, 15... (a=3, d=4). Series 2: 1, 6, 11, 16... (a=1, d=5). Common terms: 11, 31, 51... (a=11, d=20). 10th term = a + 9d = 11 + 9*20 = 11 + 180 = 191.
-
only 18
-
only 19
-
only 17
-
both 18 and 19
D
Correct answer
Explanation
Sum of AP = n/2 * (2a + (n-1)d). 513 = n/2 * (108 + (n-1)(-3)). 1026 = n * (108 - 3n + 3) = n * (111 - 3n). 1026 = 111n - 3n^2. 3n^2 - 111n + 1026 = 0. n^2 - 37n + 342 = 0. (n-18)(n-19) = 0. Both 18 and 19 are solutions.
-
$-100$
-
$-300$
-
$150$
-
$-150$
A
Correct answer
Explanation
In an arithmetic sequence, the difference between consecutive terms is constant: 2a - a = (18a - 5b) - 2a. This simplifies to a = 16a - 5b, or 15a = 5b, so b = 3a. Substituting into a + b + 4 = 0 gives a + 3a + 4 = 0, so 4a = -4 and a = -1. The sequence is -1, -2, -3, where the n-th term is -n, making the 100th term -100.