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 general knowledge math & puzzles
  1. 157

  2. 159

  3. 79

  4. 81

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

Even numbers between 1 and n are 2, 4, 6, ..., (n-1). Sum = 2+4+6+...+(n-1) = 2(1+2+3+...+(n-1)/2). Number of terms = (n-1)/2. Sum = 2 × [(n-1)/2 × ((n-1)/2 + 1)] / 2 = (n-1)/2 × (n+1)/2 = (n²-1)/4. Given (n²-1)/4 = 79×80, so n²-1 = 31680, n² = 31681, n = 177. But wait - let's recalculate: sum of first k even numbers = k(k+1). Here k = (n-1)/2, so sum = (n-1)/2 × (n+1)/2 = 79×80. Solving: (n²-1)/4 = 6320, n²-1 = 25280, n² = 25281, n = 159.

Multiple choice general knowledge math & puzzles
  1. Odd number

  2. Even number

  3. Prime number

  4. Perfect square

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

If the product of two integers is odd, then both integers must be odd (since even × anything = even). The sum of two odd numbers is always even: odd + odd = even. For example: 3 × 5 = 15 (odd), and 3 + 5 = 8 (even). The other options are not necessarily true.

Multiple choice general knowledge math & puzzles
  1. Odd number

  2. Even number

  3. Prime number

  4. Divisible by difference of two numbers

  5. Perfect square

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

To solve this question, the user needs to know that an odd number can only be obtained by adding an odd number of odd numbers. Therefore, the sum of two integers whose product is odd must be an even number.

Now, let's go through each option and explain why it is right or wrong:

A. Odd number: This option is incorrect because the sum of two integers whose product is odd cannot be odd. Adding two odd numbers together results in an even number.

B. Even number: This option is correct. The sum of two integers whose product is odd must be an even number. This is because the product of two odd numbers is odd, and odd + odd = even.

C. Prime number: This option is incorrect because the sum of two integers whose product is odd has nothing to do with prime numbers. Prime numbers are numbers that are only divisible by 1 and themselves.

D. Divisible by difference of two numbers: This option is incorrect because there is no relation between the sum of two integers whose product is odd and the difference of the two numbers.

E. Perfect square: This option is incorrect because there is no relation between the sum of two integers whose product is odd and perfect squares.

Therefore, the answer is:

The Answer is: B. Even number

Multiple choice general knowledge math & puzzles
  1. 4

  2. 10

  3. 19

  4. 17

  5. 21

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

The series is of squares: 1, 4, 9... n^2. The sum of the first n squares is [n(n+1)(2n+1)]/6. For n=25: (25 * 26 * 51) / 6 = 25 * 13 * 17 = 5525. Since 17 is a prime factor in the formula (2n+1 = 51, which is 3*17), 17 is a factor.

Multiple choice general knowledge math & puzzles
  1. 8

  2. 6

  3. 9

  4. 10

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

Let the 5 numbers in AP be a-2d, a-d, a, a+d, a+2d. Their sum is 5a = 30, giving a = 6. The third term (middle term) is a = 6. Verifying with sum of squares: (a-2d)² + (a-d)² + a² + (a+d)² + (a+2d)² = 5a² + 10d² = 180 + 10d² = 220, so d² = 4. The third term remains 6 regardless of d.