The sum 'S' of the first 'n' natural numbers is given by S =
Find 'n', if the
sum(S) is 276.
Answers
Answered by
6
Answer: n= 23
Step-by-step explanation: sum = n[n+1]/2
sum=276
therefore 276=n[n+1]/2
solving the above equation we get
552=n^2+n
hence n^2+n-552=0
n can be written as -23n + 24n
n^2-23n+24n-552=0
n[n-23] 24[n-23]
n+24, n-23 = 0
now n = -24 and 23
since n cant be negative
therefore n = 23
hope it helps
please mark it as brainliest
Similar questions