Mathematics · Quantitative Aptitude

Number Sums and Series

287 Questions

Number sums and series questions test the ability to find patterns and calculate the sum of number sequences. These problems are a staple in the quantitative aptitude sections of various competitive exams. Practice this collection to improve speed and accuracy in solving arithmetic and geometric series problems.

Sum of consecutive integersGeometric series sumsRatio and proportion sumsOdd and even number propertiesRoman numeral calculations

Number Sums and Series Questions

Multiple choice
  1. a, b only

  2. a, b, d only

  3. a, b, e only

  4. a, b, c, d only

  5. all of the functions are correct

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All of the functions are correct. (a) = SUM (A1 : A10) will calculate sum of 10 cells from A1 to A10.  (b) = SUM (A1 : B10) will calculate sum of 20 cells from A1 to B10.  (c) = SUM (B1 : A10) is correct; it will work same as = SUM (A1 : B10) and calculate sum of 20 cells from A1 to B10. (d) = SUM (B10 : A1) is correct; it will work same as = SUM (A1 : B10) and calculate sum of 20 cells from A1 to B10. (e) = SUM (B10 : A1) will calculate sum of 2 cells B10 and A1 Comma(,) is used to represent a group of seperate cells. Colon(:) is used to represent a range or of cells.

 

Multiple choice
  1. 10010

  2. 1202

  3. No hexadecimal sum is possible because they are binary numbers.

  4. 1101

  5. 1000

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

1101 + 101 = 1202 in any number system where digits upto 2 are present. This is so in all the number systems with base 3 or more.

Multiple choice
  1. Cumulative

  2. Sum

  3. Grand

  4. Partial

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Cumulative, sum and grand are associated with total. Partial is the odd word out.

Multiple choice
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The SUM function in Excel and other spreadsheet software adds all specified numerical arguments together. It can handle individual numbers (SUM(5, 10, 15)) or cell ranges (SUM(A1:A10)) and is one of the most commonly used functions.