InterviewSolution
Saved Bookmarks
| 1. |
Fill in the blanks to make the statements true.The sum of first six odd natural numbers is _________. |
|
Answer» The sum of first six odd natural numbers is 36. The first six odd numbers are 1, 3, 5, 7, 9, and 11 Then, Sum of first six odd numbers = 1 + 3 + 5 + 7 + 9 + 11 = 36 |
|