You are not logged in.
Pages: 1
here's an interesting puzzle (no idea what difficulty level this would be.)
the idea is to create 10 different expressions each totaling 12, using 5 of the same digit (so 5 0's, 5 1's, 5 2's, 5 6's, 5 5's, 5 7's 5 8's and 5 9's)
rules:
1)you have to use EXACTLY 5 of that number no more no less
2)you can't use any other numbers (e.g.
would add a 2 you can't do that)3) you can use any arithmetic symbols, the √ symbol (since it has no number on it) and factorial (!)
4) you can also use decimal point and recurring sign (e.g. 8 = 8/10 and 8(recurring) = 8/9
5) you can't put two(or more) numbers together (e.g. you can put two 5's together to get 55 and you can't do 55 =55/10
6) you can also use brackets
there may be multiple solutions to some of them:D
heres the first one to start you off
EDIT the following solution is invalid since it works for all digits (except 0)
D/D + ((D+D)/D)
any other such solution is also invalid
Last edited by wintersolstice (2013-09-13 02:34:33)
Why did the chicken cross the Mobius Band?
To get to the other ...um...!!!
Offline
Hi;
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
That is the one the program I wrote could not get!
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Far too complex for it, I suppose! Took me a while to see it, though, as I was going for trickier combinations, thinking that 7 is a bit awkward to change into something usable.
Here's another that works for all digits, making it invalid:
Last edited by phrontister (2013-09-14 15:38:30)
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Hi Bobby,
That is the one the program I wrote could not get!
Got any hints as to how to go about creating such a program? My mind went blank when I started trying to think up something.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Hi;
I know of at least one other. It is more automatic than mine but since it was written by someone else I do not understand it well enough to modify.
I am looking for it and will post it as soon as I get it.
http://blog.wolfram.com/2012/02/02/happy-109876-54321/
At the bottom is the link to a notebook that can do them.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Thanks for that, Bobby.
I've read through the nb but will have to repeat that a few times before I can understand it well enough to try anything out. Of course, I'm wondering too how to include operators other than just those used there, but I guess I'd just add them to the 'ops' list.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Yep, that is what I would try first! Play with it a bit.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes, I will.
Catch you later (bed for me now).
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Have a good night and see you back here later.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Offline
Pages: 1