2^301 divide by 5, what is the least positive reminder?
Try pattern recognition. \(2^1\) divided by 5: 2 \(2^2\): 4 \(2^3\): 3 \(2^4\): 1 \(2^5\): 2 . . .
So basically, the remainder is 1 for all powers divisible by 4.
300 is divisible by 4, so it would leave a remainder of 1. The series of remainders goes like this: 1, 2, 4, 3, 1, 2, 4, 3. So 2 always comes after 1.
Do you understand?
nope :(
OK, let me explain clearly this time. I was a little messy the last time.
\(2^0\) divided by \(5\) leaves remainder: 1. \(2^1\) divided by \(5\) leaves remainder: 2. \(2^2\) divided by \(5\) leaves remainder: 4. \(2^3\) divided by \(5\) leaves remainder: 3. \(2^4\) divided by \(5\) leaves remainder: 1. \(2^5\) divided by \(5\) leaves remainder: 2. \(2^6\) divided by \(5\) leaves remainder: 4. \(2^7\) divided by \(5\) leaves remainder: 3. \(2^8\) divided by \(5\) leaves remainder: 1.
Do you see how the cycle is repeating? The remainders are coming out to be 1, 2, 4, 3, 1, 2, 4, 3, 1... Also, the remainder comes out to be 1 when the power of 2 is divisible by 4.
So we have come up with a pattern and we can safely say that when the power of 2 is divisible by 4, the remainder is 1! Now 300 is divisible by 4, right? So what would you get as the remainder when you divide \(\large 2^{300}\) by 5?
1
Very good. Now, do you see how the power that comes after the powers divisible by 4 left a remainder of 2?
ya
Look at the pattern. \(2^1\) came right after \(2^0\) and left the remainder of 2. \(2^5\) came right after \(2^4\) and left the remainder of 2.
So what can you say about \(2^{301}\) which comes right after \(2^{300}\)?
reminder is 2
Exactly. Also, if I may ask, what class are you in?
11
can u answer this on the basis of binomial theorem?
can u answer this on the basis of binomial theorem? @ganeshie8
try to write it as (x-1)^n or (x+1)^n and expand
2(65-1)^50
expand
2M(5)-2
\[ 2^{301} = (5-3)^{301} = \sum_{k=0}^{301}5^k(-3)^{n-k} \]The only term which will not be divisible by \(5\) is the one where \(k=0\).
\(\large (x+y)^n = \sum \limits_{k=0}^n \binom{n}{k} x^{n-k}y^k\)
wio has it !
so what is the reminder?
Well, when \(k=0\) you get \[ (-3)^{301} \]
so?
2(65-1)^50 after expanding, you should get : 2[M(5) + 1] right ?
|dw:1397293629465:dw|
Join our real-time social learning platform and learn together with your friends!