That depends on what you're more comfortable with! Most people prefer the first one. Visualising what goes on helps to understand the maths:
First write out the first few numbers and the last few numbers in the sum:
Sum = 250 + 251 + 252 + ... + 348 + 349 + 350
If you were to calculate the average of all those numbers you would do:
Sum / number of terms = average
so if you knew the average you would be able to work out the sum by doing:
Sum = average x number of terms
1/ Now to work out the average, you can pair up the numbers:
If you pair up the first and the last: 250 + 350 = 600 -- > their average is 600/2 = 300
If you pair up the second and the second last: 251 + 349 = 600 -- > their average is 600/2 = 300
If you pair up the third and the third last: 252 + 348 = 600 -- > their average is 600/2 = 300
etc
There is one number in the middle that doesnt have a pair, but it's 300, so again the same average
For this reason the whole average is 300
2/ Then you need calculate the number of terms by doing last - first + 1
number of terms = 350 - 250 + 1 = 101
The +1 comes because you want the numbers 'inclusive'
So now you can apply the formula Sum = average x number of terms = 300 x 101 = 30,300
Answer D
Hope that helps!
Final note: If you're good at divisibility, once you've worked out the average (300), you know that the answer will be divisible by 300. This means it will be divisible by 3, which rules out A, C and E. And you could probably guess that B is too low.
sych
Okayy. So what would be the best solution ?
Krunaal
sych
any alternative answer to this question?
An alternative method is to find sum of 350 digits and subtract sum of 249 digits => \(\frac{350*351}{2} - \frac{249*250}{2}\) ; but this will leave you with a more complex multiplication than the other method viz. Avg * no. of terms => \(\frac{350*250}{2} * 101\)