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
Of course this is possible. Pairing 1 with 100, 2 with 99, and so on, each pair has the same arithmetic mean as the arithmetic mean of the original numbers. Therefore, removing such a pair doesn't change the arithmetic mean.

The procedure then is to simply remove the 25 numbers that are paired with the 25 that were removed. Should a pair of numbers be already removed, then simply remove a random pair instead.
 
on Phys.org
136. Tom's novel has 342 pages. Every day, he reads exactly the same number of pages. And that works until the last day he finishes reading the book without changing the number.

Tom starts on a Sunday. The following Sunday, he sits with the novel on the sofa as his phone rings. Tom looks again briefly into the book: He has made exactly 20 pages since the morning.

How many more pages will Tom read that day?

D130
 
18

Since Tom reads the same number of pages each day, including the final day, in a day he can only read a number of pages that is a factor of 342:
1 2 3 6 9 18 19 38 57 114 171 342

We can eliminate all numbers < 20, since this is the number he has already read that second Sunday. Since this is his 8th reading day and still hasn't finished the book, he reads at most 342 / 8 = 42,75 pages a day. Thats leaves 38 as the only possible number. Since he has already read 20 that day, he will read 18 more.
 
  • Like
Likes   Reactions: BvU
Playing around with it, I found that 153 is a fixed point, as ##1^3 + 5^3 +3^3 = 153##. The examples I have checked all seem to end up on that fixed point, but I have not yet been able to prove that it should always be so.
 
138. There are two disks with the radii of three and nine centimeters. They touch each other. A non-elastic band is wrapped around the discs, holding the two discs together without a gap between them.

How long does this band have to be?

1566403943578.png


D130
 
DrClaude said:
Playing around with it, I found that 153 is a fixed point, as ##1^3 + 5^3 +3^3 = 153##. The examples I have checked all seem to end up on that fixed point, but I have not yet been able to prove that it should always be so.
An N-digit number is at least 10N-1 but the sum of cubes can be at most N*93. This means all 5-digit numbers or larger must get smaller with this process as 5*93 = 3645. From there on we can simply check all numbers below 10,000 divisible by 3.
 
  • Like
Likes   Reactions: DrClaude
138.
1566427642956.png

With a sketch a bit more to scale you see ##\theta = \pi/6## so A is ##6\sqrt 3## and the arcs are ##4\pi/3 * 9 ## and ##2\pi/3 * 3 ## for a total of ##14\pi + 12\sqrt 3##
 
BvU said:
138.
View attachment 248484
With a sketch a bit more to scale you see ##\theta = \pi/6## so A is ##6\sqrt 3## and the arcs are ##4\pi/3 * 9 ## and ##2\pi/3 * 3 ## for a total of ##14\pi + 12\sqrt 3##
If you were my student I would have answered: no. :biggrin:
The usual dialogue goes as follows:
Student: "Hm, I can see no mistake. Can you give me a hint?"
Me: "Look at your result!"
Student: "But these are the numbers I calculated."
Me: "There is nothing wrong with the numbers."
Student: "Then what else is wrong?"
Me: "You have got ##14\pi + 12\sqrt 3##. But what? Bushes? Miles? Trees? :biggrin::biggrin::biggrin:
 
  • Like
Likes   Reactions: BvU
142.
Cheapest is to give three monkeys nothing, three monkeys one banana each, three two each etc. By the time you have given the 97th monkey sixteen bananas you are out of bananas.
 
BvU said:
142.
Cheapest is to give three monkeys nothing, three monkeys one banana each, three two each etc. By the time you have given the 97th monkey sixteen bananas you are out of bananas.
I don't get it. 16 bananas would be given for the 51st monkey. And 3(0+1+2+...+16)=408 leaves me with 49 monkeys and 1192 bananas. Applying your scheme, I will have 112 bananas left before I turn to monkey 97. Number 96 received 31 bananas.
 
Forgot the three that get nothing - poor sods. Monkey 99 gets 32 bananas and THEN there's only 16 of them yellow thingies left.

The idea was good - the execution slightly less ...
 
  • Like
Likes   Reactions: fresh_42
Take ##n## to be the length of the number. There are ##9 \times 10^{n-1}## numbers of length ##n##: 9 possibilities for the first digit, since it cannot be zero (*), and 10 for each subsequent digit. The count of numbers that do not have the digit ##n## in them is ##8 \times 9^{n-1}## (same as the previous formula, but with one less possibility at each position). Therefore, there are
$$
\sum_{n=1}^{9} \left( 9 \times 10^{n-1} - 8 \times 9^{n-1} \right)
$$
numbers that contain their length as a digit. Using a calculator, I get this sum as 612579511.

Edit: (*) zero can be the first digit for ##n=1##, but the formula obtained works also in that case.
 
145. What is the smallest natural number with a multiplicative persistence of ##5## in the decimal system?
The multiplicative digit root is the repeated process of multiplying all digits, e.g.
$$
3784 \longrightarrow 672 \longrightarrow 84 \longrightarrow 32 \longrightarrow 6
$$
Tme multiplicative persistence is the number of arrows, iterations. For ##3784## it is ##4##.

D132
 
fresh_42 said:
145. What is the smallest natural number with a multiplicative persistence of ##5## in the decimal system?
The multiplicative digit root is the repeated process of multiplying all digits, e.g.
$$
3784 \longrightarrow 672 \longrightarrow 84 \longrightarrow 32 \longrightarrow 6
$$
Tme multiplicative persistence is the number of arrows, iterations. For ##3784## it is ##4##.

D132
679
 
146. A newly combined class has ##33## students. Each of them introduces themselves by first name and family name. The kids recognize, that some have the same first name and some even the same family name. So every kid writes on the blackboard how many others have the same first name, and how many the same family name, not counting themselves. At the end there are ##66## numbers on the board, and every number ##0,1,2,\ldots, 9,10## occurs at least once.

Are there at least two kids in class with the same first and family name?

D133
 
fresh_42 said:
145. What is the smallest natural number with a multiplicative persistence of ##5## in the decimal system?
The multiplicative digit root is the repeated process of multiplying all digits, e.g.
$$
3784 \longrightarrow 672 \longrightarrow 84 \longrightarrow 32 \longrightarrow 6
$$
Tme multiplicative persistence is the number of arrows, iterations. For ##3784## it is ##4##.

D132
Python:
def mp(n,o):   
    digits = [int(c) for c in str(n)]
    prod = 1
    for d in digits:
        prod = prod * d

    if prod < 10:
        return o
    
    return mp(prod,o+1)

n = 10
while mp(n,1) < 5:
    n+=1

print(n)
 
  • Like
Likes   Reactions: DrClaude and fresh_42
147. In a chess tournament every player has a match with everyone else. The winner will receive a green card, the loser a red one, and in case of a remis, they will receive a yellow card each. At the end of the tournament there have been distributed exactly 752 cards of each color. How many competitors have been in the competition?

D133