Skip to content
← Repeat Radar

SSC Wiki · reasoning

समांतर श्रेढ़ी

Arithmetic Progression

समांतर श्रेढ़ी · Arithmetic Progression

संक्षेप में | In Brief

समांतर श्रेढ़ी (AP) संख्याओं की एक ऐसी श्रृंखला है जिसमें किन्हीं भी दो लगातार पदों के बीच का अंतर (Common Difference) हमेशा समान रहता है। SSC में इसका उपयोग Number Series (Reasoning) और Number System (Quant) दोनों में होता है।

An arithmetic progression is a sequence of numbers where the difference between any two consecutive terms is always constant. In SSC, it is tested in both Number Series and Number System.

मुख्य सूत्र / नियम | Core Formulas & Rules

  • सार्व अंतर (Common Difference): $d = T_2 - T_1$
    The difference between the second term and the first term.
    Trick: हमेशा आगे वाले पद में से पीछे वाला पद घटाएं। घटती हुई श्रृंखला में $d$ negative होता है।
  • $n$वाँ पद (nth Term): $T_n = a + (n-1)d$
    Formula to find a specific term in the sequence.
    Trick: 10वाँ पद निकालना है तो $a + 9d$ करें, 20वाँ निकालना है तो $a + 19d$ करें।
  • पदों का योग (Sum of n terms): $S_n = \frac{n}{2} \times (a + l)$ या $S_n = \frac{n}{2}[2a + (n-1)d]$
    Formula to find the sum of the series, where $l$ is the last term.
    Trick: Average $\times$ Total Terms. (पहला पद + आखिरी पद) / 2 करें और कुल पदों ($n$) से गुणा कर दें।

हल किए गए उदाहरण | Worked Examples

(Note: As no specific PYQs were provided, these are standard SSC-pattern synthesized examples)

Q: दी गई श्रृंखला का 15वाँ पद ज्ञात करें: 2, 7, 12, 17...

Find the 15th term of the given series: 2, 7, 12, 17...

Step-by-step (Hindi):

  • यहाँ पहला पद $a = 2$ है।
  • अंतर $d = 7 - 2 = 5$ है।
  • $T_{15} = a + 14d$
  • $T_{15} = 2 + 14(5) = 2 + 70 = 72$

Answer: 72

Trap: जल्दबाजी में छात्र $n \times d$ (15 $\times$ 5) कर देते हैं और $(n-1)$ करना भूल जाते हैं।

Q: 5, 8, 11... के पहले 10 पदों का योग क्या होगा?

What will be the sum of the first 10 terms of 5, 8, 11...?

Step-by-step (Hindi):

  • $a = 5$, $d = 3$, $n = 10$
  • $S_n = \frac{n}{2}[2a + (n-1)d]$
  • $S_{10} = \frac{10}{2}[2(5) + (9)(3)]$
  • $S_{10} = 5 \times [10 + 27] = 5 \times 37 = 185$

Answer: 185

Trap: BODMAS की गलती—छात्र ब्रैकेट के अंदर गुणा करने से पहले जोड़ देते हैं।

Q: दी गई श्रृंखला में प्रश्नवाचक चिह्न (?) के स्थान पर क्या आएगा: 100, 93, 86, 79, ?

What will come in place of the question mark (?) in the given series: 100, 93, 86, 79, ?

Step-by-step (Hindi):

  • यह एक घटती हुई AP है।
  • अंतर चेक करें: $93 - 100 = -7$, $86 - 93 = -7$
  • अगला पद होगा: $79 - 7 = 72$

Answer: 72

Trap: घटती श्रृंखला में $d$ को positive मान लेना, जिससे गलत दिशा में calculation हो जाती है।

Traps & Common Mistakes | जाल और सामान्य गलतियाँ

  • Trap: $(n-1)$ की जगह $n$ का प्रयोग करना।
    Why aspirants fall: $n$वाँ पद निकालते समय जल्दबाजी में $a + nd$ लिख देते हैं, जबकि सही $a + (n-1)d$ है।
  • Trap: घटती हुई श्रृंखला (Decreasing Series) में $d$ का चिह्न गलत लेना।
    Why aspirants fall: 10, 7, 4... में $d = 3$ मान लेते हैं, जबकि $d = -3$ होना चाहिए।
  • Trap: $T_n$ (पद) और $S_n$ (योग) के फॉर्मूले में कंफ्यूजन।
    Why aspirants fall: प्रश्न में "योग" (Sum) पूछा होता है और छात्र केवल $n$वाँ पद निकालकर उत्तर टिक कर देते हैं।

Related concepts | सम्बन्धित विषय

  • geometric-progression: गुणोत्तर श्रेढ़ी (गुणा पर आधारित श्रृंखला)
  • number-series: संख्या श्रृंखला (Reasoning के पैटर्न)
  • average: औसत (AP का औसत हमेशा बीच का पद होता है)