The Mystery: Solving the 100 Locker Math Problem with a Simple Pattern

  • Thread starter Thread starter T@P
  • Start date Start date
AI Thread Summary
In the discussion, participants analyze a problem involving 100 lockers and 100 students, where each student alters the state of the lockers based on their number. The key insight is that a locker remains open if it has an odd number of factors, which occurs only for perfect square numbers. The mathematical explanation involves prime factorization and the tau function, which counts the number of divisors. It is established that for a number to have an odd number of factors, all exponents in its prime factorization must be even, confirming that the open lockers correspond to perfect squares. The final conclusion for the scenario with 100 lockers is that the open lockers are those numbered 1, 4, 9, 16, 25, 36, 49, 64, 81, and 100, totaling 10 open lockers. When extending the problem to 1000 lockers, the answer is confirmed to be 31, representing the perfect squares up to 1000.
T@P
Messages
274
Reaction score
0
there are 100 lockers lined up in a row, and for some unknown reason they are unlocked. for a similarly unknown reason there are 100 students lined up outside the hallway containing the 100 lockers. the first student goes and opens all the lockers. the second then goes and closes every second. the third either opens or closes every third locker, (changes the "state" of it) for example, the 6th locker is closed when the 3rd guy comes to it, so he opens it. after all 100 students go by, what lockers are open/closed? please note i don't think that you should list out all 100 lockers and their state, there is a pattern.
 
Physics news on Phys.org
The state of each locker is altered a number of times equal to the total number of factors of the locker number. So the lockers with numbers that have an even number of factors (including 1) are closed, and the lockers with numbers that have an odd number of factors are open. (Not counting just prime factors, counting all factors, and numbering the lockers from 1)
 
Last edited:
Bartholomew said:
...
What do all numbers that have an odd number have in common? It's a pretty well-known property...1,4,9...?
 
That's cool!
 
What do all numbers that have an odd number of factors have in common?
 
Of course, that's what he meant. I'm no expert, but: First you get the prime factorization of the number. Each factor can be generated by choosing some number of each prime factor (a number from 0 to the power of that factor) and multiplying them all together. So the total number of factors is (a + 1) * (b + 1) * (c + 1) ... where a, b, c, ... are the exponents on 2, 3, 5, ... in the prime factorization. So for this product to be odd, all of a + 1, b + 1, c + 1, ... must be odd, so all of a, b, c, ... must be even, so the original number is a perfect square (and vice versa, if it's a perfect square then it has an odd number of factors).
 
Bartholomew said:
...
Nicely done. Yeah, Gokul I need to be more careful when I type/post.
 
Bartholomew said:
I'm no expert, but...

Me neither, but I believe that's how the experts do it too, but being experts they like to use fancy terms.

N = \Pi p_i ^{k_i}

\tau (N) = \Pi (k_i + 1)

\tau (N), known simply as the tau function, is a multiplicative function that counts the number of divisors of a given number.

So, an "expert" might simply say that for \tau (N) to be odd, all of k_i must be even, or k_i = 2m_i. Which gives N = \Pi p_i ^{2m_i} = (\Pi p_i ^{m_i} )^2 = M^2.
 
Is the answer 31[/color]? My physics teacher gave this problem as a bonus questions, so I made a C++ program to figure out all the perfect squares between 1 and 1000, and the program says the answer is 31[/color].
I'll get an extra 10% on the next lab if I get this right, so it's kind of important that I get confirmation before Monday, January 10, 2005.
 
Last edited:
  • #10
Select to read. (I'm editing to put into spoiler text because that's what other people did.)

Yes, presuming your question was for 1000 lockers (and students) and they all started off closed and they asked which ones were open after the process was over. (The original post was only for 100 lockers.) You didn't really need the progam, though: like the lay version of what Gokul said, any number with an odd number of factors will end up open, meaning all of the perfect square numbered doors will end up open (which you already know). So all you had to do was look at the square root of 1000 and truncate the decimal places (round down to the nearest integer) and that would be the answer (31).
 
  • #11
jamesrc said:
So all you had to do was look at the square root of 1000 and truncate the decimal places (round down to the nearest integer) and that would be the answer (31).
Thanks for the confirmation. When I get some free time, I will look closer at Goku's stuff to see what it means or at least how he got that.

*edit
that spoiler text is still very visible in a quote box :smile:
 
  • #12
ShawnD said:
When I get some free time, I will look closer at Goku's stuff to see what it means or at least how he got that.

I suggest you read Bart's explanation. It's in a form that's a lot simpler to absorb.
 

Similar threads

Replies
16
Views
13K
Replies
1
Views
3K
Replies
3
Views
2K
Replies
7
Views
17K
Replies
4
Views
1K
Back
Top