To solve the problem of finding the last remaining number when repeatedly striking out the numbers in odd positions from the sequence \(1, 2, \ldots, n\) until a single number remains, observe the pattern:
1. Begin with the sequence \(1, 2, \ldots, 1997\).
2. On each iteration, numbers in odd positions are removed. Initially, the odd positions contain numbers \(1, 3, 5, \ldots, 1997\).
3. After removing odd-positioned numbers, the sequence becomes all numbers previously in even positions: \(2, 4, 6, \ldots, 1996\).
4. The task repeats: remove numbers in odd positions from the new sequence. This doubles the step sizes.
The sequence structure of striking odd positions mirrors halving the range, retaining powers of 2.
5. With each step, the starting point and range reduce consistently, leaving the largest power of 2 in original collection.
Find largest power of 2 ≤ 1997:
\(2^0 = 1, 2^1 = 2, 2^2 = 4, \ldots, 2^{10} = 1024\)
The largest power of 2 within \(1997\) is \(2^{10} = 1024\).
Hence, the last remaining number is 1024.
Find the residue of \( (67 + 89 + 90 + 87) \pmod{11} \):
Match List-I with List-II and choose the correct option:
LIST-I (Infinite Series) | LIST-II (Nature of Series) |
---|---|
(A) \( 12 - 7 - 3 - 2 + 12 - 7 - 3 - 2 + \dots \) | (II) oscillatory |
(B) \( 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \dots \) | (IV) conditionally convergent |
(C) \( \sum_{n=0}^{\infty} \left( (n^3+1)^{1/3} - n \right) \) | (I) convergent |
(D) \( \sum_{n=1}^{\infty} \frac{1}{n \left( 1 + \frac{1}{n} \right)} \) | (III) divergent |
Choose the correct answer from the options given below:
Match List-I with List-II and choose the correct option:
LIST-I (Set) | LIST-II (Supremum/Infimum) |
---|---|
(A) \( S = \{2, 3, 5, 10\} \) | (III) Sup S = 10, Inf S = 2 |
(B) \( S = (1, 2] \cup [3, 8) \) | (IV) Sup S = 8, Inf S = 1 |
(C) \( S = \{2, 2^2, 2^3, \dots, 2^n, \dots\} \) | (II) Sup S = 5, Inf S = -5 |
(D) \( S = \{x \in \mathbb{Z} : x^2 \le 25\} \) | (I) Inf S = 2 |
Choose the correct answer from the options given below:
Which of the following are correct?
A. A set \( S = \{(x, y) \mid xy \leq 1 : x, y \in \mathbb{R}\} \) is a convex set.
B. A set \( S = \{(x, y) \mid x^2 + 4y^2 \leq 12 : x, y \in \mathbb{R}\} \) is a convex set.
C. A set \( S = \{(x, y) \mid y^2 - 4x \leq 0 : x, y \in \mathbb{R}\} \) is a convex set.
D. A set \( S = \{(x, y) \mid x^2 + 4y^2 \geq 12 : x, y \in \mathbb{R}\} \) is a convex set.
If p is a prime number and a group G is of the order p2, then G is:
When $10^{100}$ is divided by 7, the remainder is ?