W O N D E R F U L = O O D D F
In the above cryptogram if each distinct letter represents a distinct positive digit , Find the value of W × L .
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.
At first I failed to see the logic in "the second number must also be a 2 as it is a O, which means W = 5" as if OODDF were 22113 the squared number would still have started with W=4. Then I realised that you meant the second number in WONDERFUL needs to be a 2 as it is also an O and since the squared number would start with 48 49 50 51 or 52 it could only be 52, hence W is a 5.
And I checked that F could also not be 9 as that would result in a zero in WONDERFUL which is apparently not a positive digit.
I have not checked what impossibilities D=9 would give...
Don't be too difficult! An Excel simulation with 165 rows gave an answer although not finished checking.
1 2 3 4 5 6 7 |
|
W × L = 5 × 9 = 45
Answer: 4 5
Log in to reply
yes this one is more easy ! thank you @Lu Chee Ket
Hey! How can you make that ?
WONDERFUL is 523,814,769 OODDF is 22887
I'm too lazy to check if there is/are other ans as well.
This problem is not strange at all for any secondary students at my country.
P/S: I'm going to be a sophomore.
Here's how I did it:
WONDERFUL has 9 different characters => 9 different numbers
OODDF is somewhere between 10000 and 32??? => O can't be 3 => O must be either 1 or 2
If O is 1 => W is 1 => wrong => O must be 2 => W can be 4 or 5
The rest is cakewalk.
As a computer science major, that "=>" in your comment really threw me off. It looks like greater than or equal to.
5 2 3 8 1 4 7 6 9 = 2 2 8 8 7 , so W = 5 and L = 9 . Thus, the answer is 4 5 .
Damn , you found a loophole in the problem. I have edited the problem. Please edit your solution accordingly. Thanks!
Log in to reply
Ok - I thought the other version was purposefully phrased that way so that a clever solution existed, sorry (haha)!
Log in to reply
Your solution was unexpected and was quite wise! Anyways , you have found out the right answer! ^_^
Log in to reply
@Nihar Mahajan – In which Logic book you found this problem?What is the intended solution?
Here's how I solved the problem, Python!
1 2 3 4 5 6 7 |
|
As the out put is 59, answer is 5 × 9 = 4 5 .
Btw, if somebody wants similar problems, here's as many as I have come across on Brilliant...
Log in to reply
Same idea but didn't use imports. Granted, this code is not a general solution like yours but coincidentally only returned one possible permutation.
1 2 3 4 5 6 7 8 9 |
|
Problem Loading...
Note Loading...
Set Loading...
if O is bigger than 3, then the square of the five digi number becomes a 10 digit number. So, the five digit number should be less than 33000 so O can only be 1 or 2 if O is 1 OODDF squared would be between 11000 squared and 12000 squared which is 121000000 and 144000000 which means that W must be 1, which is contrary to that of each letter representing a different number Therefore, O is 2 OODDF squared would be between 22000 squared and 23000 squared which is 484000000 and 529000000 The second number must also be a 2 as it is a O, which means W = 5 so 22DDF must be bigger than sqrt(520000000) = 22803.xxx so D = either 8 or 9 we try D = 8 that means WONDERFUL would be between 22880 squared and 22990 squared 52349440 and 523952100 This looks pretty plausible, so we look at F and L F cannot be 1 as L would be 1 2 is taken by O, 3 is taken by N 5 would make L 5, 6 would make L 6, So let's try F = 4 22884^2 = 523677456 nope 22887^2 = 523814769
WHOO HOO IT WORKS so answer would be 45