Given:
* t is a positive integer
* t is not divisible by 5 OR t/5 doesn't equal a whole number
Rephrasing of the question:
How many possible different remainders can t^4 have when it is divided by 5?
OR
Find all the possible remainders of t^4/5 and how many of them are they?
Applicable number properties:
* All multiples of 5 have ones place digits of 5 or 0.
* 1-4 & 6-9 are the set of possible ones place digits not divisible by 5.
Ones place digits for integers (not 5) to the 4th power:
- Ones place digit for 1^4 = 1
- Ones place digit for 2^4 = 6
- Ones place digit for 3^4 = 1
- Ones place digit for 4^4 = 6
- Ones place digit for 6^4 = 6
- Ones place digit for 7^4 = 1
- Ones place digit for 8^4 = 6
- Ones place digit for 9^4 = 1
Thus, all possible remainders for t^4/5 will have a ones place digit of 6 or 1 and because all multiples of 5 end in 5 or 0, we can conclude that all remainders of t^4/5 will have a remainder of 1 because all numbers with a ones digit place of 6 or 1 to be divided by 5 will have 1 as the remainder.
Answer is A, just the
one single remainder answer.