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?
I just tried to come up with the smallest numbers that I could and use all the digits.
2, 3, 5, 67, 89, 401
Sum = 567
Product = 40,673,682,630
|
Posted by ken
on 2005-03-13 16:58:36 |