X 2 + 2 0 1 1 = Y 2 where X and Y are both positive integers. Find value of 3X + Y
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.
1 2 + 3 = 2 2
2 2 + 5 = 3 2
3 2 + 7 = 4 2
...
X 2 + 2 0 1 1 = Y 2
From the pattern we can clearly tell that 2 0 1 1 = 2 Y − 1 .
Thus 2 Y = 2 0 1 2 and Y = 1 0 0 6 . From the pattern, X = Y − 1 so
X = 1 0 0 5
3 X + Y = 3 × 1 0 0 5 + 1 0 0 6 = 4 0 2 1
a little more care should be taken... for example,
1 2 + 1 5 = 4 2
2 2 + 2 1 = 5 2
etc.
In general, you could write x 2 + 2 0 1 1 = ( x + a ) 2 for some integer a . Expanding, you get 2 0 1 1 = a ( 2 x + a ) . Since 2011 is prime, we must have a = 1 and 2 x + a = 2 0 1 1 , which gives x = 1 0 0 5 , y = 1 0 0 6 , and 3 x + y = 4 0 2 1 .
Although this wasn't so right to solve, but this pattern actually came in my mind and helped me solved this question. I observed the pattern of the difference in square of two subsequence numbers is the sum of the two subsequence number when I was still small.
Problem Loading...
Note Loading...
Set Loading...
( Y − X ) ( Y + X ) = 2 0 1 1
Since 2011 is prime, we have: Y − X = 1 a n d Y + X = 2 0 1 1 Then Y = 1 0 0 6 a n d X = 1 0 0 5