Difficulty: Easy
Correct Answer: 87
Explanation:
Introduction / Context:
In an AP, each term increases by a fixed common difference d. The nth term formula a_n = a_1 + (n−1)d gives any target term directly.
Given Data / Assumptions:
Concept / Approach:
Apply the nth-term formula: a_n = a_1 + (n−1)d. Substitute n = 15 with the known a_1 and d.
Step-by-Step Solution:
a_15 = 3 + (15−1)*6 = 3 + 14*6 = 3 + 84 = 87.
Verification / Alternative check:
List a few terms or compute a_10 = 3 + 9*6 = 57 and add five more differences (5*6 = 30) to reach 87.
Why Other Options Are Wrong:
80 and 85 undercount the added differences; 90 overshoots by one extra step.
Common Pitfalls:
Using n*d instead of (n−1)d; miscounting from the first term.
Final Answer:
87
Discussion & Comments