Can You Crack This Number Puzzle?

  • Context: High School 
  • Thread starter Thread starter michealsmith
  • Start date Start date
  • Tags Tags
    Crack Puzzle
Click For Summary

Discussion Overview

The discussion revolves around a number puzzle that asks for the lowest number such that the number just below it is divisible by 2, the one below that by 3, and so on down to 6. Participants explore various methods to arrive at a solution, including mathematical reasoning and logical deductions.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests the answer is 59.
  • Another participant describes a method involving the last digit and divisibility rules for 2 and 3, ultimately arriving at 59 as well.
  • A different approach involves multiplying 6 by progressive integers until finding a suitable number that meets the conditions.
  • Another participant proposes using the least common multiple (LCM) of 2, 3, 4, 5, and 6, concluding that the answer is LCM - 1.
  • One participant elaborates on a solution using modular arithmetic and the Chinese remainder theorem, arriving at 59 while discussing the relationship between the conditions and the LCM.

Areas of Agreement / Disagreement

Participants generally agree that the answer is 59, but they present different methods and reasoning to arrive at this conclusion. There is no explicit consensus on which method is superior or whether one proves the least possible solution definitively.

Contextual Notes

Some methods rely on assumptions about the properties of numbers and divisibility, and the discussion does not resolve whether one approach is more valid than another.

Who May Find This Useful

Individuals interested in number theory, mathematical puzzles, or problem-solving strategies may find this discussion useful.

michealsmith
Messages
124
Reaction score
0
a number puzzle...

tell me a the lowest number for which
the number just below it is divisible by 2 ,the one below that 3, below that 4 ,and below that 5 ,and below that 6 .
 
Mathematics news on Phys.org
Is it 59 ?
 
damm to quickly solved yep ur right ill tell u the method i used then compare it with urs ..i wan t to know wat urs was as well ..assume has 2 digits ..number ending in 5 has either o or 5 on its end ..but add 3 and it must be divisible by 2 so it must end in 5 , add 2 and it must be divisble by 3 ..so sum of didgits must sum to a multiple of 3 so its 1st digit is either 27or 57 or 87 since subtracting 1 must be divisible by 4 it must be 57 so add 2 and u get ...59
 
michealsmith said:
damm to quickly solved yep ur right ill tell u the method i used then compare it with urs ..i wan t to know wat urs was as well ..assume has 2 digits ..number ending in 5 has either o or 5 on its end ..but add 3 and it must be divisible by 2 so it must end in 5 , add 2 and it must be divisble by 3 ..so sum of didgits must sum to a multiple of 3 so its 1st digit is either 27or 57 or 87 since subtracting 1 must be divisible by 4 it must be 57 so add 2 and u get ...59

I just worked it out in my head just multiplying 6 by progressive integers until I found one where adding 1 was a multiple of 5, adding 2 a multiple of 4 etc..
 
I solved it by taking the LCM of 2, 3, 4, 5, and 6.Then that number -2 is divisible by 2,, that number -3 is divisible by 3, etc. So the answer is LCM - 1.
 
I like daveb's solution. My solution:

We're looking for a number such that:

x-1 = 0 (mod 2)
x-2 = 0 (mod 3)
...

giving

x = 1 (mod 2)
x = 2 (mod 3)
...
x = 5 (mod 6)

We see that x = 5 (mod 6) makes x = 1 (mod 2) and x = 2 (mod 3) redundant, so we just need to solve:

x = 3 (mod 4)
x = 4 (mod 5)
x = 5 (mod 6)

The Chinese remainder theorem guarantees a unique solution (mod 30) to the last two congruences. It's easy to solve. The second gives x = 4 + 5y. Plugging into the third gives:

4 + 5y = 5 (mod 6)
5y = 1 (mod 6)
y = 5 (mod 6)

So x = 4 + 5(5) = 29 is the unique solution (mod 30). We see that 29 is not congruent to 3 (mod 4), so we add 30, and get 59, which is congruent to 3 (mod 4), so we're done. I'm not sure if daveb's solution proves that LCM - 1 is the least possible solution, but if it does, then it's a nice solution.

EDIT: Actually, yes it does. If x is the solution, then the conditions of the problem require that x+1 is divisible by 2, 3, 4, 5, and 6. This means that LCM | x+1. The smallest possible choices for x+1 is thus, clearly, LCM, so the smallest choice for x is LCM - 1.
 
Last edited:

Similar threads

  • · Replies 31 ·
2
Replies
31
Views
5K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 36 ·
2
Replies
36
Views
7K
  • · Replies 48 ·
2
Replies
48
Views
5K
  • · Replies 10 ·
Replies
10
Views
3K