Calculating Levels in a Geometric Series Phone Tree

AI Thread Summary
The discussion centers on calculating the number of levels in a school phone tree structured as a geometric series, where one person contacts three others. The solution involves using the formula for the sum of a geometric series to determine when the total reaches 1500 students. The calculation shows that approximately 7.29 levels are needed, suggesting that an 8th level would be required, though it would not be fully populated. There is a debate about whether to count the top person as Level 0 or Level 1, impacting the final count of levels. Ultimately, the conclusion is that there are 8 levels in the tree, depending on the counting method used.
ThomasMagnus
Messages
138
Reaction score
0
A school phone tree has 1 person responsible for contacting 3 people. If there are 1500 students in the school, how many levels will there be on the phone tree (assuming 1 person is at the top of the tree)?

My Solution:


This question forms a geometric series:
A(first term)=1
R(common ratio)=3

1+3+9+27...

Let n= # of levels to the phone tree
When will the sum of the series equal 1500?

Sn=A(1-R^n)/(1-R)

1500=1(1-(3^n))/(1-(3))

-3000=1-(3)^n

-3001=-(3^n)

3001=(3^n)

Log(3001)=nLog(3)

Log(3001)/Log(3)

~7.29

An 8th level would have to be added to the tree; however, the level would not be complete. 8 levels to the tree.

Is this the correct solution to this question? Can you identify where and if I have gone wrong?

Thanks! Appreciate the help :)
 
Physics news on Phys.org
Looks right to me. My question is, how are the levels to this tree counted? For example, IIRC, in binary trees (a data structure in computer science), the root node by itself (ie. the top of the tree) would be "Level 0." So the answer to your problem would be 7 or 8 levels, depending on whether the person at the top of the tree is counted as "Level 1" (1-2-3-4-5-6-7-8) or "Level 0" (0-1-2-3-4-5-6-7).
 
I doubt there would be anything to do with computer science in this question as this is grade 12 math :)

Thanks :)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks

Similar threads

Back
Top