document.write( "Question 363799: The people of Vancouver cannot keep a secret. Upon being told a secret, a person from Vancouver will spend the next hour telling 3 friends the secret. In turn, those 3 friends will spend the next hour each telling 3 more people. This process continues and no one will tel someone who already knows the secret. If you tell a person from Vancouver a secret, how many people, excluding you, will know the secret in 7 hours? \n" ); document.write( "
Algebra.Com's Answer #259447 by amoresroy(361)\"\" \"About 
You can put this solution on YOUR website!
a = 3
\n" ); document.write( "r = 3
\n" ); document.write( "n = 7\r
\n" ); document.write( "\n" ); document.write( "Sum = a (1 - r^n)/((1-r
\n" ); document.write( " = 3 (1 - 3^7)/ (1-3)
\n" ); document.write( " = 3 (1-2187)/ (1-3)
\n" ); document.write( " = 3 (-2186)/(-2)
\n" ); document.write( " = 3,279\r
\n" ); document.write( "\n" ); document.write( "3,279 people will know the secret in 7 hours
\n" ); document.write( "
\n" ); document.write( "
\n" );