What is the remainder when ( 8 1 0 1 + 4 1 0 1 + 2 1 0 1 + 1 ) is divided by ( 2 1 0 0 − 1 ) ?
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.
Excellent :D
Log in to reply
Thanks. c:
Log in to reply
Not bad Kunal.
Oh my god! How on Earth did you spot this? Excellent work! :D
Excellent .
Log in to reply
Thank you. c:
brilliant!!!!!!!
amazing solution!
(8^{101} + 4^{101} + 2^{101} + 1) / 2^{100} - 1 =( 8(8^100) + 4(4^100) + 2(2^100) + 1)/2^{100} - 1. Let x = 2^100, so ----> (8x^3 + 4x^2 + 2x + 1)/ x - 1. By Remainder Theorem ---> 8(1)^3 + 4(1)^2 + 2(1) +1 = 15 answer
a=2^100, A=a-1, B=8a^3+4a^2+2a+1; B/A do the division, reminder would be 15.
Problem Loading...
Note Loading...
Set Loading...
S o y e s t h i s i s n o t a N u m b e r T h e o r y q u e s t i o n . W e l e t x = 2 1 0 0 O u r d i v i s o r = g ( x ) = x − 1 N o w t h e p o l y n o m i a l t o d i v i d e : − p ( x ) = 8 1 0 1 + 4 1 0 1 + 2 1 0 1 + 1 = 8 . 8 1 0 0 + 4 . 4 1 0 0 + 2 . 2 1 0 0 + 1 = 8 x 3 + 4 x 2 + 2 x + 1 U s i n g R e m a i n d e r t h e o r e m , w e p u t x = 1 ∴ p ( 1 ) = 8 . 1 3 + 4 . 1 2 + 2 . 1 + 1 = 8 + 4 + 2 + 1 = 1 5