Inspired by IdoJava's equations, I wondered whether we can find some minimal solutions for similar problems. So,
For each number [1-9], can you find the minimal combination (ie uses the figure the fewest number of times) which results in a value of 10?
For example,
1+1+1+1+1+1+1+1+1+1 [10] would be a soultion for 1, but
(1+1+1+1+1) × (1+1) [7] would be better, and obviously there are even better solutions
For each number n, you may only use 'n' or '-n' and the four basis operators (+, -, ×, ÷). Oh, and parentheses wher necessary, but no roots or powers (ie. you must use 2×2 rather than 2²)
Some are definitely easy, but some I am struggling to see a short and sweet answer....
I don't have definite answers to these, but had these thoughts while making this:
1. We noted with IdoJava that 6 seemed to be an 'easy' choice for the result, as 6=3!. Is 10 an 'easy' or 'hard' choice and are there types of numbers which are always 'easy'?
2. How much better are the solutions if you include the 'raise to power' operator, ^, and/or the factorial operator, !?
note: there may have been similar questions asked before, so apologies if it has already been done: I did try to search!
Question
Guest
Inspired by IdoJava's equations, I wondered whether we can find some minimal solutions for similar problems. So,
For each number [1-9], can you find the minimal combination (ie uses the figure the fewest number of times) which results in a value of 10?
For example,
1+1+1+1+1+1+1+1+1+1 [10] would be a soultion for 1, but
(1+1+1+1+1) × (1+1) [7] would be better, and obviously there are even better solutions
For each number n, you may only use 'n' or '-n' and the four basis operators (+, -, ×, ÷). Oh, and parentheses wher necessary, but no roots or powers (ie. you must use 2×2 rather than 2²)
Some are definitely easy, but some I am struggling to see a short and sweet answer....
note: there may have been similar questions asked before, so apologies if it has already been done: I did try to search!
Link to comment
Share on other sites
14 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.