54/N = 13 with some R
When thinking about remainders, let's start simple:
2/2 = 1 R0
3/2 = 1 R1
4/2 = 2 R0
5/2 = 2 R1
We observe that when dividing by 2 the remainder is either 0 or 1
in other words any whole number less than 2
Let's choose a bigger divisor:
10/5 = 2 R0
11/5 = 2 R1
12/5 = 2 R2
13/5 = 2 R3
14/5 = 2 R4
15/5 = 3 R0
We observe that when dividing by 5 the remainder is 0,1,2,3, or 4
OR in other words any whole number less than 5
Using this pattern, what do you think is true about the remainder when dividing by any positive integer?
R will be a whole number less than N
R<N
R∈ {0,1,2,...,N-1}
**recall the the WHOLE number set is the set of zero and positive integers
Now, consider when the quotient is 13. N must be less than 5, which will impact R (it must be less than 4) now consult with the other two tutor's posts! Good luck to you!