Number Theory - Find Remainder when dividing by 17

mahk_lolita
Messages
2
Reaction score
0
Number Theory -- Find Remainder .. when dividing by 17

Homework Statement



Find the remainder when 3^24*5^13 is divided by 17.


Homework Equations



I know that 3^24 = 16 (mod 17)
and calculated that 5^13 mod 17 = 3 (mod 17)


The Attempt at a Solution



BUT, I'm completely unsure if I'm able to break up the products and take the modulo 17 of them separately.

What can I do? Help please!
 
Physics news on Phys.org


hey mahk lolita welcome to pf!

you should the information about the remainder of the componenents as follows
3^24 = a.17+16
5^13 = b.17+3
then
3^24*5^13 = (a.17+16)(b.17+3)
 


Thanks, lanedance!
With
(17a+16)(17b+3) = a sum whose parts have 17 as a factor... + 48 = 19 (mod 17.)

19 is the remainder.

So, I guess my question is, just to have a clear understanding, that you <i>can</i> split up the product? And by representing the number 3^24 and some sum (17a+16) and the same with 5^13, the answer will be the same? (Opposed to trying to calculate it directly with some powerful calculator.)
 


yep!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...

Similar threads

Back
Top