Ask Your Question Now
Steven
Q.)  What is the sum of first n odd natural numbers?

Deprecated: Function eregi_replace() is deprecated in /var/www/vhosts/extramarks.us/httpdocs/common/class/us_functions.php on line 232
Answer This   Report Abuse
Posted In Mathematics  -  1 Answers
 
Owen
Ans.1)  1,3,5....

form an Arithmmetic Progression with first term (a) 1 and common difference (d) 2.

Sum=n/2[2a+(n-1)d]

       =n/2[2+(n-1)2]

       =n2