What is the difference between the sum of first five prime numbers and sum of…
2021
What is the difference between the sum of first five prime numbers and sum of next five prime numbers?
Answer: C. 73 — To solve this problem, we identify and sum the required prime numbers: First five prime numbers: 2, 3, 5, 7, and 11. Sum: 2 + 3 + 5 + 7 + 11 = 28 Next five…
- A.
71
- B.
72
- C.
73
- D.
74
Attempted by 47 students.
Show answer & explanation
Correct answer: C
To solve this problem, we identify and sum the required prime numbers:
First five prime numbers: 2, 3, 5, 7, and 11.
Sum: 2 + 3 + 5 + 7 + 11 = 28
Next five prime numbers: 13, 17, 19, 23, and 29.
Sum: 13 + 17 + 19 + 23 + 29 = 101
Difference between the two sums:
101 - 28 = 73
Final Answer: Option 3 (73)
Loading lesson…