document.write( "Question 333459: A school has a telephone system for letting parents know about emergency school closing. The system is a pyramid with five layers. Three parents are on top layer of the pyramid. Each parent in each layer calls three different parents. How many parents are in the chain? \n" ); document.write( "
Algebra.Com's Answer #238971 by jrfrunner(365)\"\" \"About 
You can put this solution on YOUR website!
at layer k there are 3^k parents, where k=1 to 5
\n" ); document.write( "--\r
\n" ); document.write( "\n" ); document.write( "total = \"sum+%283%5Ek%29\" k=1 to 5
\n" ); document.write( "total =\"%283%5E%285%2B1%29-3%29%2F%283-1%29=%283%5E6-3%29%2F2=363\"
\n" ); document.write( "===
\n" ); document.write( "note:
\n" ); document.write( "In general
\n" ); document.write( "total = \"sum+%28r%5Ek%29\" k=1 to n
\n" ); document.write( "total =\"%28r%5E%28n%2B1%29-r%29%2F%28r-1%29\"
\n" ); document.write( "
\n" );