The sum of the square of two consecutive positive odd integers is 202, how do you find the integers?

2 Answers
Feb 8, 2016

9 , 11

Explanation:

let n be a positive odd integer

then the next consecutive odd number is , n + 2 , since odd numbers have a difference of 2 between them.

from the given statement : n^2 + (n+2)^2 = 202n2+(n+2)2=202

expanding gives : n^2 + n^2 + 4n + 4 =202n2+n2+4n+4=202

this is a quadratic equation so collect terms and equate to zero.

2n^2 + 4n -198 = 0 2n2+4n198=0

common factor of 2 : 2(n^2 + 2n - 99) = 02(n2+2n99)=0

now consider factors of -99 which sum to +2. These are 11 and -9.

hence : 2(n + 11 )(n-9 ) = 0

(n + 11 ) = 0 or (n-9) = 0 which leads to n = -11 or n = 9

but n > 0 hence n = 9 and n+ 2 = 11

Feb 8, 2016

Always remember that color(blue)(oddodd color(blue)(nncolor(blue)(umbersumbers always differ in the value of color(green)22

So,let the first number be color(red)(x x

Then the second number will be color(red)(x+2x+2

Then,

color(green)((x)^2+(x+2)^2=202(x)2+(x+2)2=202

Use formula color(green)((a+b)^2color(blue)(=color(brown)(a^2+2ab+b^2(a+b)2=a2+2ab+b2

rarrcolor(green)(x^2+x^2+2x(2)+2^2=color(blue)(202x2+x2+2x(2)+22=202

rarrcolor(green)(x^2+x^2+4x+4=color(blue)(202x2+x2+4x+4=202

rarrcolor(green)( 2x^2+4x+4=color(blue)(2022x2+4x+4=202

rarrcolor(green)( 2x^2+4x=color(blue)(202-42x2+4x=2024

rarr color(green)(2x^2+4x=color(blue)(1982x2+4x=198

rarrcolor(green)( 2x^2+4x-198=color(blue)(02x2+4x198=0

Now this is a Quadratic equation (in form color(brown)(ax^2+bx^2+c=0ax2+bx2+c=0) So,we can use the Quadratic formula or factor it out.

Luckily,we can factor it to

rarrcolor(green)( 2x^2+4x-198=color(brown)((2x+22)(a-9)=02x2+4x198=(2x+22)(a9)=0

rarrcolor(green)( (2x+22)(a-9)=color(brown)(0(2x+22)(a9)=0

Now we have two values for color(green)(xx which are

1)rarr color(green)(x=-22/2=-111)x=222=11

2)rarrcolor(green)( x=92)x=9

Now we need to find color(orange)(x+2x+2

If color(green)(x=-11x=11

Then,color(orange)(x+2=-11+2=-9x+2=11+2=9

And if color(green)(x=9x=9

Then,color(orange)(x+2=9+2=11x+2=9+2=11

So,at the end we conclude the if the first integer is color(green)(-1111 then second integer is color(orange)(-99 and if the first integer is color(green)(99,the second integer is color(orange)(1111.