document.write( "Question 1205379: Cheyenne tells a joke to 5 people and those 5 people tell the joke to 5 more people, and so on. Which expression shows the number of people that will hear the joke after the sixth round?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #842131 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Open up your favorite spreadsheet program.
\n" ); document.write( "I'm using LibreOffice Calc.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In cell A1 will go the label \"Round\" without quotes.
\n" ); document.write( "B1 will have something like \"number who heard the joke\" without quotes.
\n" ); document.write( "C1 will have \"Cumulative Sum\" without quotes.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Move to cell A2.
\n" ); document.write( "Place the number 1 here.
\n" ); document.write( "Then grab the bottom right corner of this cell to drag it down until the values 2,3,4,5,6 fill up cells A3 through A7.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Move to cell B2.
\n" ); document.write( "Write the number 5 here.
\n" ); document.write( "Move to cell B3. Type =5*B2 into cell B3.
\n" ); document.write( "The equal sign up front is important. This command marked in blue tells the spreadsheet \"multiply whatever is in B2 with the value 5\".
\n" ); document.write( "The result of cell B3 should be 25.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Grab the bottom right corner of cell B3. Drag it down or doubleclick to populate the remaining values of column B.
\n" ); document.write( "The values in column B, from top to bottom, should be: 5, 25, 125, 625, 3125, 15625\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now move to cell C2.
\n" ); document.write( "Type =B2 to copy the contents of B2 into C2.
\n" ); document.write( "The equal sign is important.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In cell C3 type =B3+C2 to add the contents of those cells. The result is 5+25 = 30
\n" ); document.write( "Meaning there are 30 people total who heard the joke at the end of round 2 (the 5 from round 1, and 25 more from round 2, giving 5+25 = 30 total).
\n" ); document.write( "Drag the bottom right corner of cell C3 down, or doubleclick to populate the rest of the values.
\n" ); document.write( "The values in column C, from top to bottom, should be: 5, 30, 155, 780, 3905, 19530\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This is what your spreadsheet should look like
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "
Roundnumber who heard jokeCumulative Sum
155
22530
3125155
4625780
531253905
61562519530

\n" ); document.write( "As a check, let's add up the values of everything in column B
\n" ); document.write( "5 + 25 + 125 + 625 + 3125 + 15625 = 19530\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are a grand total of 19530 people who have heard the joke after 6 rounds. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: This assumes that those who have heard it in any given round do NOT involve people from a previous round.
\n" ); document.write( "Eg: if someone heard it in round 3, then they didn't hear it round 1 or round 2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "---------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Alternative approach\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The sequence 5, 25, 125, 625, 3125, 15625 is geometric.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = 5 = first term
\n" ); document.write( "r = 5 = common ratio
\n" ); document.write( "a(n) = a*r^(n-1) = 5*5^(n-1) = number of people who heard the joke on round n
\n" ); document.write( "where n is an integer and n = 1 is the starting index.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The expression 5*5^(n-1) is the number of people who heard the joke for that round only, and does not include previous rounds.
\n" ); document.write( "To account for previous rounds, we'll need to use the next formula shown below.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sn = sum of the first n terms of a geometric sequence
\n" ); document.write( "Sn = a*(1 - r^n)/(1 - r)
\n" ); document.write( "Sn = 5*(1 - 5^n)/(1 - 5)
\n" ); document.write( "S6 = 5*(1 - 5^6)/(1 - 5)
\n" ); document.write( "S6 = 19530 is the sum of the first 6 terms of this geometric sequence.
\n" ); document.write( "
\n" ); document.write( "
\n" );