True or false :
( n − 1 ) ( n − 3 ) ( n − 2 ) ( n − 5 ) ( n − 4 ) n is divisible by n + 1 , were n ≥ 5
Clarification : The subscript means number base n . The line above the number means that ( n − 1 ) … are digits of the number.
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.
"Converting to base 10" when nowhere did you convert anything into base 10. The entire thing is still generalized for base n ≥ 6
I have taken n=0 and got something like 0/6=0. As the answer came 0 so I thought it is false.
Log in to reply
Well, n cannot equal 0 as the problem states that n ≥ 5 . Also, if when you divide a by b , and the answer is not a fraction, then a is divisible by b .
As stated Alex G also stated in his(or her, to exonerate myself of sexism) solution , the number is equivalent to:
( n − 4 ) + ( n − 5 ) . n + ( n − 2 ) . n 2 + ( n − 3 ) . n 3 + ( n − 1 ) . n 4
Now , if n + 1 were to divide the given number , n = − 1 must be a solution to the equation :
( n − 4 ) + ( n − 5 ) . n + ( n − 2 ) . n 2 + ( n − 3 ) . n 3 + ( n − 1 ) . n 4 = 0
Plugging in n = − 1 :
− 5 + ( − 6 ) ( − 1 ) + ( − 3 ) ( 1 ) + ( − 4 ) ( − 1 ) + ( − 2 ) ( 1 ) = 0
And thus the number is actually divisible by n + 1 .
Note that the number listed is equivalent to ( n − 1 ) ∗ n 4 + ( n − 3 ) ∗ n 3 + ( n − 2 ) ∗ n 2 + ( n − 5 ) ∗ n + n − 4 Now, we want to know if n+1 divides the given polynomial. To do so, we can use synthetic division. We can do this one of two ways (both of which work.) You can either expand out the polynomial into n 5 − 2 n 3 − n 2 − 4 n − 4 , which either synthetic division or plugging in 1 both prove that n+1 divides the polynomial. The other way (which I initially did) was to keep the coefficients in terms of n (i.e. in the form of the digits shown above). Synthetically dividing that polynomial yields ( n − 1 ) − ( n − 3 ) + ( n − 2 ) − ( n − 5 ) + ( n − 4 ) = n + 1 . Since the remainder is n + 1 when divided by n + 1 , it is clear that n + 1 divides the polynomial.
Woo hoo... Cool... Nice problem, Alex... I love bases! :)
I do too! :) Practically everything I post has to do with bases. I've seen you have a set on bases, could you add this problem and my other base problems to it? I'd link the set in my problems.
Log in to reply
Sure thing... I just added this one... Lemme know any others you'd like me to add... Looking forward to your next quiz! :)
Log in to reply
If you check my profile, there are 3 more questions on bases. Add which ever ones you see fit.
Feel free to add this blurb to the bottom of your quizzes...
Problem Loading...
Note Loading...
Set Loading...
The number is equivalent to:
( n − 4 ) + ( n − 5 ) ⋅ n + ( n − 2 ) ⋅ n 2 + ( n − 3 ) ⋅ n 3 + ( n − 1 ) ⋅ n 4
Taking m o d ( n + 1 ) and using the fact that n = − 1 m o d ( n + 1 ) :
( n − 4 ) + ( n − 5 ) ⋅ − 1 + ( n − 2 ) ⋅ ( − 1 ) 2 + ( n − 3 ) ⋅ ( − 1 ) 3 + ( n − 1 ) ⋅ ( − 1 ) 4 m o d ( n + 1 )
( n − 4 ) − ( n − 5 ) + ( n − 2 ) − ( n − 3 ) + ( n − 1 ) m o d ( n + 1 )
1 + 1 + n − 1 m o d ( n + 1 )
n + 1 m o d ( n + 1 )
0 m o d ( n + 1 )
The number is therefore divisible.