SOLUTION: Why does a perfect square result from adding two successive rows of even and odd integers? Example: 1+2 plus 1+2+3 = 9 1+2+3 plus 1+2+3+4 = 16

Algebra.Com
Question 265111: Why does a perfect square result from adding two successive rows of even and odd integers? Example: 1+2 plus 1+2+3 = 9
1+2+3 plus 1+2+3+4 = 16

Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!
Let n = last number in first row


If we generalize the problem, we get


1+2+3+...+n
1+2+3+...+n+(n+1)


Add the two rows to get
(1+2+3+...+n)+(1+2+3+...+n+(n+1))

Now simplify:

(1+1)+(2+2)+(3+3)+...+(n+n)+n+1

2(1)+2(2)+2(3)+...+2(n)+n+1

2(1+2+3+...+n)+n+1


Now use the formula 1+2+3+...+n = n(n+1)/2

2(n(n+1)/2)+n+1

n(n+1)+n+1

n^2+n+n+1

n^2+2n+1

(n+1)^2


So this shows that the sum of 1+2+3+...+n and 1+2+3+...+n+(n+1) is a perfect square and it shows us that the perfect square is (n+1)^2

In the case that n = 4, we get

(1+2+3+4)+(1+2+3+4+5) = 10+15 = 25

Take note that 25 = 5^2 = (4+1)^2 which confirms our answer.

RELATED QUESTIONS

1. why is 9 a perfect square? 2. represent 125 in exponental... (answered by mananth)
(X^2/9)+1 can be made perfect square by adding 9x^2 X/3 2x/3... (answered by MathLover1)
Take a look at the following sums: 1=1 1+3=4 1+3+5=9 1+3+5+7=16 1+3+5+7+9=25... (answered by ikleyn)
`Take a look at the following sums: 1=1 1+3=4 1+3+5=9 1+3+5+7=16 1+3+5+7+9=25... (answered by solver91311)
What is the result of adding -3x^2-8x+1 and... (answered by algebrahouse.com,Simnepi)
Two consecutive positive odd integers have a sum which is less than 18. Which pair of... (answered by mananth)
1. The product of two consecutive odd numbers is 10 more than the square of the smaller... (answered by jojo14344)
When solving the sum of 3 odd consecutive integers = -27, why do you have to multiply the (answered by Alan3354)
Prove:the sum of the squares of two odd integers cannot be a perfect square, i.e, if x... (answered by amarjeeth123)