The sum of squares of two consecutive odd positive integers is 202. Find the integers.
Answers
/* According to the problem , given */
/* On Dividing each term by 2 ,we get */
/* Splitting the middle term,we get */
/* x should not be negative */
Therefore.,
•••♪
The sum of squares of two consecutive odd positive integers is 202. Find the integers.
Let us assumed two consecutive odd positive integers
→ x
→ (x + 1)
According to the question , The sum of squares of two consecutive odd positive integers is 202 :-
→ x² + (x+2)² = 202
Now by using identity
[ (a+b)² = a² + b² + 2ab ]
→ x² + x² + 4x + 4 - 202 = 0
→ 2x² + 4x - 198 = 0
Now we divide these equation with 2 and we get :-
→ x² + 2x - 99 = 0
Now by using middle term splitting method :-
→ x² + 11x - 9x - 99 = 0
→ x( x + 11) - 9( x + 11 ) = 0
→ ( x + 11 )( x - 9 ) = 0
→ ( x + 11 ) = 0 and ( x - 9 ) = 0
→ x = - 11 and x = 9
As said in question integers should be positive and odd
Hence the required value of positive odd numbers are 9 and 11