document.write( "Question 186780: Deanna received an e-mail asking her to forward it to 10 other people. Assume that no one breaks the chain and that there are no duplicate recipients. How many e-mails will have been sent after 8 generations, including Deanna's?
\n" );
document.write( "Could you do this problem? Thank you for your help. \n" );
document.write( "
Algebra.Com's Answer #140003 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! The problem says that the 1st generation of \n" ); document.write( "e-mail senders is Deanna, who receives one \n" ); document.write( "sends emails to 10 other people \n" ); document.write( "So far I have: \n" ); document.write( "generation# --- emails sent \n" ); document.write( "--- 1 --------------1 \n" ); document.write( "--- 2 --------------10 \n" ); document.write( "So far, 11 people have gotten emails \n" ); document.write( "Now each of the 10 people send 10 emails \n" ); document.write( "and \n" ); document.write( "So far I have: \n" ); document.write( "generation# --- emails sent \n" ); document.write( "--- 1 --------------1 \n" ); document.write( "--- 2 --------------10 \n" ); document.write( "--- 3 --------------100 \n" ); document.write( "So far 111 people have gotten emails \n" ); document.write( "Now, there are 100 people who are going to send \n" ); document.write( "emails to 10 other people. \n" ); document.write( " \n" ); document.write( "So far I have: \n" ); document.write( "generation# --- emails sent \n" ); document.write( "--- 1 --------------1 \n" ); document.write( "--- 2 --------------10 \n" ); document.write( "--- 3 --------------100 \n" ); document.write( "--- 4 --------------1000 \n" ); document.write( "So far, 1111 people have gotten emails \n" ); document.write( "If I carry this process to 8 generations, the 8th is: \n" ); document.write( "generation# --- emails sent \n" ); document.write( "--- 8 --------------10000000 \n" ); document.write( "and the total number of people who have gotten emails is \n" ); document.write( "11,111,111 \n" ); document.write( " |