answersLogoWhite

0


Best Answer

The first five prime numbers are 2,3,5,7,11. The sum of the first five prime numbers is 28.
The sum is: 2+3+5+7+11 = 28

User Avatar

Wiki User

6y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
3y ago

fun

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the sum of the first 5 prime numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the sum of the 1st prime numbers?

The sum of the first two prime numbers is 5.


What are first 6 numbers as the sum of 2 prime numbers?

it is 5


What is the sum of the 5 prime numbers?

If that's the first five, the sum is 28.


Calculate the sum of the first five prime numbers?

The first five prime numbers are 2, 3, 5, 7, 11. The sum of these five numbers is 28.


What is the sum of the squares of the first 5 prime numbers?

88


What is the sum of the first six prime numbers?

The sum of the first six prime numbers is 41 (2 + 3 + 5 + 7 + 11 + 13 = 41).


What is the sum of the first 7 prime numbers?

Sum of first 7 prime numbers is equal to 2+3+5+7+11+13+17 = 58.


What is the Sum of first n natural numbers?

int sum = 0; int i; for(i = 0; i < n; ++i) { sum += i; }


What is the sum of the first six prime?

The sum of the first six prime numbers is 41 (2 + 3 + 5 + 7 + 11 + 13 = 41).


How do you find the sum of the first ten prime numbers?

To find the sum of the first ten prime numbers, you first have to find what the first 10 prime numbers are. They are 2, 3, 5, 7, 11, 13, 17, 19, 23, and 29. Added together they equal 129.


When adding 2 prime number will the answer be prime?

The sum of any two prime numbers may or may not be prime. The sum of the two prime numbers 2 and 3 is the prime number 5, and the sum of the two prime numbers 5 and 7 is the composite number 12.


What is the average of first five prime numbers?

average of first five prime numbers = 5.6 first five prime numbers = 2, 3, 5, 7, 11average = sum of first prime numbers/5= (2 + 3 + 5 + 7 + 11)/5= 28/5= 5.6