it is 5
The first five prime numbers are 2, 3, 5, 7, 11. The sum of these five numbers is 28.
88
Sum of first 7 prime numbers is equal to 2+3+5+7+11+13+17 = 58.
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.
The sum of the first two prime numbers is 5.
it is 5
If that's the first five, the sum is 28.
The first five prime numbers are 2, 3, 5, 7, 11. The sum of these five numbers is 28.
88
The sum of the first six prime numbers is 41 (2 + 3 + 5 + 7 + 11 + 13 = 41).
Sum of first 7 prime numbers is equal to 2+3+5+7+11+13+17 = 58.
int sum = 0; int i; for(i = 0; i < n; ++i) { sum += i; }
The sum of the first six prime numbers is 41 (2 + 3 + 5 + 7 + 11 + 13 = 41).
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
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.
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.