Bunuel
A hall has space for t tables of equal length running along its center. Regulation requires a gap between any two tables of 1/3 length of each table. The also require an identical gap between a table and the wall at the end of the room. If the length of the hall is 296 feet and the length, in feet, of each table is an integer, how many tables can the hall accommodate ?
A. 3
B. 8
C. 9
D. 24
E. 37
Please look at the attached pic. below:
Attachment:
GMAT hall.jpg [ 6.8 KiB | Viewed 5864 times ]
Each of the rectangles \((1),(2),\) and \((3) \) represents a hall.
In hall # (1) we have two tables and 3 gaps
In hall # (2) we have three tables and 4 gaps
In hall # (3 ) we have four tables and 5 gaps
So the number of gaps is always ONE more than the number of tables
So if there are \(t\) tables then the number of gaps will be \(t+1\), we will be using this principle in the eqn. below.
If the length of each table is \(n\) then we can form an equation such as :
\(\frac{1}{3}n*(t+1) + n*t = 296\)
\(nt+n+3nt =888\)
\(4nt +n =888\)
\(n(4t+1) = 888\)
\(4t+1 = \frac{888}{n}\)
Now if both \(t\) and \(n\) are integers then n has to be a factor of \(888.\)
\(888 = 2*2*2*3*37\)
Using the options we can see only for \(t=9\) we have \(n\) as a factor of \(888\). \(( n = 24 )\)
Ans =C
Hope it helps.