You are given a task to form 6-digit prime numbers using the digits 1-6 once. How many prime numbers can you make?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
any number is considered prime when it has only two factors ie. 1 and the number itself. when we use the given digits, we find that the sum of the digits is 21 which is divisible by 3. hence no matter how many numbers you form with the given digits, it will always sum up to 21 and be a composite numberr