• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:31
CET 11:31
KST 19:31
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
BGE Stara Zagora 2026 cancelled3Blizzard Classic Cup - Tastosis announced as captains12Weekly Cups (March 2-8): ByuN overcomes PvT block4GSL CK - New online series18BSL Season 224
StarCraft 2
General
BGE Stara Zagora 2026 announced ByuL: The Forgotten Master of ZvT Terran AddOns placement BGE Stara Zagora 2026 cancelled Blizzard Classic Cup - Tastosis announced as captains
Tourneys
[GSL CK] Team Maru vs. Team herO WardiTV Team League Season 10 Master Swan Open (Global Bronze-Master 2) RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 516 Specter of Death Mutation # 515 Together Forever Mutation # 514 Ulnar New Year
Brood War
General
ASL21 General Discussion BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ Gypsy to Korea Are you ready for ASL 21? Hype VIDEO
Tourneys
[Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours IPSL Spring 2026 is here! ASL Season 21 Qualifiers March 7-8
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Zealot bombing is no longer popular?
Other Games
General Games
Nintendo Switch Thread PC Games Sales Thread Path of Exile No Man's Sky (PS4 and PC) Stormgate/Frost Giant Megathread
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread Mexico's Drug War NASA and the Private Sector Things Aren’t Peaceful in Palestine
Fan Clubs
The IdrA Fan Club
Media & Entertainment
Movie Discussion! [Req][Books] Good Fantasy/SciFi books [Manga] One Piece
Sports
Formula 1 Discussion 2024 - 2026 Football Thread General nutrition recommendations Cricket [SPORT] TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Gaming-Related Deaths
TrAiDoS
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2704 users

Light bulbs math problem

Blogs > jtan
Post a Reply
jtan
Profile Blog Joined April 2003
Sweden5891 Posts
February 23 2008 18:26 GMT
#1
Yes this one is also pretty classic, I've seen it on tl.net before but without a proper solution!


So in a room you have a line of 100 light bulbs with individual light switches. All are off from start. Outside sits 100 people (perhaps the 100 prisoners?)

Person number 1 goes into the room and flips all switches.
Person number 2 goes into the room and flips switch 2,4,6,8...100
Person number 3 flips switches 3,6,9,12...
...
Person number i flips switches i,2i,3i,4i...

After all 100 persons have done this, what bulbs are lit?

And how many bulbs would be lit if there were n bulbs and persons?

Please don't post anything you didn't come up with yourself!

Good luck!

****
Enter a Uh
Dromar
Profile Blog Joined June 2007
United States2145 Posts
Last Edited: 2008-02-23 18:40:22
February 23 2008 18:39 GMT
#2
First thing that comes to mind is that

+ Show Spoiler +
all prime numbers will be switched off, since they are divisible by only one and themselves.


Maybe I'll think more about it later.
Slithe
Profile Blog Joined February 2007
United States985 Posts
Last Edited: 2008-02-23 18:41:05
February 23 2008 18:40 GMT
#3
more generally, if there's an odd number of factors, a light bulb will be on.

But factoring is NP-hard...
Sadir
Profile Blog Joined December 2005
Vatican City State1176 Posts
Last Edited: 2008-02-23 19:00:27
February 23 2008 18:41 GMT
#4

+ Show Spoiler +

how many prime factors there are
u have to count prime factors, which occur double only once
but u have to consider the products of the prime factors

e.g:

2*2*3*5=60
it flips with 2,3,5,
4=2*2, 2*3=6, 2*5=10,
2*2*3=12, 2*2*5=20, 2*3*5=30
and 2*2*3*5=60

so there are 10 flips -> light on


jtan
Profile Blog Joined April 2003
Sweden5891 Posts
February 23 2008 18:44 GMT
#5
You can be more explicit!
Enter a Uh
fanatacist
Profile Blog Joined August 2007
10319 Posts
February 23 2008 18:54 GMT
#6
+ Show Spoiler +
Well, all prime bulbs will be on. That's pretty much given though. Don't feel like thinking more atm.
Peace~
LTT
Profile Blog Joined March 2003
Shakuras1095 Posts
February 23 2008 19:03 GMT
#7
+ Show Spoiler +

Well, the only lights that are going to be on are the ones that have an odd number of factors. The only way a number has an odd number of factors is if it is a square number. Eg. Factors of 4 = 1,2,4; Factors of 36 = 1,2,3,4,6,9,12,18,26

This means the bulbs that will be on will be
1^2 = 1
2^2 = 4
3^2 = 9
4^2 = 16
5^2 = 25
6^2 = 36
7^2 = 49
8^2 = 64
9^2 = 81
10^2 = 100

For the case of n bulbs, there will be floor(sqrt(n)) bulbs lit.
jtan
Profile Blog Joined April 2003
Sweden5891 Posts
Last Edited: 2008-02-23 19:20:11
February 23 2008 19:10 GMT
#8
correct LTT! Any explanation to why it's just the squares that has an odd number of positive divisors?
Enter a Uh
Slithe
Profile Blog Joined February 2007
United States985 Posts
February 23 2008 19:14 GMT
#9
On February 24 2008 04:10 jtan wrote:
correct LTT! Any explanation to why it's just the squares that has an odd # of primes in their factorization?


err do you mean odd # of factors?
jingXD
Profile Joined May 2007
United States283 Posts
Last Edited: 2008-02-23 19:17:21
February 23 2008 19:16 GMT
#10
+ Show Spoiler +

my guess:

as Slithe said, a light bulb is left on if and only if it has an odd number of factors.

I claim that every number other than a perfect square has an even number of factors.

Say you're given a number n. For every factor f there exists another factor n/f. So for each factors come in pairs. To illustrate this, consider 12 (with factors 1, 2, 3, 4, 6, 12 and factors "pairs" 1*12, 2*6, 3*4).

However, if you have a perfect square, one of the "pairs" reduces to a singlet because the "pair" consists of only one unique number. Consider 9 (with factors 1, 3, 9 and "pairs" 1*9, 3*3).

Thus, only the square of an integer will be left on after everyone flips a switch.

Now, if given a general n, exactly [[sqrt(n)]] - 1 light bulbs will be left on, since the number of perfect squares less than n is exactly the greatest integer less than sqrt(n). Consider n = 10 with 1, 4, and 9 perfect squares less than n and sqrt(10)=3.16227766.

So when n = 100, sqrt(100) = 10 light bulbs will be lit. Namely, #'s 1, 4, 9, 16, 25, 36, 49, 64, 81, and 100.



EDIT: wow, people are fast...
jtan
Profile Blog Joined April 2003
Sweden5891 Posts
Last Edited: 2008-02-23 19:20:43
February 23 2008 19:18 GMT
#11
yes ofc slithe, edited
Enter a Uh
jtan
Profile Blog Joined April 2003
Sweden5891 Posts
February 23 2008 19:34 GMT
#12
On February 24 2008 04:16 jingXD wrote:
+ Show Spoiler +

my guess:

as Slithe said, a light bulb is left on if and only if it has an odd number of factors.

I claim that every number other than a perfect square has an even number of factors.

Say you're given a number n. For every factor f there exists another factor n/f. So for each factors come in pairs. To illustrate this, consider 12 (with factors 1, 2, 3, 4, 6, 12 and factors "pairs" 1*12, 2*6, 3*4).

However, if you have a perfect square, one of the "pairs" reduces to a singlet because the "pair" consists of only one unique number. Consider 9 (with factors 1, 3, 9 and "pairs" 1*9, 3*3).

Thus, only the square of an integer will be left on after everyone flips a switch.

Now, if given a general n, exactly [[sqrt(n)]] - 1 light bulbs will be left on, since the number of perfect squares less than n is exactly the greatest integer less than sqrt(n). Consider n = 10 with 1, 4, and 9 perfect squares less than n and sqrt(10)=3.16227766.

So when n = 100, sqrt(100) = 10 light bulbs will be lit. Namely, #'s 1, 4, 9, 16, 25, 36, 49, 64, 81, and 100.



EDIT: wow, people are fast...


It's correct, gj.

Yeah people are too fast, only a few people get a chance to solve, so I guess it was a bit too easy.

I did the following:
+ Show Spoiler +

Primefactor n=P1^e1*...*Pr^er
number of factors=(e1+1)(e2+1).....(er+1)=odd <=> each factor odd <=> 2|ei for all i <=> n is square
Enter a Uh
Cambium
Profile Blog Joined June 2004
United States16368 Posts
Last Edited: 2008-02-23 20:27:07
February 23 2008 20:21 GMT
#13
+ Show Spoiler +

1
4
9
16
25
36
49
64
81
100


edit:

Yay

+ Show Spoiler [logic] +

This problem is all about number of factors.

If a number had an even number of factors (counting 1 and the number itself, not that it matters since they form a pair), then it will be off, otherwise it will be on.

Now, in order to get this number, all factors need to be paired, unless it is a perfect square, in which case, the factor pair will be the same number, and we can count it only once.

As a result, only perfect squares have odd number of factors.


+ Show Spoiler [solution checker] +

You can compile it using snippet compiler (which is awesome)

using System;
using System.Collections.Generic;

public class MyClass
{
public static void Main()
{
int[] lightbulb;
lightbulb = new int[101];

for( int i = 0; i < 101; i ++ )
{
lightbulb[i] = 0;
}
for( int j = 1; j < 101; j++ ) // people
{
for( int i = j; i < 101; i+=j ) // lightbulbs
{
lightbulb[i] ++;
if( lightbulb[i] ==2 )
{
lightbulb[i]=0;
}
if( i == 2 )
Console.WriteLine( "j=" + j +", i=" + i +"\t" + lightbulb[i]);
}
}
List<int> on = new List<int>();
for( int i = 0; i < 101; i ++)
{
if( lightbulb[i] == 1 )
{
on.Add( i );
}
}
foreach( int temp in on )
{
Console.WriteLine( temp );
}
RL();
}

#region Helper methods

private static void WL(object text, params object[] args)
{
Console.WriteLine(text.ToString(), args);
}

private static void RL()
{
Console.ReadLine();
}

private static void Break()
{
System.Diagnostics.Debugger.Break();
}

#endregion
}
When you want something, all the universe conspires in helping you to achieve it.
Cambium
Profile Blog Joined June 2004
United States16368 Posts
February 23 2008 20:21 GMT
#14
On February 24 2008 03:54 fanatacist wrote:
+ Show Spoiler +
Well, all prime bulbs will be on. That's pretty much given though. Don't feel like thinking more atm.


+ Show Spoiler +

They'll all be off?
When you want something, all the universe conspires in helping you to achieve it.
Cascade
Profile Blog Joined March 2006
Australia5405 Posts
Last Edited: 2008-02-23 20:36:11
February 23 2008 20:25 GMT
#15
That one is one of my standard math-puzzles I pull out when occasion occurs. A bit "standard", but I like it anyway. A very good problem for learning n00b puzzlesolvers. The version I heard was with santas little helpers running by and opening/closing the doors for santas raindeers. As long as it isnt a guard opening/closing prison cells, Im fine.

We should collect all these problems somewhere. Almost all of them are good.

EDIT: and speaking of light bulbs, have you seen this puzzle:

3 normal light bulbs. There are 3 switches for them somewhere far away (switches in cellar, you are at 10:th floor for example). You have to figure out which switch goes to which bulb by going down to the cellar only once. You know that if you go there a second time the horrible visit-counting Mega-Monster will eat you and all your babies and dintegrate the earth while at it. That includes your precious light bulbs. They bulbs start all turned off.

It's kinda stupid, I just came to think about it because of the bulbs. Some find it funny though.
jtan
Profile Blog Joined April 2003
Sweden5891 Posts
Last Edited: 2008-02-23 20:54:53
February 23 2008 20:53 GMT
#16
cascade: I hate that puzzle....it's physics not math

I generally don't like problems that end up having gay solutions, and a "moral" of "sometimes you can't use pure math/logic, sometimes you got to think outside the box!". I mean wtf, it's the conditions that are badly defined so that you should be fooled into making a false assumption; in that case that the system only have the boolean states of the lightbulbs as variables.

/rage
Enter a Uh
imDerek
Profile Blog Joined August 2007
United States1944 Posts
February 23 2008 21:14 GMT
#17
prime numbers have 2 factors (1 and the prime itself) so prime numbers will actually be switched off.
Least favorite progamers: Leta, Zero, Mind, Shine, free, really <-- newly added
Cascade
Profile Blog Joined March 2006
Australia5405 Posts
February 24 2008 01:16 GMT
#18
haha, I see your point jtan, and I agree. That's why I called it stupid. Still the "thinking outside the box"-point isnt all lies imo. But yeah, there are better excercises for that I guess.

Besides, YOU started it with your stupid light bulbs! You should have stayed on safe ground and used prisoners.
jtan
Profile Blog Joined April 2003
Sweden5891 Posts
February 24 2008 08:43 GMT
#19
or santas little helpers haha

but yeah agreed, that those kind of gay-problems can be fun sometimes, but it's frustrating when you spend time finding a proper solution, like I did first time I got that 3 lightbulb one
Enter a Uh
Please log in or register to reply.
Live Events Refresh
Next event in 13h 29m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
Britney 36762
EffOrt 487
Mini 457
actioN 305
Larva 267
BeSt 266
Light 151
Rush 123
Leta 123
ZerO 96
[ Show more ]
ToSsGirL 51
Pusan 50
Backho 48
Nal_rA 42
sorry 39
Mind 31
Bale 15
ajuk12(nOOB) 9
zelot 7
Dota 2
XcaliburYe216
League of Legends
JimRising 409
Counter-Strike
olofmeister1603
shoxiejesuss655
zeus124
edward39
Heroes of the Storm
Khaldor141
Other Games
ceh9453
crisheroes270
Sick107
Hui .87
NeuroSwarm55
ZerO(Twitch)6
B2W.Neo0
Organizations
Dota 2
PGL Dota 2 - Main Stream10332
Other Games
gamesdonequick860
StarCraft: Brood War
lovetv 17
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• LUISG 34
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1442
• Stunt524
Upcoming Events
Replay Cast
13h 29m
CranKy Ducklings
23h 29m
RSL Revival
23h 29m
MaxPax vs Rogue
Clem vs Bunny
WardiTV Team League
1d 1h
uThermal 2v2 Circuit
1d 6h
Patches Events
1d 6h
BSL
1d 9h
Sparkling Tuna Cup
1d 23h
RSL Revival
1d 23h
ByuN vs SHIN
Maru vs Krystianer
WardiTV Team League
2 days
[ Show More ]
BSL
2 days
Replay Cast
2 days
Replay Cast
2 days
Wardi Open
3 days
Monday Night Weeklies
3 days
WardiTV Team League
4 days
GSL
4 days
The PondCast
5 days
WardiTV Team League
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2026-03-12
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
RSL Revival: Season 4
Nations Cup 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

CSL Elite League 2026
ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
NationLESS Cup
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.