For all integers n , n ( n + 1 ) ( n + 2 ) has a greatest common divisor a . Find 1 0 0 a .
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.
@Md Zuhair , there are four common divisors 1, 2, 3 and 6. I have changed the wording of your problem.
Using Euclid’s Division Lemma, a = bq + r, 0 ≤ r < b. Using b = 2. a = 2 q + r , r ∈ 0 , 1 1 ⟹ a = 2 q ⟹ n ( n + 1 ) ( n + 2 ) = 2 q ( 2 q + 1 ) ( 2 q + 2 ) = 2 q ( 2 q + 1 ) 2 ( q + 1 ) = 4 q ( 2 q + 1 ) ( q + 1 ) 2 ⟹ a = 2 q + 1 ⟹ n ( n + 1 ) ( n + 2 ) = ( 2 q + 1 ) ( 2 q + 2 ) ( 2 q + 3 ) = 2 ( 2 q + 1 ) ( q + 1 ) ( 2 q + 3 ) ( 1 , 2 ) = 2 Why can’t the GCD be 2?? Elucidate?
Log in to reply
You have shown that 2 is a common divisor. You have not shown that 2 is the greatest common divisor.
Problem Loading...
Note Loading...
Set Loading...
Let the no be of the form n = 6 q + r [ ∗ ∗ E u c l i d ′ s D i v i s i o n L e m m a ∗ ∗ ] [ 0 < = r < 6 ]
Then the nos are n = 6 q , 6 q + 1 ........ 6 q + 5 .
hence putting these values in all the cases of n ( n + 1 ) ( n + 2 ) we get a =6 .... Hence a / 1 0 0 = 6 / 1 0 0 = 0 . 0 6