How to Approach Board PYQs
This section collects the types of AP questions that repeatedly appear in CBSE and State Board examinations, with full step-by-step solutions. Working through these 26 problems is the best way to predict your exam.
What examiners love in this chapter:
- nth term and 'which term' problems (2–3 marks).
- Sum of n terms, and finding n from a given sum (3 marks).
- Find a and d from two given terms or sums (3 marks).
- Word problems — savings, seats, logs, production (3–4 marks).
Tag note: Questions are tagged by exam (e.g. [CBSE Board]); where the exact year is unconfirmed, only the exam name is given.
Exam Tip: Quote the formula, substitute carefully (mind the (n−1)), and state word-problem answers in words with units.
Solved Previous Year Questions
PYQ 1: Find the nth term (2 marks)
Find the 11th term of the AP −3,−21,2,… [CBSE Board]
Solution:
- a=−3, d=−21−(−3)=25.
- a11=−3+10(25)=−3+25=22.
Final Answer: 22.
Takeaway: Compute d carefully when terms are fractions.
PYQ 2: Which term is zero (2 marks)
Which term of the AP 5,9,13,… is 0? If none, explain. [CBSE Board]
Solution:
- a=5, d=4. Set 5+(n−1)4=0⇒4(n−1)=−5⇒n−1=−45.
- n is negative/fractional.
Final Answer: No term equals 0 (the AP has no zero term).
Takeaway: A non-positive-integer n means the value is not a term.
PYQ 3: Find a and d (3 marks)
The 17th term of an AP exceeds its 10th term by 7. Find the common difference. [CBSE Board]
Solution:
- a17−a10=7⇒(a+16d)−(a+9d)=7⇒7d=7.
- d=1.
Final Answer: d=1.
Takeaway: a17−a10=7d gives d directly.
PYQ 4: Sum of n terms (3 marks)
Find the sum of the first 24 terms of the AP 5,8,11,14,… [CBSE Board]
Solution:
- a=5, d=3. S24=224[10+23(3)]=12[10+69]=12(79)=948.
Final Answer: 948.
Takeaway: Apply Sn=2n[2a+(n−1)d].
PYQ 5: Find n from a sum (3 marks)
How many terms of the AP 9,17,25,… must be taken so that their sum is 636? [CBSE Board]
Solution:
- a=9, d=8. 2n[18+(n−1)8]=636⇒4n2+5n−636=0.
- (4n+53)(n−12)=0⇒n=12.
Final Answer: 12 terms.
Takeaway: Reject the negative root.
PYQ 6: Determine the AP (3 marks)
The 3rd term of an AP is 5 and the 7th term is 9. Find the AP and its 20th term. [CBSE Board]
Solution:
- a+2d=5, a+6d=9. Subtract: 4d=4⇒d=1; a=3.
- AP: 3,4,5,…; a20=3+19(1)=22.
Final Answer: AP 3,4,5,…; 20th term 22.
Takeaway: Two terms ⇒ a and d ⇒ any term.
PYQ 7: Word problem — logs (4 marks)
200 logs are stacked so the bottom row has 20 logs, the next 19, and so on. In how many rows are 200 logs placed, and how many are in the top row? [CBSE Board]
Solution:
- a=20, d=−1, Sn=200. 2n[40−(n−1)]=200⇒n2−41n+400=0⇒(n−16)(n−25)=0.
- n=16 (reject 25, which gives negative logs). Top row =a16=20+15(−1)=5.
Final Answer: 16 rows; top row has 5 logs.
Takeaway: Reject the inadmissible root, then find the required term.
PYQ 8: Sum of two-digit multiples (3 marks)
Find the sum of all two-digit numbers which are divisible by 3. [CBSE Board]
Solution:
- AP 12,15,…,99. a=12, d=3, l=99, n=30 (since 99=12+(n−1)3).
- S30=230(12+99)=15(111)=1665.
Final Answer: 1665.
Takeaway: Find n, then use 2n(a+l).
PYQ 9: Given a term and a sum (3 marks)
In an AP, the first term is 8, the nth term is 33, and the sum of the first n terms is 123. Find n and d. [CBSE Board]
Solution:
- Sn=2n(a+an)=2n(8+33)=241n=123⇒n=6.
- a6=8+5d=33⇒5d=25⇒d=5.
Final Answer: n=6, d=5.
Takeaway: Use Sn=2n(a+an) to find n first.
PYQ 10: Sum of first n odd numbers (2 marks)
Find the sum of the first 15 multiples of 8. [CBSE Board]
Solution:
- AP 8,16,24,…: a=8, d=8, n=15.
- S15=215[16+14(8)]=215(128)=960.
Final Answer: 960.
Takeaway: Multiples of 8 form an AP with a=d=8.
PYQ 11: nth term from end (2 marks)
Find the 8th term from the end of the AP 7,10,13,…,184. [CBSE Board]
Solution:
- l=184, d=3. 8th from end =l−(8−1)d=184−21=163.
Final Answer: 163.
Takeaway: l−(n−1)d counts from the end.
PYQ 12: Show Sn relation (3 marks)
The sum of the first n terms of an AP is Sn=4n−n2. Find the first term, the sum of the first two terms, and the 10th term. [CBSE Board]
Solution:
- S1=a1=4−1=3; S2=8−4=4.
- a10=S10−S9=(40−100)−(36−81)=−60−(−45)=−15.
Final Answer: a1=3, S2=4, a10=−15.
Takeaway: an=Sn−Sn−1; S1 gives the first term.
Note: also an=Sn−Sn−1=5−2n, giving a10=−15. ✓
PYQ 13: Three terms in AP (3 marks)
The sum of three numbers in AP is 12 and the sum of their cubes is 288. Find the numbers. [CBSE Board]
Solution:
- a−d,a,a+d: 3a=12⇒a=4.
- Cubes: (4−d)3+64+(4+d)3=288. Now (4−d)3+(4+d)3=2(43+3⋅4d2)=128+24d2.
- 128+24d2+64=288⇒24d2=96⇒d2=4⇒d=±2.
- Numbers: 2,4,6.
Final Answer: 2, 4, 6.
Takeaway: (a−d)3+(a+d)3=2a3+6ad2 simplifies the cube sum.
PYQ 14: Word problem — savings (3 marks)
A sum of ₹2800 is to be used to give 10 cash prizes to students. If each prize is ₹40 less than its preceding prize, find the value of each prize. (Find the first prize.) [CBSE Board]
Solution:
- Prizes form an AP with d=−40, n=10, S10=2800.
- 210[2a+9(−40)]=2800⇒5[2a−360]=2800⇒2a−360=560⇒a=460.
Final Answer: First prize ₹460 (then 420, 380, …).
Takeaway: Use Sn with the known total to find the first term.
PYQ 15: Find a from two sums (3 marks)
If Sn denotes the sum of n terms of an AP whose common difference is d and first term is a, find S12 if a=2 and d=8. [CBSE Board]
Solution:
- S12=212[2(2)+11(8)]=6[4+88]=6(92)=552.
Final Answer: 552.
Takeaway: Direct application of the sum formula.
PYQ 16: Middle term sum (3 marks)
Find the sum of the first 51 terms of an AP whose 2nd and 3rd terms are 14 and 18 respectively. [CBSE Board]
Solution:
- d=18−14=4; a2=a+d=14⇒a=10.
- S51=251[20+50(4)]=251(220)=51(110)=5610.
Final Answer: 5610.
Takeaway: Find a and d from consecutive terms, then the sum.
PYQ 17: Which term exceeds (3 marks)
Determine the AP whose 4th term is 18 and the difference of the 9th term from the 15th term is 30. [CBSE Board]
Solution:
- a15−a9=6d=30⇒d=5.
- a4=a+3d=18⇒a+15=18⇒a=3.
- AP: 3,8,13,18,…
Final Answer: 3,8,13,18,…
Takeaway: a15−a9=6d; then use a known term for a.
PYQ 18: Sum of part of AP (3 marks)
The sum of the first n terms of an AP is 3n2+5n. Find the AP and its 25th term. [CBSE Board]
Solution:
- an=Sn−Sn−1=6n+2 (as derived earlier). a1=8, d=6.
- AP: 8,14,20,…; a25=6(25)+2=152.
Final Answer: AP 8,14,20,…; 25th term 152.
Takeaway: an=Sn−Sn−1 gives the general term.
PYQ 19: Equal sums (4 marks)
If the sum of the first 7 terms of an AP is 49 and that of the first 17 terms is 289, find the sum of its first n terms. [CBSE Board]
Solution:
- S7=7(a+3d)=49⇒a+3d=7.
- S17=17(a+8d)=289⇒a+8d=17.
- Subtract: 5d=10⇒d=2, a=1.
- Sn=2n[2+(n−1)2]=n2.
Final Answer: Sn=n2.
Takeaway: Two sum-conditions give a and d, then general Sn.
PYQ 20: Word problem — production (3 marks)
A manufacturer produced 600 sets in the 3rd year and 700 in the 7th year. Assuming uniform increase, find the production in the 10th year and the total in the first 10 years. [CBSE Board]
Solution:
- a+2d=600, a+6d=700⇒d=25, a=550.
- a10=550+9(25)=775.
- S10=210[1100+9(25)]=5(1325)=6625.
Final Answer: 775 sets in year 10; 6625 in total.
Takeaway: Find a, d first; then both the term and the sum.
PYQ 21: First term and ratio (3 marks)
The 5th term of an AP is 26 and the 10th term is 51. Find the AP. [CBSE Board]
Solution:
- a+4d=26, a+9d=51. Subtract: 5d=25⇒d=5; a=6.
- AP: 6,11,16,21,…
Final Answer: 6,11,16,21,…
Takeaway: Standard two-term method.
PYQ 22: Sum of all terms (3 marks)
Find the sum of all natural numbers between 100 and 200 which are divisible by 4. [CBSE Board]
Solution:
- AP 104,108,…,196. a=104, d=4, l=196. 196=104+(n−1)4⇒n=24.
- S=224(104+196)=12(300)=3600.
Final Answer: 3600.
Takeaway: Identify the first and last multiples within the range.
PYQ 23: Term ratio condition (3 marks)
The 4th term of an AP is zero. Prove that its 25th term is triple its 11th term. [CBSE Board]
Solution:
- a4=a+3d=0⇒a=−3d.
- a25=a+24d=−3d+24d=21d; a11=a+10d=−3d+10d=7d.
- a25=21d=3(7d)=3a11.
Final Answer: a25=3a11. ■
Takeaway: Express everything via d using the condition a=−3d.
PYQ 24: Sum to a target (savings) (4 marks)
A contractor pays a penalty for delay: ₹200 for the first day, ₹250 for the second, ₹300 for the third, and so on. How much penalty for a 30-day delay? [CBSE Board]
Solution:
- a=200, d=50, n=30.
- S30=230[400+29(50)]=15[400+1450]=15(1850)=27750.
Final Answer: ₹27750.
Takeaway: Daily penalties in AP; total is Sn.
PYQ 25: Find n given last term and sum (3 marks)
The first and last terms of an AP are 17 and 350 respectively. If the common difference is 9, how many terms are there, and what is their sum? [CBSE Board]
Solution:
- 350=17+(n−1)9⇒333=9(n−1)⇒n=38.
- S38=238(17+350)=19(367)=6973.
Final Answer: 38 terms; sum 6973.
Takeaway: Use l=a+(n−1)d for n, then 2n(a+l).
PYQ 26: Combined conditions (4 marks)
The sum of the 4th and 8th terms of an AP is 24, and the sum of the 6th and 10th terms is 44. Find the sum of the first 10 terms. [CBSE Board]
Solution:
- 2a+10d=24 and 2a+14d=44. Subtract: 4d=20⇒d=5; a=−13.
- S10=210[2(−13)+9(5)]=5[−26+45]=5(19)=95.
Final Answer: 95.
Takeaway: Form two equations from term-sums, then compute the required sum.