Make a list of prime numbers, using the digits from 0 to 9 exactly once each in the list. What is the minimum sum of all the numbers in such a list? What's the minimum product of all the numbers in such a list?
(In reply to
I think I've covered the possibilities--Computer Aided Solution by Charlie)
Charlie, your programming skills never cease to amaze me. But you overlooked the fact that 2+3 is less than 23 in your sum solution.
2+3+5+67+89+401=567
|
Posted by Eric
on 2005-03-13 18:17:46 |