I am having a hard time finding the prime factorization of different numbers. Here is an example: $924=2^2 * 3 *7 *11$
- Are there any shortcuts or tricks that lead to the prime factorization?
- What methods can I use when trying to find prime factorization?
I tried to find the factorization with the factorization tree
924
/ \
3 308
/ \
2 254
/ \
2 127 <-- stuck here
Thanks in advance
Broadly speaking, factorisation is a hard problem (and it is specifically "hard" in a way that enables certain forms of cryptography). However, if you're factoring relatively small numbers, here are some things that can help:
If you want some more complicated tricks, there are a few at the following links: