Find the remainder when 6 2 0 1 5 + 8 2 0 1 5 is divided by 49.
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.
Is there a solution which someone studying in 9th standard understand??
You just need to know a little bit of modular arithmetic and its properties, then the answer will be immediate.
Otherwise, you can note the remainders of both the numbers 6 n and 8 n have a cycle of 4 2 , that means every time n is increased by 4 2 , the remainder is still the same, so we just need to find the remainder of 2 0 1 5 when divided by 4 2 , which yields 4 1 . Then refer back to your calculated values of remainder for n = 1 , 2 , 3 , 4 , 5 , … , 4 2 , you will get the answer. But this is still plenty of tedious work.
You can either learn Nick's solution which applies Binomial Expansion and cuts off almost all the terms thus removing plenty of calculation. Or learn an extra step in modular arithmetic called Euler's Theorem which greatly simplifies your working. Or you could just learn basics of modular arithmetic without Euler's Theorem, and you will figure out how to find the remainder, still a little bit tedious and you need patience to work on it, but it's definitely a huge short cut if you don't learn modular arithmetic.
Note that 6 ϕ ( 4 9 ) = 6 4 2 ≡ 1 ( m o d 4 9 ) and 8 ϕ ( 4 9 ) = 8 4 2 ≡ 1 ( m o d 4 9 )
Thus, 6 2 0 1 5 + 8 2 0 1 5 = 6 − 1 + 4 2 ⋅ 4 8 + 8 − 1 + 4 2 ⋅ 4 8 ≡ 6 − 1 + 8 − 1 ( m o d 7 )
However, 6 − 1 ≡ 4 1 ( m o d 4 9 ) and 8 − 1 ≡ 4 3 ( m o d 4 9 )
Thus, 6 − 1 + 8 − 1 ≡ 4 1 + 4 3 ≡ 3 5 ( m o d 7 )
Let's rewrite this sum:
6 2 0 1 5 + 8 2 0 1 5 = ( 7 − 1 ) 2 0 1 5 + ( 7 + 1 ) 2 0 1 5
= ∑ i = 0 2 0 1 5 ( i 2 0 1 5 ) 7 i ∗ ( − 1 ) 2 0 1 5 − i + ∑ j = 0 2 0 1 5 ( j 2 0 1 5 ) 7 j
Notice that for every i ≥ 2 , as well as for every j ≥ 2 , the corresponding terms of the sum will be divisible by 4 9 since it's equal to 7 2 .
Thus, we can write:
∑ i = 0 2 0 1 5 ( i 2 0 1 5 ) 7 i ∗ ( − 1 ) 2 0 1 5 − i + ∑ j = 0 2 0 1 5 ( j 2 0 1 5 ) 7 j ≡
( − 1 ) 2 0 1 5 + 2 0 1 5 ∗ 7 + 1 + 2 0 1 5 ∗ 7 ( m o d 4 9 )
The R H S of the equation equals 2 8 2 1 0 ; this number, divided by 4 9 , yields a remainder of 3 5 , which is the sought solution.
use fermet's theorem......... 6^2015 can be written as 6^(42*6 -1) divided by 49...... 42 is the euler's number of 49 ... and 6 and 49 are the coprimes of each other so the remainder is 1..... rest for the other part of the dividend that is 6^-1 divided by 49..... so, remainder 1 can be written as -48 divided by 49 and multiply it with 6^-1 divided by 49.... by remainder theorem the answer is -8 ..... do the same for the 8^2015 term and u will get the remainder as -6..... so the total remainder is -14.... add to 49.... the even remainder is 35.... hahahaha
Problem Loading...
Note Loading...
Set Loading...
Notice that 6 2 0 1 5 = ( 7 − 1 ) 2 0 1 5 = 2 0 1 5 C 2 0 1 5 7 2 0 1 5 − 2 0 1 5 C 2 0 1 4 7 2 0 1 4 + ⋯ − 2 0 1 5 C 1 7 1 + 2 0 1 5 C 0 7 0
We only have to worry about the last 2 terms since the rest of the terms are divisible by 49.
Similarly, 8 2 0 1 5 = ( 7 + 1 ) 2 0 1 5 = 2 0 1 5 C 2 0 1 5 7 2 0 1 5 + 2 0 1 5 C 2 0 1 4 7 2 0 1 4 + ⋯ + 2 0 1 5 C 1 7 1 + 2 0 1 5 C 0 7 0
Here, we only have to worry about the last 2 terms.
∴ 6 2 0 1 5 + 8 2 0 1 5 ≡ ( 7 1 2 0 1 5 C 1 − 7 0 2 0 1 5 C 0 ) + ( 7 1 2 0 1 5 C 1 + 7 0 2 0 1 5 C 0 ) ( m o d 4 9 ) ≡ 7 ( 2 0 1 5 ) + 7 ( 2 0 1 5 ) ( m o d 4 9 ) ≡ 3 5 ( m o d 4 9 )
(I skipped the last part of the calculation...)