Subject: Math
Grade Level: Grade 10
Topic Given: Geometric Sequence
Questions Section:
```
Question: What is the formula to find the nth term of a geometric sequence?
A) \(a_n = a_1 + (n-1)d\)
B) \(a_n = a_1 \times r^{n-1}\)
C) \(a_n = a_1 + r^n\)
D) \(a_n = a_1 \div r^{n-1}\)
```
```
Question: In a geometric sequence, if the first term \(a_1 = 3\) and the common ratio
\(r = 2\), what is the fourth term?
A) 6
B) 12
C) 24
D) 48
```
```
Question: If the first term of a geometric sequence is 5 and the common ratio is 3,
what is the 7th term?
A) 135
B) 405
C) 1280
D) 375
```
```
Question: Which of the following is an example of a geometric sequence?
A) 3, 6, 9, 12, 15
B) 2, 4, 6, 8, 10
C) 1, 4, 9, 16, 25
D) 5, 10, 15, 20, 25
```
```
Question: If the 6th term of a geometric sequence is 81 and the common ratio is 3,
what is the first term?
A) 1
B) 3
C) 9
D) 27
```
```
Question: What is the sum of the first 5 terms of the geometric sequence 2, 6,
18, ...?
A) 36
B) 54
C) 72
D) 90
```
```
Question: In a geometric sequence, if the first term is 4 and the 5th term is 256,
what is the common ratio?
A) 2
B) 4
C) 6
D) 8
```
```
Question: Which term comes next in the geometric sequence 1, 2, 4, 8, ...?
A) 12
B) 10
C) 16
D) 14
```
```
Question: If the common ratio of a geometric sequence is between 0 and 1, what
happens to each successive term?
A) Increases
B) Decreases
C) Stays the same
D) Fluctuates
```
```
Question: What is the 10th term of a geometric sequence if the first term is 2 and
the common ratio is 3?
A) 59,049
B) 59,046
C) 59,043
D) 59,040
```
Answer Key Section:
```
Question: What is the formula to find the nth term of a geometric sequence?
Answer: B) \(a_n = a_1 \times r^{n-1}\)
Rationale: This is the general formula for finding the nth term of a geometric
sequence based on the first term and the common ratio.
Question: In a geometric sequence, if the first term \(a_1 = 3\) and the common ratio
\(r = 2\), what is the fourth term?
Answer: C) 24
Rationale: The fourth term can be found by multiplying the first term by the common
ratio three times (3 * 2 * 2 * 2 = 24).
Question: If the first term of a geometric sequence is 5 and the common ratio is 3,
what is the 7th term?
Answer: C) 1280
Rationale: The 7th term can be calculated by \(a_7 = 5 \times 3^6 = 1280\).
Question: Which of the following is an example of a geometric sequence?
Answer: C) 1, 4, 9, 16, 25
Rationale: This sequence has a common ratio of 2 between each term, making it a
geometric sequence.
Question: If the 6th term of a geometric sequence is 81 and the common ratio is 3,
what is the first term?
Answer: B) 3
Rationale: The first term can be calculated by \(a_1 = \frac{a_6}{3^5} = 3\).
Question: What is the sum of the first 5 terms of the geometric sequence 2, 6,
18, ...?
Answer: B) 54
Rationale: The sum can be calculated using the formula for the sum of a geometric
series
Question: In a geometric sequence, if the first term is 4 and the 5th term is 256,
what is the common ratio?
Answer: A) 2
Rationale: The common ratio can be found by dividing the 5th term by the first term
Question: Which term comes next in the geometric sequence 1, 2, 4, 8, ...?
Answer: C) 16
Rationale: The sequence doubles each time, so the next term would be 8 * 2 = 16.
Question: If the common ratio of a geometric sequence is between 0 and 1, what
happens to each successive term?
Answer: B) Decreases
Rationale: When the common ratio is between 0 and 1, each successive term
becomes smaller than the previous one.
Question: What is the 10th term of a geometric sequence if the first term is 2 and
the common ratio is 3?
Answer: A) 59,049
Rationale: The 10th term can be calculated by \(a_{10} = 2 \times 3^9 = 59,049\).
```