Q. Which of the following gives the sum of the first n natural numbers?

  • (A) nc2
  • (B) (n-1)c2
  • (C) (n+1)c2
  • (D) (n+2)c2
πŸ’¬ Discuss
βœ… Correct Answer: (C) (n+1)c2
Explanation: the sum of first n natural numbers is given by n*(n+1)/2, which is equal to (n+1)c2.

Explanation by: Mr. Dubey
the sum of first n natural numbers is given by n*(n+1)/2, which is equal to (n+1)c2.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
581
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate