document.write( "Question 1173561: Suppose apples are in the shape of a pyramid. On the top layer, there is 1 apple. On the second layer, there are 1+2 apples. On the third layer, there is 1+2+3 apples. On the fourth layer, there 1+2+3+4 apples. If there are N number of layers, how many apples are there in total? \n" ); document.write( "
Algebra.Com's Answer #798800 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
The formula for this is N(N+1)/2. \r
\n" ); document.write( "\n" ); document.write( "there are a variety of ways to show this. I look at the average of all the numbers and multiply by n.
\n" ); document.write( "The average is (1/2)(n+1), and that is multiplied by n.
\n" ); document.write( "The proof came to me looking at lane markers on a track course.
\n" ); document.write( "
\n" );