Find all the integer values for n such that n 2 + 2 0 n + 1 1 is a perfect square. Give the answer as n 1 2 + n 2 2 + … + n k 2 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
why did you add and subtract 100 in the second step??????????????
Log in to reply
he is completing the square
If he does not subtract 100 then we will have 100 as constant term not 11
Log in to reply
She didn't mean to ask that. She meant that why only 100? And that's because only 100 will complete the square as n^2+20n+100=(n+10)^2
S t a n d a r d m e t h o d . f ( x ) = x 2 + 2 a x + b , c o n s t a n t s i n t e g e r s , a , b g i v e n . F i n d v a l u e s o f x t h a t m a k e s f ( x ) = k 2 a p e r f e c t s q u a r e . B e i n g a q u a d r a t i c t h e r e w i l l b e t w o s o l u t i o n s . f ( x ) = ( x + a ) 2 − k 2 = ( a 2 − b ) . F a c t o r ( a 2 − b ) i n t o t w o f a c t o r s . M a n d N ( M o r N c a n e v e n b e = ± 1 . ) C o m p a r e t h e s e t w o f a c t o r s w i t h t h e s e t w o ( x + a + k ) ( x + a − k ) a n d g e t t w o e q u a t i o n s ( x + a + k ) = M a n d ( x + a − k ) = N a n d v a l u e o f x 1 f o u n d a n d t h e n o f k 1 ∴ k 1 2 . a n d , ( x + a + k ) = − M a n d ( x + a − k ) = − N a n d t h e s e c o n d v a l u e o f x 2 f o u n d a n d t h e n o f k 2 ∴ k 2 2 . I n t h i s p r o b l e m a = 1 0 , a n d b = 1 1 . M = 8 9 , N = 1 . S o l v i n g , x 1 = 3 5 , x 2 = − 5 5 .
Problem Loading...
Note Loading...
Set Loading...
n 2 + 2 0 n + 1 1 = k 2
n 2 + 2 0 n + 1 1 + 1 0 0 − 1 0 0 = k 2
n 2 + 2 0 n + 1 0 0 − 8 9 = k 2
( n + 1 0 ) 2 − k 2 = 8 9
( n + 1 0 − k ) ( n + 1 0 + k ) = 8 9
1) { n + 1 0 − k = 8 9 n + 1 0 + k = 1
2) { n + 1 0 + k = 8 9 n + 1 0 − k = 1
3) { n + 1 0 − k = − 8 9 n + 1 0 + k = − 1
4) { n + 1 0 + k = − 8 9 n + 1 0 − k = − 1
For system 1) and 2) → n = 3 5 , k 2 = 1 9 3 6
For system 3) and 4) → n = − 5 5 , k 2 = 1 9 3 6
In conclusion 3 5 2 + ( − 5 5 ) 2 = 4 2 5 0