Saved Bookmarks
| 1. |
Find the sum of integers which divisble by 5from1to100 |
|
Answer» SUM= 6000 Step-by-step explanation: Integers DIVISIBLE by 5 between 1 to 100 = 5, 10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,95,100 Sum of the integers= 5+10+15+20+25+30+35+40+45+50+55+60+65+70+75+80+85+90+95+100 =6000 |
|