 
                 
                InterviewSolution
 Saved Bookmarks
    				This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. | यदि एक समान्तर श्रेणी के प्रथम n पदों का योग Sn दिया गया है, Sn = (3n2 – 4n), तब इसका n वाँ पद ज्ञात कीजिए। | 
| Answer» दिया गया है, Sn = (3n2 – 4n) n = n – 1 रखने पर Sn-1 = 3(n – 1)2 – 4(n – 1) = 3(n2 + 1 – 2n) – 4n + 4 Sn-1 = 3n2 + 3 – 6n – 4n + 4 = 3n2 – 10n + 7 अतः श्रेणी का n वाँ पद Tn = Sn – Sn-1 = 3n2 – 4n – (3n2 – 10n + 7) = 3n2 – 4n – 3n2 + 10n – 7 = 6n – 7 | |