answersLogoWhite

0


Best Answer

2+4+6+8+10+12+14+16+18+20+22+24+26+28+30=240

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

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

What is the sum of the first 15 positive even numbers?

The sum of the first 15 positive even numbers is 240. (Simply square 15, then add 15 to the result: 15 x 15 = 225. 225 + 15 = 240).


What is the sum of the first 15 prime numbers?

the sum of the first 15 prime numbers is 328 .


What is the sum of the first fifteen odd numbers?

The sum of the first 15 odd numbers is 225.


What is the sum of the first 5 numbers?

The sum of the first 5 numbers is 15. 1+2+3+4+5=15


What is the sum of the first five whole numbers?

The sum of the first five whole numbers is 10.


What is the sum of the first 15 whole numbers?

The sum of the smallest 15 positive integers is 120. The sum of the smallest 15 negative integers is -120.


Write a c program to find the sum of the first 15 even numbers and calculate the square of the sum?

#include<stdio.h> #include<conio.h> void main() { int c=1,i; unsigned int s=0; clrscr(); for(i=1,(i<=15;i++)) { if(i%2==0) { s=s+i; c=c+i; } } printf("/n sum of the first 15 even numbers is%d",s); printf("/n square of the sum is: %d",(s*s)); getch(); }


How many ways are there to add four positive even numbers to get a sum of twentyfour?

15


What is the sum of the first 15 Numbers?

(1+15)*15/2first plus last times number of numbers then divide by two


How. to. write an. algorthim. to find the. sum of. first. 15 natural. numbers?

Write an. Algorthim. To. Find the. Sum. Of. First15 natural. Numbers


What is the sum of the first 5 counting numbers?

1+1+1+1+1+=5 * * * * * The question did not ask for the sum of the first counting number five times! The sum of the first 5 counting numbers is 1+2+3+4+5 = 15. Such sums are known as triangular numbers.


Can six odd numbers make fifteen?

The sum of six odd numbers is never fifteen since 15 is odd and the sum of six even numbers is always even. However if "make" allows products: 1* 1 * 1 * 1 * 3* 5 = 15 ( I used * to mean multiply.)