Using only multiplication, division, addition, subtraction, and parentheses (and no logarithms or exponents or any other kind of operation), is it possible to express each of the first seventy positive integers with exactly seven sevens? (You may use two sevens to make 77 but otherwise concatenation is not allowed.)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
1 0 2 = 7 7 + 7 + 7 + 7 7 7 .
Great! Okay, here's the next 3 0 , with the blank ones more that I couldn't find:
101 | 7 ( 7 + 7 ) + 7 7 + 7 + 7 | 111 | 7 ( 7 + 7 ) + 7 + 7 − 7 7 | 121 | 7 7 7 7 + 7 7 − 7 |
102 | 7 7 + 7 + 7 + 7 7 7 | 112 | 7 ( 7 + 7 ) + 7 + 7 − ( 7 − 7 ) | 122 | 7 7 7 7 + 7 7 7 |
103 | 7 ( 7 + 7 ) + 7 − 7 7 + 7 | 113 | 7 ( 7 + 7 ) + 7 + 7 + 7 7 | 123 | 7 7 7 7 + 7 7 + 7 |
104 | 7 ( 7 + 7 ) + 7 7 ⋅ 7 − 7 | 114 | 7 7 7 7 + 7 + 7 + 7 | 124 | 7 7 + 7 ⋅ 7 − 7 7 + 7 |
105 | 7 ( 7 + 7 ) + 7 + ( 7 − 7 ) ⋅ 7 | 115 | 7 7 7 7 + 7 7 − 7 | 125 | 7 ( 7 7 7 + 7 ) − 7 7 |
106 | 7 ( 7 + 7 ) + 7 7 ⋅ 7 + 7 | 116 | 7 7 7 7 − 7 − 7 + 7 | 126 | 7 ( 7 + 7 ) + 7 + 7 + 7 + 7 |
107 | 7 ( 7 + 7 ) + 7 + 7 7 + 7 | 117 | 7 7 7 7 + 7 − 7 7 | 127 | 7 ( 7 7 7 + 7 ) + 7 7 |
108 | ( 7 − 7 7 ) ( 7 7 7 + 7 ) | 118 | 7 7 7 7 + 7 + ( 7 − 7 ) | 128 | 7 7 7 ⋅ 7 7 7 + 7 |
109 | 7 7 7 7 − 7 7 + 7 | 119 | 7 ( 7 + 7 + 7 7 + 7 + 7 ) | 129 | 7 7 7 7 + 7 7 + 7 |
110 | 7 7 7 ( 7 7 7 − 7 ) | 120 | 7 7 7 7 + 7 + 7 + 7 | 130 |
Can anyone find any of these blanks?
1 2 5 = 7 ( 7 7 7 + 7 ) − 7 7
Similarly, 1 2 7 = 7 ( 7 7 7 + 7 ) + 7 7
Also, your expression for 117 is incorrect. You probably meant 1 1 7 = 7 7 7 7 + 7 − 7 7 .
Thanks @Sam Zhou ! I updated the chart.
I also found 1 2 4 = 7 7 + 7 ⋅ 7 − 7 7 + 7 and 1 1 5 = 7 7 7 7 + 7 7 − 7 .
Tchisla: Головоломка с числами — HORIS INTERNATIONAL LIMITED. See this app in AppStore.
Problem Loading...
Note Loading...
Set Loading...
One strategy is to first express the number's closest multiple of seven with the least sevens, then add or subtract the difference with the least sevens, and use the remaining sevens to add zero (or put them in the expression without changing the value). For example, for 1 6 , the closest multiple of seven is 1 4 , which is 7 + 7 , the difference between 1 6 and 1 4 is 2 , which is 7 7 + 7 , which leaves two sevens leftover, which can make zero by 7 − 7 , so that 1 6 = 7 + 7 + 7 7 + 7 + ( 7 − 7 ) .
Unfortunately the numbers 2 5 , 3 1 , 3 2 , 3 8 , 6 0 , and 6 6 need more than seven sevens for this strategy, but using a little bit of creativity a result can still be found.
Here is a list of the first 1 0 0 positive integers expressed with seven sevens:
The smallest positive integer that I could not express with seven sevens was 1 0 2 . Please comment below if you can do it, or prove that it can't be done!