answersLogoWhite

0


Best Answer

A number is prime if is has exactly two unique positive factors, the number 1 and itself.

E.g. 5, 7 and 11 are all prime numbers. The number 1 is not prime.

However, 15, for example, is not prime because 3 x 5 = 15, i.e. is has more than two factors.

In terms of working out whether or not a given number is prime is more difficult the larger the number.

  • These steps may seem long and difficult, but they are quite easy once you get the hang of it. If all you need to know is whether or not a given number is prime, some of these might save you a lot of brute-force dividing.
  • Does the number (2 or more digits, understood throughout) end in 2, 4, 5, 6, 8 or 0? If so, eliminate it; it is composite. You can divide it evenly by 2 or by 5 or both.
  • Calculate the digital root of the number by adding all the number's digits as if they are individual one-digit numbers*. As soon as you get a two-digit sum, add the digits together. The digital root will be the final one-digit result. Is the digital root 3, 6 or 9? If so, eliminate it; it is composite.
  • If the number has survived the above filters, divide it by 3. If it divides evenly, eliminate it; it is composite.
  • If dividing by 3 leaves a remainder, divide it by 7. If it divides evenly, eliminate it; it is composite. [You don't have to divide by 5, since you have already filtered out its multiples (numbers ending in 5 and 0). And you don't have to divide by 9, because every multiple of 9, however big, will have a digital root equal to 9.]
  • If the number has as a factor any number below 11, you have already eliminated it as composite. If the number has survived this far, you have to divide by odd numbers from 11 and up. You can eliminate odd numbers that have any factor between 3 and 9; you've already eliminated such numbers^. The number could be a composite that has all factors greater than 11.
  • Theoretically, you only have to continue dividing until you reach the integer that is nearest to and less than the square root of the original number. If by that time you have found no evidence that the number can be divided evenly by any integer, then you have a Prime number.

    *The number 3571 is prime, and has a digital root of 7. 3+5= 8; 8+7=15; 15+1=16; and 1+6=7. You can add the digits in any order, and reduce the sum to one digit whenever you want. It will always be the same if you add correctly. Primes will never have a digital root of 3, 6 or 9! This doesn't mean that digital roots of 1, 2, 4, 5, 7 or 8 prove that the number is prime. Composite AND prime numbers can have these digital roots.

    ^So you don't have to divide by 15, since 15 has 3 as a factor. But you do have to divide by 17. You would divide by 11, 13, 17, 19, 23, etc. You would continue until you find a factor, or until you reach the integer closest to and less than (or equal to) the square root of the original number. You might say "Wait! I didn't actually divide by 15. How do I know I have eliminated it?" You have already eliminated 3, and 3 is a factor of 15. So if it can be divided evenly by 15, then you have already divided by 3 and should have gotten no remainder.

    The really hard thing to do, and it may in fact be impossible, is to find a mathematical formula for finding all primesby some method other than brute force. No one has done it yet.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you work out if a number is a prime number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you work out the product of a prime number?

I assume you are asking how do you work out the factors of a prime number. A prime number by definition only has itself and 1 as factors.


How do you work out the prime number of 31?

31 is already a prime number.


Is 135 a prime number and show the work?

There is no work. The only prime number ending in 5 is 5.


How do you work out prime number?

A prime number is only divisible by itself and 1


How can you be sure that they are prime numbers?

The only way to know if a number is prime or not is to try and divide it by every number and if non of them work then it is a prime number


How do you figure out if a number is prime?

Work out if they have any factors, other than the number 1 and themselves. If they do not they are prime.


How do you find Number of prime numbers below certain number?

You just have to work out it,take each number below it and check whether it is prime or not.


How do you work out a prime number?

A prime number is a number which is only divisable by one and itself, for example 2,3,5,7,11,13 However it is essential to remember that 2 is the ONLY even prime number and 1 is not a prime number because it is only divisable by itself prime numbers are mostly odd numbers.


How do you show your work for prime factorization number 45?

456


What is the largest 10 digit prime number?

Work it out dumb455


What is the work for 17 is prime?

17 is a prime number because it has only two factors which are itself and one.


How do you figure out a prime number?

There is no quick way to work out if a number is prime or not, the only way is to see if it can be divided by any numbers that aren't itself or one.