Given the sequence a n = 6 n + 8 n (for positive integers n ), what is the remainder of a 8 3 upon division by 4 9 ?
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.
Since gcd( 6 , 4 9 ) = gcd( 8 , 4 9 ) = 1 , Euler's theorem yields
6 ϕ ( 4 9 ) ≡ 1 (mod 4 9 ) and 8 ϕ ( 4 9 ) ≡ 1 (mod 4 9 ),
where ϕ ( 4 9 ) = 4 9 ( 1 − 7 1 ) = 4 2 . Therefore,
( 6 4 2 ) 2 = 6 8 4 ≡ 1 (mod 4 9 ) ⇒ 8 ⋅ 6 8 4 = 4 8 ⋅ 6 8 3 ≡ 8 (mod 4 9 ) ⇒ 6 8 3 ≡ − 8 (mod 4 9 ),
and
( 8 4 2 ) 2 = 8 8 4 ≡ 1 (mod 4 9 ) ⇒ 6 ⋅ 8 8 4 = 4 8 ⋅ 8 8 3 ≡ 6 (mod 4 9 ) ⇒ 8 8 3 ≡ − 6 (mod 4 9 ).
Combining the last two results we finally obtain
a 8 3 = 6 8 3 + 8 8 3 ≡ − 8 − 6 (mod 4 9 ) ≡ 3 5 (mod 4 9 ).
a 8 3 = 6 8 3 + 8 8 3 = ( 7 − 1 ) 8 3 + ( 7 + 1 ) 8 3
Can be expanded using binomial theorem
\[ \begin{array}{cccccccr} &&\bigg( \binom{83}{0}7^{83}\cdot(-1)^{0} & + \cancel{ \binom{83}{1}7^{82}\cdot(-1)^{1}} &+ \binom{83}{2}7^{81}\cdot(-1)^{2} &+ \cancel{\binom{83}{3}7^{80}\cdot(-1)^{3}} &+ \ldots &+ \binom{83}{82}7^{1}\cdot(-1)^{82} &+ \cancel{\binom{83}{83}7^{0}\cdot(-1)^{83}} \bigg)
\\ &+&\bigg( \binom{83}{0}7^{83}\cdot(1)^{0} &+ \cancel{\binom{83}{1}7^{82}\cdot(1)^{1}} &+ \binom{83}{2}7^{81}\cdot(1)^{2} & + \cancel{\binom{83}{3}7^{80}\cdot(1)^{3}} &+ \ldots &+ \binom{83}{82}7^{1}\cdot(-1)^{82} &+ \cancel{\binom{83}{83}7^{0}\cdot(1)^{83}} \bigg)
\\ \hline
\\ &&\bigg( 2 \cdot \binom{83}{0}7^{83}\cdot(-1)^{0} & &+ 2\cdot \binom{83}{2}7^{81}\cdot(-1)^{2} & &+ \ldots &+ 2 \cdot \binom{83}{82}7^{1}\cdot(-1)^{82} &\bigg)
\end{array}\]
All the odd powers cancel and twice of even remain. Form that 7 2 can be factored out with remainder in Blue
⟹ 7 2 ⋅ ( 2 ⋅ ( 0 8 3 ) 7 8 3 − 2 ⋅ ( − 1 ) 0 + 2 ⋅ ( 2 8 3 ) 7 8 1 − 2 ⋅ ( − 1 ) 2 + … + 2 ⋅ ( 8 0 8 3 ) 7 3 − 2 ⋅ ( − 1 ) 8 2 ) + 2 ⋅ ( 8 2 8 3 ) 7 1 ⋅ ( − 1 ) 8 2
2 ⋅ ( 8 2 8 3 ) 7 1 ⋅ ( − 1 ) 8 2 = 2 × 8 3 × 7 × 1 = 1 1 6 2 ≡ 3 5 ( m o d 4 9 )
The goal is to compute the residue of:
6 8 3 + 8 8 3 ( m o d 4 9 ) .
First, compute ϕ ( 4 9 ) = 7 2 − 7 1 = 4 2 . Then, apply Euler's Theorem :
6 8 3 + 8 8 3 ≡ 6 4 1 + 8 4 1 ( m o d 4 9 ) .
The residues can be found using the method of repeated squares. Find the binary representation of 41:
4 1 1 0 = 1 0 1 0 0 1 2 .
Then compute the residues of the repeated squares:
k 0 1 2 3 4 5 6 2 k ( m o d 4 9 ) 6 3 6 2 2 4 3 3 6 2 2 8 2 k ( m o d 4 9 ) 8 1 5 2 9 8 1 5 2 9
Then, simplify the congruence:
6 4 1 + 8 4 1 ≡ ( 6 2 5 ) ( 6 2 3 ) ( 6 2 0 ) + ( 8 2 5 ) ( 8 2 3 ) ( 8 2 0 ) ( m o d 4 9 ) ≡ ( 2 2 ) ( 4 3 ) ( 6 ) + ( 2 9 ) ( 8 ) ( 8 ) ( m o d 4 9 ) ≡ 4 1 + 4 3 ( m o d 4 9 ) ≡ 3 5 .
Problem Loading...
Note Loading...
Set Loading...
Since we are searching for the remainder upon dividing by 49, we will rewrite our expression as following:
a 8 3 = 6 8 3 + 8 8 3 = ( 7 − 1 ) 8 3 + ( 7 + 1 ) 8 3
After simplifying most of the terms will be equivalent to 0 by module 49 and we get:
( 7 − 1 ) 8 3 + ( 7 + 1 ) 8 3 ≡ ( 8 2 8 3 ) ∗ 7 − 1 + ( 8 2 8 3 ) ∗ 7 + 1 ≡ 2 ∗ 7 ∗ 8 3 ≡ 3 5 ( m o d 4 9 )