A Problem for Geoff Pilling

True or false :

( n 1 ) ( n 3 ) ( n 2 ) ( n 5 ) ( n 4 ) n \overline{(n-1)(n-3)(n-2)(n-5)(n-4)}_n is divisible by n + 1 n+1 , were n 5 n \geq 5

Clarification : The subscript means number base n n . The line above the number means that ( n 1 ) (n-1)\ldots are digits of the number.


Inspiration .

Try more questions on Bases .
True False

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.

4 solutions

Alex G
Apr 29, 2016

The number is equivalent to:

( n 4 ) + ( n 5 ) n + ( n 2 ) n 2 + ( n 3 ) n 3 + ( n 1 ) n 4 (n-4) + (n-5) \cdot n + (n-2) \cdot n^2 + (n-3) \cdot n^3 +(n-1) \cdot n^4

Taking m o d ( n + 1 ) \mod {(n+1)} and using the fact that n = 1 m o d ( n + 1 ) n = -1\mod {(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) \cdot -1 + (n-2) \cdot {(-1)}^2 + (n-3) \cdot {(-1)}^3 +(n-1) \cdot {(-1)}^4 \mod {(n+1)}

( n 4 ) ( n 5 ) + ( n 2 ) ( n 3 ) + ( n 1 ) m o d ( n + 1 ) (n-4) - (n-5) + (n-2) - (n-3) +(n-1) \mod {(n+1)}

1 + 1 + n 1 m o d ( n + 1 ) 1 + 1 + n - 1 \mod{(n+1)}

n + 1 m o d ( n + 1 ) n+1 \mod{(n+1)}

0 m o d ( n + 1 ) 0 \mod{(n+1)}

The number is therefore divisible.

"Converting to base 10" when nowhere did you convert anything into base 10. The entire thing is still generalized for base n 6 n \geq 6

Kyle Coughlin - 5 years, 1 month ago

Log in to reply

Reliable as always Kyle :P

Alex G - 5 years, 1 month ago

I have taken n=0 and got something like 0/6=0. As the answer came 0 so I thought it is false.

Pushan Paul - 5 years, 1 month ago

Log in to reply

Well, n n cannot equal 0 0 as the problem states that n 5 n \geq 5 . Also, if when you divide a a by b b , and the answer is not a fraction, then a a is divisible by b b .

Alex G - 5 years, 1 month ago
Arian Tashakkor
Apr 30, 2016

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 (n-4) + (n-5).n + (n-2) . n^2 + (n-3) . n^3 + (n-1).n^4

Now , if n + 1 n+1 were to divide the given number , n = 1 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 (n-4) + (n-5).n + (n-2) . n^2 + (n-3) . n^3 + (n-1).n^4 = 0

Plugging in n = 1 n=-1 :

5 + ( 6 ) ( 1 ) + ( 3 ) ( 1 ) + ( 4 ) ( 1 ) + ( 2 ) ( 1 ) = 0 -5 + (-6)(-1) + (-3)(1) + (-4)(-1) + (-2)(1) = 0

And thus the number is actually divisible by n + 1 n+1 .

Kyle Coughlin
Apr 29, 2016

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 (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 n^5-2n^3-n^2-4n-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 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 (n-1)-(n-3)+(n-2)-(n-5)+(n-4)=n+1 . Since the remainder is n + 1 n+1 when divided by n + 1 n+1 , it is clear that n + 1 n+1 divides the polynomial.

Geoff Pilling
Apr 30, 2016

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.

Alex G - 5 years, 1 month ago

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! :)

Geoff Pilling - 5 years, 1 month ago

Log in to reply

If you check my profile, there are 3 more questions on bases. Add which ever ones you see fit.

Alex G - 5 years, 1 month ago

Log in to reply

@Alex G Done! Did I miss any?

Geoff Pilling - 5 years, 1 month ago

Feel free to add this blurb to the bottom of your quizzes...


Try more questions on Bases

Geoff Pilling - 5 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...