I have a sequence:
5 9 , 5 8 , 5 7 , 5 6 , 5 5 , 5 4 , 5 6 , 5 8 , 5 4 , 5 0 , 5 5 , 4 8 , 5 2 , 5 6 , 4 5 , 4 8 , 5 1 , 5 4 , 5 7 , 4 0 , 4 2 , 4 4 , 4 6 , 4 8 , 5 0 , 5 2 , 5 4 , 5 6 , 5 8 , 3 0 , 3 1 , 3 2 , 3 3 , 3 4 , 3 5 , 3 6 , 3 7 , 3 8 , 3 9 , 4 0 , 4 1 , 4 2 , 4 3 , 4 4 , 4 5 , 4 6 , 4 7 , 4 8 , 4 9 , 5 0 , 5 1 , 5 2 , 5 3 , 5 4 , 5 5 , 5 6 , 5 7 , 5 8 , 5 9
There are three conditions:
Condition 1: I am prime
Condition 2: The product of my digits minus the sum of my digits equals a prime
Condition 3: The first digit is a prime and the other digit is a prime squared
What is the number?
Note: Condition 1 is the basis of the other two conditions.
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.
Good job for simplified solution, @Mahdi Raza !
The number 2 9 is also a candidate, though it is not present in the sequence.
@ Alak Bhattacharya, the number 29 is not in the sequence because if you look at the 29th number, 29 should be there but instead 58 is there.
Method 1: Eliminating Condition 1
Since the number is prime and it's the basis of the other two conditions, there are only 8 primes in the sequence : 4 7 , 5 9 , 4 1 , 5 3 , 3 7 , 4 3 , 3 1
Then either do:
a): Eliminate Condition 2 - 4 7 , 5 9 , 4 3 , 3 7 , 4 9 and 5 3 all fulfill this condition then do Condition 3 - 5 9 fulfills this condition.
b): Eliminate Condition 3 - 5 9 fufills this condition.
Therefore, using Method 1a) or 1b), 5 9 is the answer.
Method 2: Eliminating Condition 2
Since Condition 1 is the basis of these conditions, only 4 7 , 5 9 , 4 3 , 3 7 , 4 9 and 5 3 fulfills this condition.
Then eliminate Condition 3, which leaves us with 5 9 .
Therefore, using Method 2, 5 9 is the answer.
Method 3: Eliminating Condition 3
Since Condition 1 restrains this condition, 5 9 is the number that this condition leaves us with
Therefore, using Method 3, 5 9 is the answer.
Therefore, through all methods (whichever you chose), 5 9 is the number.
Problem Loading...
Note Loading...
Set Loading...
Answer 59