Find a factor of 100140001 which lies between 12000 and 13000.
Note : try to solve the problem in an algebraic way.
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.
Thanks for sharing your insight, Adnan. I upvoted your solution. (+1)
100140001 can be written as 10^8+14*10^4+1 Let 10 be equal to x
x 8 + 1 4 x 4 + 1 = x 8 + 2 x 4 + 1 + 1 2 x 4
= ( x 4 + 1 ) 2 + 4 x 2 ( x 4 + 1 ) + 4 x 4 + 8 x 4 − 4 x 2 ( x 4 + 1 )
= ( x 4 + 2 x 2 + 1 ) 2 − ( 2 x 3 − 2 x ) 2
Using identity we get ( x 4 + 2 x 3 + 2 x 2 − 2 x + 1 ) ( x 4 − 2 x 3 + 2 x 2 + 2 x + 1 )
Substituting x = 1 0 we get 1 0 0 1 4 0 0 0 1 = 1 2 1 8 1 × 8 2 2 1
Problem Loading...
Note Loading...
Set Loading...
Here is a C++ code for it .
Here is the output
output: 1 2 1 8 1