You can build as many numbers as you like: just pick three primes and repeat them as required.
The only caution is that you have to pick large enough primes to make sure that the result is larger than 1000.
Since
, it is enough that the prime repeating three times is larger than 10.
So, for example, we can pick
- 2, not repeating
- 3, repeating twice
- 11, repeating 3 times
The result is

700 calories
1750 divided by 5 is 350
multiply that by two and you get 700
14^(7x) = 17^(-8-x)
Take the log of both sides:
7x*log 14 = -(8+x)*log 17, or 7x^log 14 = -8*log 17 - x*log 17.
Grouping the x terms, we get x(7*log 14 + log 17)= -8*log 17
Then:
-8*log 17
x= -------------------------- (answer)
7*log 14 + log 17