![]() |
|
|
#12 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
if the 7 weren't there I could get 100. as to finding unsolvable ones other than the one given under only multiplication 100=2*2*5*5 =4*5*5 = etc. which translate to any number with three 1's , two 2's, and two 5's is solvable under straight multiplication as is any with four 1's, one 4, and two 5's. etc. edit: and to uau nope but -1^2 = i^4 so we technically are working in powers of them etc.
Last fiddled with by science_man_88 on 2017-06-06 at 11:03 |
|
|
|
|
|
#13 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
There are a few interesting technical questions hidden in the very first half an hour of thinking about coding the problem (and no, unlike last month's problem, for this one there is no way to avoid coding!):
1. Given two digits i and j, how many operations can you do? Well, 4, duh. ...and with the unary minus? You could think of 16, but doing unary minus on j will give redundant results, so maybe it is 8? ... ...and so will unary minus on i, in fact! So it is still 4 - with one huge unary minus operation reserved for the last operation on the whole train of digits. It is equivalent to all the ways of using unary minus operation anywhere else. 2. How many non-redundant ways of applying pairwise operations can you enumerate? Brute-force it would be 720 which is 6! first you can combine any tow digits, 6 ways; then repeat on what's resulting - 5 ways, and so on... but in fact it is much lower, because brute force will count [I](a op b) c (d op e) f g[/I] twice |
|
|
|
|
|
#14 |
|
"Mike"
Aug 2002
25×257 Posts |
|
|
|
|
|
|
#15 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
250516 Posts |
Machine-generated solutions are simultaneously ugly and riveting! ;-)
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| June 2016 | Xyzzy | Puzzles | 16 | 2016-07-07 02:51 |
| June 2015 | Batalov | Puzzles | 10 | 2015-07-07 14:59 |
| LLRnet/PRPnet rally June 4th-6th | gd_barnes | No Prime Left Behind | 61 | 2010-07-30 17:28 |
| Max on the move: vacation June 28/30-July 4 | mdettweiler | No Prime Left Behind | 8 | 2009-07-05 05:20 |
| LLRnet server rally 400<k<1001 June 20-22 | mdettweiler | No Prime Left Behind | 67 | 2008-06-23 15:32 |