SOLUTION: The difference of the squares of two consecutive negative odd integers is 40. Find the numbers. I tried to set it up like this: n=1st integer n-1=2nd integer n2-(n-1)2=40 (the

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: The difference of the squares of two consecutive negative odd integers is 40. Find the numbers. I tried to set it up like this: n=1st integer n-1=2nd integer n2-(n-1)2=40 (the       Log On


   



Question 415857: The difference of the squares of two consecutive negative odd integers is 40. Find the numbers.
I tried to set it up like this: n=1st integer n-1=2nd integer
n2-(n-1)2=40 (the 2's are squares, but I can't do it on my keyboard)
but then I get stuck.

Found 3 solutions by Alan3354, scott8148, htmentor:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
The difference of the squares of two consecutive negative odd integers is 40. Find the numbers.
I tried to set it up like this: n=1st integer n-1=2nd integer
n2-(n-1)2=40 (the 2's are squares, but I can't do it on my keyboard)
but then I get stuck.
---------------------
The 2nd number should be n-2, since both numbers are odd.
n%5E2+-+%28n-2%29%5E2+=+40
n%5E2+-+%28n%5E2+-+4n+%2B+4%29+=+40
4n - 4 = 40
4n = 44
n = 11
--> 11 & 9
or -11 & -9
------------
PS Use n^2 for squared, the shifted 6.


Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
both integers are ODD , so they are 2 numbers apart
also, the more negative number will have the larger square

FOILing ___ (n^2 - 4n + 4) - n^2 = 40

-4n = 36 ___ n = -9

n - 2 = -11

Answer by htmentor(1343) About Me  (Show Source):
You can put this solution on YOUR website!
We have two consecutive ODD integers, n and n+2.
Difference of the squares:
n%5E2+-+%28n%2B2%29%5E2+=+40
Solving for n gives n%5E2+-+n%5E2+-+4n+-+4+=+40 -> -4%28n%2B1%29+=+40
This gives n = -11. Therefore the other integer, n+2, is -9.
Check:
(-11)^2 - (-9)^2 = 40
121 - 81 = 40