I got stuck finding prime factors of 5304. I have noticed that I repeatedly get stuck finding prime factors of "awkward" numbers, and it seems that its pretty common on advanced questions 650+....is there a short cut that you guys recommend?
5304 -From the first glance, one can tell that the number is divisible by 3(sum of digits 5+3+4 is divisible by 3) and by 8 (The number formed with the last 3 digits -304 is divisible by 8). So, we know that 5304 = n*3*8 where n is a positive integer
5304 = n*3*8
1768 = n*8 (Divide both sides by 3)
221 = n (Divide both sides by 8)
Is 221 a prime number ?
196<221<225, 14^2<221<15^2.So you got to check if 221 is divisible by any number less than 15. Yes it is, divisible by 13(221=13*17). If you already know that 13 and 17 are prime numbers, you can stop here, else you can check if the numbers 13 and 17 are prime.
9<13<16, 3^2<13<4^2. So you got to check if 13 is divisible by any number less than 4, and No, there is no number which is a factor of 13.
16<17<25, 4^2<17<5^2. So you got to check if 17 is divisible by any number less than 4, and No, there is no number which is a factor of 17.
5304 = 3*8*13*17. So, 3,8,13,and 17 are prime factors of 5304.
p.s: Do you know that the largest KNOWN prime number is 2^(43,112,609)-1












