Useful for helping with prime factorization trees Enter in your number and the program will divide it by prime numbers (2,3,5,7,11...) until it comes back with a whole number. If the number you entered is prime the program will tell you so. The largest prime the program knows is 99991, for most cases that is more than enough :)
All coding done by me Prime numbers were uploaded from https://www.mathsisfun.com/numbers/prime-number-lists.html