Thread Closed

Math professor and number of rooms

 
Share Thread Thread Tools
May2-05, 11:25 AM   #1
 

Math professor and number of rooms


A math professor was staying in a hotel before attending a math conference. When he came out of his room, to go to the conference, he found out that the total of room numbers to his left was equal to the total of room numbers to his right. The total numbers of rooms per floor were about 300 and just assume that they are in line. The room numbers were given without skipping any number(even 13 )

How many rooms are there in the hotel floor and in which room did the professor stay?

It is damn easy solving with any of the computer programs. I did it in VB and excel(Also without these programs. By saying this I am not acting smart but just encouraging you guys). But there is a clue for getting the numbers by which you can skip all unnecessary numbers. Go get it.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
May2-05, 04:30 PM   #2
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Answer for the first floor (whited out)


There are 288 rooms on the floor. The professor is in room 204.
The sum of numbers of the first 203 rooms is
(203 * 204) / 2 = 20706.
The sum of numbers of the last 84 rooms is
(288 * 289) / 2 - (204 * 205) / 2 = 20706.

I looked for numbers n for which sqrt ((n * n + n) / 2) is an integer.


I don't have a solution for the second floor and higher.
May3-05, 12:10 AM   #3
 
Jimmy, you got it. The redundant data like, rooms in same floor and all in a line, actually takes care of all silly quesions. Try to further simplify the thing(I believe you can do it and you can cross check it with the whited out logic).

Further simplification results in n*(n+1)/2. So, either n and (n+1)/2 or n/2 and (n+1) should be perfect squares. If you start squaring numbers and check the above possibilities, you need not go morethan 17 trials.
Thread Closed
Thread Tools


Similar Threads for: Math professor and number of rooms
Thread Forum Replies
How much math does a math professor remember? General Math 44
How good at math do you have to be to be a math professor? Academic Guidance 6
If we all locked ourselves in rooms... Quantum Physics 2
Should I be a math professor? Do I have what it takes?(need advice, any prof around?) Academic Guidance 23
Five Rooms puzzle Brain Teasers 2