📜  门| GATE-CS-2014-(Set-2)|第65章

📅  最后修改于: 2021-06-29 19:17:58             🧑  作者: Mango

10从2到198的所有倍数的平均值是多少?
(A) 90
(B) 100
(C) 110
(D) 120答案: (B)
解释:

From 2 to 198 there are 19 multiples of 10.

These are 10,20,30.....180,190.

This is an A.P series, whose sum is (n/2{a1 + aN}), 
where a1 and aN are the 1st and last terms respectively.

Putting in the formula,

a1 = 10, aN = 190.

Sum = Sn = (19/2{10 + 190 }) = 1900

Average = Sum / Total number = 1900 / 19 = 100. 

这个问题的测验