Skip to main content

All Questions

10 votes
4 answers
2k views

A Prime Number equation using all nine digits once

Create an equation with the following conditions All numbers must be one or two digit prime numbers You can only use + and - and = No other math operators You must use all the nine (single) digits (...
RogerA's user avatar
  • 6,627
4 votes
2 answers
242 views

Using Prime numbers to get 100 and 1000

Using the digits 1 to 9 exactly once create a set of one or two digit prime numbers. Use those prime numbers and the math operations + - / * and parantheses to get 100. Then use those exact same ...
DrD's user avatar
  • 39.4k
18 votes
4 answers
3k views

Prime to Prime: Get all first 25 Prime Numbers using up to 4 Primes

The first 25 Prime Numbers are 2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97 Using up to 4 prime numbers and the following mathematical operations, get all the 25 primes. + ...
DrD's user avatar
  • 39.4k