document.write( "Question 624977: A single die is rolled five times, and the number of fours that come up is tallied. Find the probability of getting exactly two fours. (I want to know how to set it up to get me answer and the answer so that i can fill in the numbers that leads to that answer) \n" ); document.write( "
Algebra.Com's Answer #393464 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Probability of getting 4 in single throw = 1/6 \r \n" ); document.write( "\n" ); document.write( "so, probability of net getting 4 in single throw = 5/6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of getting exactly two fours in five throw = 5C2* (1/6)^2 * (5/6)^3 \n" ); document.write( "( Binomial probability )\r \n" ); document.write( "\n" ); document.write( "= 10 * 5^3 / (6^5)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I hope it will help you to understand the concept, feel free to ask if any doubt.... \n" ); document.write( " \n" ); document.write( " |