document.write( "Question 772404: (A) How many times must a die be thrown to be sure that the same number occurs twice?
\n" );
document.write( " (B) How many times must two dice be thrown to be sure that the same total score occurs at least six times?
\n" );
document.write( " (C) How many times must n dice be sure that the same total score occurs p times? \n" );
document.write( "
Algebra.Com's Answer #470842 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! Answers\r \n" ); document.write( "\n" ); document.write( "A) 7\r \n" ); document.write( "\n" ); document.write( "B) We have 11 sums (2 to 12) Answer: 5*11+1 = 56\r \n" ); document.write( "\n" ); document.write( "C) We have 5n+1 sums (n to 6n) Answer: (p-1)(5n+1) +1 = 5pn+p-5n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I can help you with more questions at: mthman@gmail.com\r \n" ); document.write( "\n" ); document.write( "Thanks \n" ); document.write( " |