Remainder After Division Problem

Click For Summary

Homework Help Overview

The problem involves finding the remainder when the expression (-8)^4124 + 6^3101 + 7^5 is divided by 3. The discussion centers around modular arithmetic and the properties of exponents in relation to division by 3.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the remainders of each term when divided by 3, with some questioning the validity of simply adding the remainders. There is also discussion about how to correctly compute the remainder for -8 raised to an even power.

Discussion Status

Some participants have provided hints and clarifications regarding the calculation of remainders, while others express confusion about the method of summing the remainders. Multiple interpretations of the approach to the problem are being explored.

Contextual Notes

There is mention of using the Binomial Theorem and the properties of powers in the context of modular arithmetic, as well as references to external tools like Wolfram for verification of results.

ribbon
Messages
38
Reaction score
0

Homework Statement


(-8)^4124 + 6^3101 + 7^5 is divided by 3.


Homework Equations





The Attempt at a Solution


My original insight was that 6 raised to any power is always divisible by 3.
7 raised to any power yields a remainder of 1 when divided by 3.
and the remainder from -8 raised to a power alters from -2 (when exponent is odd) to 1 (when exponent is even.

So in my problem the first term leaves a remainder 1, the 2nd term no remainder and the final term remainder 1. What I am confused by, is how is this all effected when we add the numbers? My immediate intuition would tell me to add the remainders but I am sure that is incorrect.
 
Physics news on Phys.org
ribbon said:

Homework Statement


(-8)^4124 + 6^3101 + 7^5 is divided by 3.


Homework Equations





The Attempt at a Solution


My original insight was that 6 raised to any power is always divisible by 3.
7 raised to any power yields a remainder of 1 when divided by 3.
and the remainder from -8 raised to a power alters from -2 (when exponent is odd) to 1 (when exponent is even.

So in my problem the first term leaves a remainder 1, the 2nd term no remainder and the final term remainder 1. What I am confused by, is how is this all effected when we add the numbers? My immediate intuition would tell me to add the remainders but I am sure that is incorrect.

Why do you think it is incorrect? :smile:


ehild
 
You need to calculate ((-8)^4124 + 6^3101 + 7^5) mod 3.

You've already found that 6 mod 3 = 0 and 7 mod 3 = 1, but you haven't found -8 mod 3 correctly. Remember: you are trying to write -8 as 3n + k, where n is an integer (possibly negative) and k = 0, 1 or 2.
 
Thanks for the hint! I am still a little bit confused, according to Wolfram the remainder is 2 indeed the sum of the remainder from each of the divisions separately..


-8^4124 /3 --> r= 1
6^3101 /3 --> r= 0
7^5 /3 --> r =1

1+0+1 =2

Was this a fluke or is this actually the consistent method?
 
ribbon said:
Thanks for the hint! I am still a little bit confused, according to Wolfram the remainder is 2 indeed the sum of the remainder from each of the divisions separately.. -8^4124 /3 --> r= 1
6^3101 /3 --> r= 0
7^5 /3 --> r =1

1+0+1 =2

Was this a fluke or is this actually the consistent method?

-8=-9+1. (-8)n=(-9+1)n. According to the Binomial Theorem, any positive integer power of -8 contains terms divisible by 9 except the last one which is the power of 1.
7=6+1. Again, any positive integer power 7n=(6+1)n contains terms divisible by 6, except the last one, which is 1.

Adding up terms divisible by three, the sum is also divisible by three. And you have the two "1" terms to add. ehild
 
Thanks ehild!
 
Answer : 2
First of all remove - sign from the first term as it is to the even power.
You'll get (9-1)^4124 Now the only term which is independent of 9 in the binomial series expansion will be (-1)^1024 which gives remainder 1 .
Second Term is divisible .Remainder 0
Write third term as (6+1)^5 .From here again you'll get remainder 1.
ADD THE Remainders : 1+0+1 = 2 (ANSWER)
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
1
Views
934
  • · Replies 5 ·
Replies
5
Views
5K