All Categories MCQs
Topic Notes: All Categories
General Description
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
4281
What is the 5th term of the geometric sequence 3, -6, 12, ...?
Answer:
48
This is a GP where the first term a = 3 and the common ratio r = -6 / 3 = -2. The formula is a_n = a * r^(n-1). For the 5th term, a_5 = 3 * (-2)^(5-1) = 3 * (-2)^4 = 3 * 16 = 48.
4282
Find the sum of all two-digit odd numbers.
Answer:
2475
The two-digit odd numbers are 11, 13, 15, ..., 99. This is an AP where a = 11, d = 2, and the last term l = 99. First, find n: 99 = 11 + (n-1)2 => 88 = (n-1)2 => n-1 = 44 => n = 45. The sum S = (n/2)(a + l) = (45/2)(11 + 99) = (45/2)(110) = 45 * 55 = 2475.
4283
If the sum of n terms of a sequence is S_n = 2n^2 + 3n, what is the nth term?
Answer:
4n + 1
The nth term a_n is given by S_n - S_{n-1}. So, a_n = (2n^2 + 3n) - [2(n-1)^2 + 3(n-1)]. Expanding this: a_n = 2n^2 + 3n - [2(n^2 - 2n + 1) + 3n - 3] = 2n^2 + 3n - [2n^2 - 4n + 2 + 3n - 3] = 2n^2 + 3n - [2n^2 - n - 1]. This simplifies to 3n - (-n) - (-1) = 4n + 1.
4284
A sequence is generated by the formula a_n = 5n - 2. What kind of sequence is this?
Answer:
Arithmetic Progression
The formula for the nth term is linear with respect to n (of the form an + b). The difference between consecutive terms a_n - a_{n-1} = (5n - 2) - (5(n-1) - 2) = 5, which is a constant. Therefore, it is an Arithmetic Progression with a common difference of 5.
4285
The sum of the first n odd natural numbers is:
Answer:
n^2
The first n odd natural numbers are 1, 3, 5, ..., 2n-1. This is an AP with a = 1 and d = 2. Sum = (n/2) * [2(1) + (n-1)2] = (n/2) * [2 + 2n - 2] = (n/2) * [2n] = n^2.
4286
The sum of the first n even natural numbers is:
Answer:
n(n+1)
The first n even natural numbers are 2, 4, 6, ..., 2n. This is an AP with a = 2 and d = 2. Sum = (n/2) * [2(2) + (n-1)2] = (n/2) * [4 + 2n - 2] = (n/2) * [2n + 2] = n(n + 1).
4287
The 6th term of an AP is zero. What is the relation between its 33rd term and 15th term?
Answer:
a_33 = 3 * a_15
Given a_6 = a + 5d = 0, which means a = -5d. Now, find a_33 and a_15. a_15 = a + 14d = -5d + 14d = 9d. a_33 = a + 32d = -5d + 32d = 27d. Comparing them, we see that 27d is exactly 3 times 9d, so a_33 = 3 * a_15.
4288
Find the number of terms in the AP: 7, 13, 19, ..., 205.
Answer:
34
Here, a = 7, d = 6, and the nth term a_n = 205. Using a_n = a + (n-1)d, we have 205 = 7 + (n-1)6. Subtracting 7 gives 198 = (n-1)6. Dividing by 6 yields 33 = n - 1, so n = 34. There are 34 terms.
4289
How many two-digit numbers are divisible by 3?
Answer:
30
The smallest two-digit number divisible by 3 is 12, and the largest is 99. These form an AP: 12, 15, ..., 99 where a = 12 and d = 3. Using the nth term formula a_n = a + (n-1)d, we get 99 = 12 + (n-1)3. This gives 87 = (n-1)3, so 29 = n - 1, which means n = 30.
4290
The sum of three numbers in a GP is 14, and their product is 64. What is the common ratio?
Answer:
2 or 1/2
Let the three numbers be a/r, a, and ar. Their product is a^3 = 64, so a = 4. The sum is 4/r + 4 + 4r = 14. This simplifies to 4/r + 4r = 10, or 2/r + 2r = 5. Multiplying by r gives 2r^2 - 5r + 2 = 0. Factoring yields (2r-1)(r-2) = 0, so r can be 2 or 1/2.