Riddles and Puzzles: Extend the following to a valid equation

  • Context: Challenge 
  • Thread starter Thread starter fresh_42
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
592 replies · 55K views
# 91
That's over 10K! Hope it's GBP, or EUR, or plain old $, and not like rupees or something :DD
 
on Phys.org
fresh_42 said:
It might have been any of the above currencies, but it's not 10,000! :oldbiggrin:
The keyword "over" seems to have been overlooked:)
 
fresh_42 said:
As you did with the link, I guess.

But we are still looking for the digits of the calculation.
Sorry! I had to deduce it's punctuation since 5-somethingx10^(17k+) seems likely to exceed the available equivalent in world circulation in any currency and denomination. But, didn't take into account summing up over parallel universes, my bad :doh:
 
fresh_42 said:
92. Eight rooks are placed on the main diagonal of a chessboard. Then each of them makes a knight move. At the beginning none of the rooks threatened another rook. Is this possible even after their moves?

D103
A1 -> B3, D4->C2, B2->A4, C3->D1. No rook is threatening another and the four rooks in that half stayed in their 1/4 of the board (they form the other diagonal now). Mirror it for the other four.
 
93. Each of the seven dwarves has his own bed. One evening, the smallest dwarf decides to confuse the process a bit. He does not lie down in his own bed, but in another, randomly picked.

The second smallest dwarf, who goes to sleep next, goes to his bed - if this is free. If this is occupied, he randomly chooses another bed. The following dwarves do the same.

What is the probability that the biggest dwarf will sleep in his own bed this evening?

D103
 
##9\;9\;9\;=\;6##
If cube-root and square-root operations are acceptable, then here is one set of solutions:
##(9\; /\; \sqrt 9) + \sqrt 9=\;6##
##\sqrt[3]8 + \sqrt[3]8 + \sqrt[3]8 =\;6##
##7 - (7\; /\; 7) =\;6##
##(6\; / \; 6) \times 6 =\;6##
##(5\; /\; 5) + 5 =\;6##
 
  • Like
Likes   Reactions: fresh_42
We know that the sum converges by the ratio test. If we take the limit as n goes to infinity of |an+1/an|, we get Fn+110-(n+2) / Fn10-(n+1) = Fn+1/10Fn = φ/10 ≈.1618 < 1. Thus the summation converges.

From here, I am lost. I have done some calculations and written out the first hundred terms and they get close to .011235955056.
 
##\sum_{n=1}^\infty F_n \,10^{-(n+1)} =
\frac {1} {10} \sum_{n=1}^\infty \frac { F_n } {10^n}=\frac {1} {10} \frac {10} {89}=\frac {1} {89}=0.011235955##
 
Last edited:
  • Like
Likes   Reactions: fresh_42
Solution of #94
The Fibonacci series has closed-form solution
$$ F_n = \frac{1}{\sqrt{5}} \left[ \left( \frac{1+\sqrt{5}}{2} \right)^n - \left( \frac{1-\sqrt{5}}{2} \right)^n \right] $$
The sum that we want to calculate I will write more generally as
$$ S(a) = \sum_{n=0}^\infty F_n a^{n+1} $$
Inserting the Fibonacci series gives
$$ S(a) = \frac{a}{\sqrt{5}} \sum_{n=0}^\infty \left[ \left( a \frac{1+\sqrt{5}}{2} \right)^n - \left( a \frac{1-\sqrt{5}}{2} \right)^n \right] $$
We have geometric series here, so we get sums
$$ S(a) = \frac{a}{\sqrt{5}} \left[ \frac{1}{1 - a \frac{1+\sqrt{5}}{2}} - \frac{1}{1 - a \frac{1-\sqrt{5}}{2}} \right] = \frac{a^2}{1 - a - a^2} $$
Substituting in a = 1/10 gives
$$ S(1/10) = \sum_{n=1}^\infty F_n 10^{-n-1} = \frac{1}{89} $$
 
  • Like
Likes   Reactions: kith, dextercioby and fresh_42
113
131
311
 
fresh_42 said:
Do you know the emirp, too?
smallest: 13; smallest 3-digit: 107
 
fresh_42 said:
Three decimal digits!
Knew you'd say dat :oldbiggrin: added above in spoiler
Question not stated very precisely Mr 42..
 
fresh_42 said:
Question not read very precisely Mr. bluej..
Can be read in 2 parts as 1) smallest emirp and 2) permutable three digit primes (i.e. all?)
Smallest 3-digit emirp in 10base system is 107.
Its more interesting in base 16!
 
Here's one I might regret ... for having to check the solutions ...

96. The rule is simple: choose a pin, jump over another horizontally or vertically into and if there is a hole, and remove the pin you jumped over. Is there a strategy which leads to a single pin in the middle of the board?
In order that we have a common notation, the first moves could (not have to) be:
1. 5-10-H / 10
2. 12-11-10 / 11
3 ...

solitär_nr.jpg


D104
 
Last edited:
The Fibonacci sum without magic and without using the explicit formula:
Take out the first two elements:
$$\sum_{n=1}^\infty F_n 10^{-n-1} = 0.011 + \sum_{n=3}^\infty F_n 10^{-n-1}$$
Now use the recursive definition:
$$\sum_{n=3}^\infty F_n 10^{-n-1} = \sum_{n=3}^\infty (F_{n-2}+F_{n-1}) 10^{-n-1}$$
Some index shifting:$$= \sum_{n=1}^\infty F_{n} 10^{-n-3} + \sum_{n=2}^\infty F_{n} 10^{-n-2}$$
Let the second sum start at n=1 and subtract its first term, in addition unify the exponents:
$$= -0.001 + 0.01\sum_{n=1}^\infty F_{n} 10^{-n-1} + 0.1\sum_{n=1}^\infty F_{n} 10^{-n-1}$$
If we call the original sum X, then we can summarize this as ##X = 0.011 - 0.001 + 0.01 X + 0.1 X## or simplified ##0.89 X = 0.01##, which is solved by ##X=1/89##.
 
  • Like
Likes   Reactions: kith and dextercioby
#97 - presumably the Euler phi function, the count of all positive integers less than the arg that do not evenly divide the arg.
For prime number p, ## \varphi(p) = p - 1 ##. Thus, for some n where there is no p that makes ## \varphi(n) ## and ## \varphi(p) ## equal, ## \varphi(n) + 1 ## must be a composite number. The smallest n that makes that happen is n = 15, and ## \varphi(15) = 8 ##.
 
#98
Let us first add the consecutive natural numbers between any two of them, ##n_1## and ##n_2##. That sum is
$$ N = \sum_{n=n_1}^{n_2} n = \frac12 n_2(n_2 + 1) - \frac12 n_1(n_1 - 1) = \frac12 (n_2 - n_1 + 1) (n_2 + n_1) $$
or ## 2N = (n_2 - n_1 + 1) (n_2 + n_1) ##. This expression means that a solution can be obtained by factoring 2N. Doing so gives ## 2N = f_1 f_2 ## with the two f's being natural numbers, and one sets each factor equal to a factor of the sum expression: ## f_1 = n_2 - n_1 + 1 ## and ## f_2 = n_1 + n_2 ##. Solving gives
$$ n_1 = \frac12 (f_2 - f_1 +1) ,\ n_2 = \frac12 (f_1 + f_2 - 1) $$
The pairs of lowest and highest natural numbers are thus
  • 1000, 1000
  • 198, 202
  • 55, 70
  • 28, 52