asked 124k views
5 votes
Suppose n is odd. find the cube of n and divide it by 4. what possible remainders could occur? check all the possible ones and none of the impossible ones.

1 Answer

4 votes
One way to look at this is to look at the mod 4 remainders of the cubes of 4 consecutive odd numbers.
1³ mod 4 = 1
3³ mod 4 = 3
5³ mod 4 = (5 mod 4)³ = 1³ = 1
7³ mod 4 = (7 mod 4)³ mod 4 = 3³ mod 4 = 3

The only possible remainders when the cube of an odd number is divided by 4 are 1 or 3.
answered
User Pramod Waghmare
by
8.0k points

Related questions

1 answer
1 vote
229k views
asked Mar 22, 2024 158k views
KnightFox asked Mar 22, 2024
by KnightFox
7.9k points
1 answer
4 votes
158k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.