SOLUTION: The sum of the squares of two positive consecutive integers is 41. Find integers. Show steps please^^

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The sum of the squares of two positive consecutive integers is 41. Find integers. Show steps please^^      Log On


   



Question 255744: The sum of the squares of two positive consecutive integers is 41. Find integers. Show steps please^^
Found 3 solutions by drk, checkley77, CharlesG2:
Answer by drk(1908) About Me  (Show Source):
You can put this solution on YOUR website!
Let x = first integer and x+1 = consecutive integer.
(i) x%5E2+%2B+%28x%2B1%29%5E2+=+41
step 1 - expand (i) to get
(ii) x%5E2+%2B+x%5E2+%2B+2x+%2B+1+=+41
step 2 - set (i) =0 and factor as
(iii) 2x%5E2+%2B+2x+-40+=+0
divide by 2 to get
%28x+-+4+%29%28x+%2B+5%29+=+0
x-4 = 0 - - -> x = 4
x+5=0 - - - > x = -5
SInce we want positive, we have
x = 4 and x+1 = 5.

Answer by checkley77(12844) About Me  (Show Source):
You can put this solution on YOUR website!
x & x+1 are the 2 consecutive numbers.
x^2+(x+1)=41
x^2+x^2+2x+1=41
2x^2+2x+1-41=0
2x^2+2x-40=0
2(x^2+x-20)=0
2(x+5)(x-4)=0
x-4=0
x=4 ans.
4+1=5 ans.
Proof:
4^2+5^2=41
16+25=41
41=41

Answer by CharlesG2(834) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of the squares of two positive consecutive integers is 41. Find integers. Show steps please^^
integer I
next consecutive integer I+1
I^2+(I+1)^2=41
I^2+((I+1)(I+1))=41
I^2+I^2+2I+1=41
2I^2+2I+1=41
2I^2+2I-40=0
I^2+I-20=0
(I+5)(I-4)=0
I=-5 and I=4
-5 is not positive
so I is 4
I+1=5
integers are 4 and 5