document.write( "Question 1205180: What's the total of one, two, three-digit prime numbers that can be formed using the digits 2, 3, 5 and 7. No digit can be used more than once in a number. \n" ); document.write( "
Algebra.Com's Answer #841825 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "1-digit numbers....
\n" ); document.write( "2, 3, 5, and 7 are all prime numbers.
\n" ); document.write( "ANSWERS: 2, 3, 5, 7

\n" ); document.write( "2-digit numbers....
\n" ); document.write( "A 2-digit number is not prime if the last digit is 2 or 5, so the last digit has to be 3 or 7.
\n" ); document.write( "The possibilities are 23, 27, 53, and 57.
\n" ); document.write( "27 and 57 are not prime because their digit sum is divisible by 3.
\n" ); document.write( "23 and 53 are both prime, by inspection
\n" ); document.write( "ANSWERS: 23, 53

\n" ); document.write( "3-digit numbers....
\n" ); document.write( "Again the last digit can't be 2 or 5; it has to be 3 or 7.
\n" ); document.write( "The 3-digit combinations 2,3,7 and 3,5,7 won't work because the digit sum is divisible by 3.
\n" ); document.write( "The other 3-digit combinations are 2,3,5 and 2,5,7; in each of those combinations neither the 2 nor the 5 can be the last digit, so the possible prime numbers are 253, 523, 257, and 527.

\n" ); document.write( "Assuming we aren't working the problem simply by checking a list of prime numbers, here we have some actual detective work to do to see which if any of these are prime numbers.

\n" ); document.write( "I won't go into details (I leave that for the student); the prime numbers among these are 523 and 257.

\n" ); document.write( "ANSWERS: 257, 523

\n" ); document.write( "Final list of 1-, 2-, or 3-digit prime numbers using digits 2, 3, 5, and 7 without repetition:

\n" ); document.write( "2, 3, 5, 7, 23, 53, 257, 523

\n" ); document.write( "Since \"total\" is not a formal mathematical term, I won't guess what the expected answer is to the given problem. The student can use this list to answer the question, based on his/her interpretation.

\n" ); document.write( "
\n" ); document.write( "
\n" );