Hello everyone. I am here to present a brand new way to solve for primes (unless someone else discovered this and claimed ownership before me. It's called the In the world of math every composite number is made of the numbers 2, 3, 5, and 7. So, if you want to find out if a number is prime, you first divide it by 2. If it divides evenly, then it's composite. If not, you move on to dividing by 3 and repeat the same steps until you reach 7. If all four do not divided evenly, then the number is prime. See inside to learn more.
I built this using my own prime solving method. After inventing it, I discovered that I was just adding on the the Fundamental Theorem of Arithmetic. Search it up. IT r