What is the arithmetic mean of the first 100 positive integers?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
first + last integer divided by 2.
1+100=2+99=3+98=4+97=...=49+52=50+51=101. There're 50 addition (from 1+100 to 50+51) that equals to 50 times 101. For the first 100 positive integers we can get (50 x 101)/100 = 0.5 x 101=50.5.
s = 2 n ( a 1 + a n ) = 2 1 0 0 ( 1 + 1 0 0 ) = 5 0 5 0
a v e r a g e = 1 0 0 5 0 5 0 = 5 0 . 5
Ignoring the terms between 1 and 100 since for example.
(1+100 )/2 = 50.5
Because
(2+99)/2 = 50.5 , (3+98)/2 = 50.5 , . . . . , (50+51)/2 = 50.5
50(1+100)/100=50(101)/100=5050/100=50.5
using formula for sum of all consecutive integers n(n+l)/2 using n = 100 then the sum = 5050 solving for arithmetic mean = sum of all quantities/number of quantitie = 5050/100 A.M. = 50.5
n(n+1)/2 100 100(100+1) /2 100
Problem Loading...
Note Loading...
Set Loading...
finding sum of n number=n(n+1)/2. Here n is 100. So, 100*101/2=5050. We have to find avg for 100 postive intergers. so 5050/100=50.5