document.write( "Question 232446: How many throws of two dice are needed, on average, to roll a lucky seven? \n" ); document.write( "
Algebra.Com's Answer #171793 by vincysam(2) ![]() You can put this solution on YOUR website! The total number of possible outcomes when two dice are thrown are 36 \n" ); document.write( " Possible out comes are one on first die and one on second die (1,1) \n" ); document.write( " one on first die and two on second die (1,2) \n" ); document.write( " .......................................... \n" ); document.write( " ......................................... \n" ); document.write( " ......................................... \n" ); document.write( " six on first die and five on second die (6,5) \n" ); document.write( " six on first die and six on second die (6,6)\r \n" ); document.write( "\n" ); document.write( " Favorable chances to get seven is (1,6),(2,5),(3,4),(4,3),(5,2),(6,1)\r \n" ); document.write( "\n" ); document.write( " Probability of getting seven = favorable chances to roll seven/total outcomes \n" ); document.write( " = 6/36 \n" ); document.write( " = 1/6\r \n" ); document.write( "\n" ); document.write( " This means on average six throws need to roll lucky seven \n" ); document.write( " \n" ); document.write( " |