document.write( "Question 536921: I am not sure how to solve this problem. I'd appreciate the help, thank you!!\r
\n" );
document.write( "\n" );
document.write( "\"A scoring possibility in a game of Yahtzee with five 6-sided dice is called a \"three of a kind,\" where three numbers are the same and the remaining two numbers are both different (eg: 5 5 5 1 4 or 2 5 2 3 2). Find the probability of rolling a three of a kind. \n" );
document.write( "
Algebra.Com's Answer #352655 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! \"A scoring possibility in a game of Yahtzee with five 6-sided dice is called a \"three of a kind,\" where three numbers are the same and the remaining two numbers are both different (eg: 5 5 5 1 4 or 2 5 2 3 2). Find the probability of rolling a three of a kind. \n" ); document.write( "--- \n" ); document.write( "Pick a number: 6 ways \n" ); document.write( "Pick 3 of that number on 5 dice: 5C3 = 10 ways \n" ); document.write( "Pick another number: 5 ways \n" ); document.write( "Pick yet another number: 4 ways \n" ); document.write( "Total # of ways to succeed: 6*10*5*4 = 1200 \n" ); document.write( "--- \n" ); document.write( " # of possible outcomes: 6^5 = 7776 \n" ); document.write( "--- \n" ); document.write( "Probability of \"three of a kind\" = 1200/7776 = 0.1543 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |