All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Pretty Potent Primes IV (Posted on 2010-10-26) Difficulty: 3 of 5
Make a list of distinct prime numbers, using the hexadecimal digits 1,3, 5, 7, 9, B, D, F 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?

Bonus Question:

Make a list of distinct prime numbers, using the hexadecimal digits from 1 to F 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?

Note: Think of this problem as an extension of Pretty Potent Primes.

No Solution Yet Submitted by K Sengupta    
Rating: 3.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Some Thoughts candidate for part 1 | Comment 1 of 2

2+3+5+7+BF+91D = 9ED

The UBASIC immediate mode playing around leading to this:

b=11
OK
d=13
OK
f=15
OK
bs=16
OK
x1=bs*b+f:?x1,prmdiv(x1)
 191     191
OK
x2=bs*9+d:?x2,prmdiv(x2)
 157     157
OK
x3=bs^2*9+bs*1+d:?x3,prmdiv(x3)
 2333    2333
OK
?2+3+5+7+x1+x3
 2541
OK
?2541\16,2541 @ 16
 158     13
OK
?158\16,158 @ 16
 9       14
OK

 


  Posted by Charlie on 2010-10-26 17:59:58
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (17)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information