wu :: forums
« wu :: forums - Making 32 from Two 2s »

Welcome, Guest. Please Login or Register.
Apr 25th, 2024, 8:33am

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   easy
(Moderators: ThudnBlunder, william wu, towr, Eigenray, Grimbal, Icarus, SMQ)
   Making 32 from Two 2s
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: Making 32 from Two 2s  (Read 9040 times)
william wu
wu::riddles Administrator
*****





   
WWW

Gender: male
Posts: 1291
Making 32 from Two 2s  
« on: Nov 16th, 2002, 6:53pm »
Quote Quote Modify Modify

Create the number 32 using the number "2" only twice. You may use only the following operators: ., +, -, *, /, sqrt()
 
 
 
Note 1: What is a "." operator you ask?
 
Prepend a number x with a "." to make .x, such that .(3) --> .3  
Also, you can concatenate two numbers x and y with the ".", such that .(5,3) = 5.3
(yes, this is a very strange operator so obviously it's pretty useful toward arriving at a solution  Roll Eyes )
 
 
Note 2: The answer does not necessarily involve a number system other than base 10.
 
 
Note 3: Writing credits to Anwis Das.
 
 
// UPDATE 9:00 PM 11/17/2002
Removed the following functions: sin(), cos(), tan(), floor(), ceiling().  
« Last Edit: Nov 17th, 2002, 7:46pm by william wu » IP Logged


[ wu ] : http://wuriddles.com / http://forums.wuriddles.com
SWF
Uberpuzzler
*****





   


Posts: 879
Re: Making 32 from Two 2s  
« Reply #1 on: Nov 17th, 2002, 12:31pm »
Quote Quote Modify Modify

The "." operator is unnecessary (as is the second 2):
_______Spoiler________________

 
There are many ways to get 32 using these functions.  Here are a couple:
 
With two 2's:
 
32=floor(tan(
   sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(2)))))))))))
   +sin(sin(sin(sin(sin(sin(sin(2)))))))   ))
 
With only one 2:
 
32= ceiling(tan(tan(sqrt(sqrt(sqrt(sqrt(sqrt(
 sin(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(
 sin(2))))))))))))))))))
 
 
With enough nested square roots and sines inside of tan(tan()), I believe one could get arbitrarily close to 32 using only one 2.

____________________________
IP Logged
william wu
wu::riddles Administrator
*****





   
WWW

Gender: male
Posts: 1291
Re: Making 32 from Two 2s  
« Reply #2 on: Nov 17th, 2002, 7:49pm »
Quote Quote Modify Modify

Ok, I removed a whole bunch of functions from the palette now. I think they were intended to be red herrings, but as you've shown, it didn't work out that way Smiley
IP Logged


[ wu ] : http://wuriddles.com / http://forums.wuriddles.com
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: Making 32 from Two 2s  
« Reply #3 on: Nov 18th, 2002, 1:22am »
Quote Quote Modify Modify

hmm.. if you had a two argument root-operator instead of sqrt, you could do root(2, .2) (which is 2^(1/0.2) = 32)
 
Since you only have 2 numbers, and +, -, *, / use two argument you can only use one of those once. I don't think using . more than once on one number makes any sense (what would ..2 be?)
 
So unless it's a trick solution like 31+2/2 (only two 2s) I don't see it whithout at least some of those other operators..
IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
william wu
wu::riddles Administrator
*****





   
WWW

Gender: male
Posts: 1291
Re: Making 32 from Two 2s  
« Reply #4 on: Nov 18th, 2002, 3:38am »
Quote Quote Modify Modify

Yea towr, that was the intended solution. But sqrt() is misleading because it means square root. On paper, Anwis just wrote the radical sign for me, but I never figured to put a .2 into the left-hand side of the radical ... I guess it's cheating. And a two-argument root-operator would probably make the problem too obvious. Scratch this problem.
IP Logged


[ wu ] : http://wuriddles.com / http://forums.wuriddles.com
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: Making 32 from Two 2s  
« Reply #5 on: Nov 18th, 2002, 8:15am »
Quote Quote Modify Modify

well, you don't necessarily have to specify it's a two-argument root-operator.
You could also scan it (or use a graphics program) and show the image.
 
Its a nice problem aside from the problems found..
 
If you only remove the tan() from the original problem I don't think there are any other solutions either, since tan is the only operator that can make the number sufficiently larger, aside from root. You could even include log and powers i think.. (probably not exp though)
IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
william wu
wu::riddles Administrator
*****





   
WWW

Gender: male
Posts: 1291
Re: Making 32 from Two 2s  
« Reply #6 on: Nov 18th, 2002, 12:30pm »
Quote Quote Modify Modify

Hmm ... yeah I thought about that but, I dunno. If I just display the image of a radical, doesn't not having any number in the left-hand side of the radical imply that it must be a square root?
IP Logged


[ wu ] : http://wuriddles.com / http://forums.wuriddles.com
Jeremiah Smith
Full Member
***



Beep!

   


Posts: 172
Re: Making 32 from Two 2s  
« Reply #7 on: Nov 18th, 2002, 1:07pm »
Quote Quote Modify Modify

Maybe you could specify that you're allowed to use non-square bases as the radix.
IP Logged
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: Making 32 from Two 2s  
« Reply #8 on: Nov 18th, 2002, 1:36pm »
Quote Quote Modify Modify

hmm.. I think you may be right about the 'blank' radical having to be the square root..
 
Mathematical notation allways tends to be unambiguous, which is of course its purpose. So writing everything out on the other hand might help obfuscate the solution sufficiently..  
 
You could perhaps phrase it as "you can use addition, subtraction, multiplication, division, powers, roots, sine, cosine, ceiling (rounding up) and floor (rounding down). Aside from that you can also use the . operator which works in a way that .(3) = .3 and .(5,3) = 5.3"
 
« Last Edit: Nov 18th, 2002, 1:37pm by towr » IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
Tarazik
Guest

Email

Re: Making 32 from Two 2s  
« Reply #9 on: Nov 28th, 2002, 7:39pm »
Quote Quote Modify Modify Remove Remove

k, what about if you forget all the extremely complicated math and look at the wording....
 
Create the number 32 using the number "2" only twice
 
it says nothing about other numbers....
 
how about 2+12+18? that is techincally only using the number two twice?
 
Or....if you argue that you can't use other numbers, what if you took one number two
 
2
 
and then took the second two, flipped it so it was backwards and upside down and looked like a 5, and used it as a exponent?
 
25=32
 
just some thoughts....
IP Logged
Jeremiah Smith
Full Member
***



Beep!

   


Posts: 172
Re: Making 32 from Two 2s  
« Reply #10 on: Dec 1st, 2002, 4:38pm »
Quote Quote Modify Modify

on Nov 28th, 2002, 7:39pm, Tarazik wrote:
Create the number 32 using the number "2" only twice
 
it says nothing about other numbers....
 
how about 2+12+18? that is techincally only using the number two twice?

 
Doing that would make the riddle so trivial as to be pointless :/
IP Logged
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: Making 32 from Two 2s  
« Reply #11 on: Dec 2nd, 2002, 1:22am »
Quote Quote Modify Modify

well, not totally pointless..
If an answer to a riddle is too obvious most people won't think it's the right answer..
IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
Jeremiah Smith
Full Member
***



Beep!

   


Posts: 172
Re: Making 32 from Two 2s  
« Reply #12 on: Dec 2nd, 2002, 10:28am »
Quote Quote Modify Modify

I dunno. Riddles usually involve some mental leap of brilliance, and I dislike puzzles where the mental leap consists of nothing more than "Hey, let's try the obvious answer!" Obvious answers are often bad riddles, in my humble opinion.
IP Logged
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: Making 32 from Two 2s  
« Reply #13 on: Dec 2nd, 2002, 11:02am »
Quote Quote Modify Modify

I guess that's true often enough..
 
another way to look at the problem, digital numbering:
  _  _         _  _ 
 _| _|        _| _|
|_ |_   =>    _||_
though I guess that's without using any of the named operators :p
« Last Edit: Dec 2nd, 2002, 11:05am by towr » IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board