पहली n प्राकृतिक संख्याओं का योग किस स्थिति में सम संख्या होगा?

Under which condition will the sum of the first n natural numbers be an even number?

Author: Muft Shiksha Editorial Team Published: Updated:
Explanation opens after your attempt
Correct Answer

A. n, 4 का गुणज हो या 4 से भाग देने पर शेष 3 होn is a multiple of 4 or leaves remainder 3 when divided by 4

Explanation

Simple Explanation

पहली n प्राकृतिक संख्याओं का योग n(n+1)/2 होता है। n और n+1 में एक सम है; योग सम तभी बनेगा जब 2 से भाग के बाद शेष गुणनखंड भी सम हो, अर्थात n ≡ 0 या 3 (mod 4)। परीक्षा में n को 4 से भाग देने पर शेष देखकर तुरंत निर्णय लें। / The sum of the first n natural numbers is n(n+1)/2. One of n and n+1 is even; after dividing by 2, the remaining factor must also be even. Thus the sum is even when n ≡ 0 or 3 (mod 4). Exam tip: check n modulo 4 directly.

Question me issue ya doubt hai?

Answer, explanation, typing mistake ya suggestion directly hamari team ko bhejein. 📱Helpline (Call / WhatsApp): +91 7272824365

FAQs

Mathematics Answer, Explanation and Revision Hints

पहली n प्राकृतिक संख्याओं का योग किस स्थिति में सम संख्या होगा? / Under which condition will the sum of the first n natural numbers be an even number?

Correct Answer: A. n, 4 का गुणज हो या 4 से भाग देने पर शेष 3 हो / n is a multiple of 4 or leaves remainder 3 when divided by 4. Explanation: पहली n प्राकृतिक संख्याओं का योग n(n+1)/2 होता है। n और n+1 में एक सम है; योग सम तभी बनेगा जब 2 से भाग के बाद शेष गुणनखंड भी सम हो, अर्थात n ≡ 0 या 3 (mod 4)। परीक्षा में n को 4 से भाग देने पर शेष देखकर तुरंत निर्णय लें। / The sum of the first n natural numbers is n(n+1)/2. One of n and n+1 is even; after dividing by 2, the remaining factor must also be even. Thus the sum is even when n ≡ 0 or 3 (mod 4). Exam tip: check n modulo 4 directly.