document.write( "Question 191806: Nonstandard dice can produce interesting distributions of outcomes. You have two balanced,
\n" );
document.write( "six-sided dice. One is a standard dice, with faces having 1,2,3,4,5 and 6 spots. The other die
\n" );
document.write( "has three faces with 0 spots and three faces with 6 spots. Find the probability distribution
\n" );
document.write( "for the total number of spots Y on the up-faces when you roll these two dice.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #143917 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Nonstandard dice can produce interesting distributions of outcomes. You have two balanced, six-sided dice. One is a standard dice, with faces having 1,2,3,4,5 and 6 spots. \n" ); document.write( "The other die has three faces with 0 spots and three faces with 6 spots. \n" ); document.write( "Find the probability distribution for the total number of spots Y on the up-faces when you roll these two dice. \n" ); document.write( "--------------------- \n" ); document.write( "Sample Space: \n" ); document.write( "1 with a 0 ; 3 times : spots = 1 \n" ); document.write( "2 with a 0 ; 3 times: spots = 2 \n" ); document.write( "3 with a 0 ; 3 times : spots = 3 \n" ); document.write( "etc,\r \n" ); document.write( "\n" ); document.write( "1 with a 6 ; 3 times : spots = 7 \n" ); document.write( "2 with a 6 ; 3 times : spots = 8 \n" ); document.write( "3 with a 6 ; 3 times : spots = 9 \n" ); document.write( "etc \n" ); document.write( "============================== \n" ); document.write( "Spots distribution \n" ); document.write( "3 each of 1,2,...6 \n" ); document.write( "3 each of 7,8,...12 \n" ); document.write( "----------------------- \n" ); document.write( "spots/probability \n" ); document.write( "1 / 3/36 \n" ); document.write( "2 / 3/36 \n" ); document.write( "3 / 3/36 \n" ); document.write( "etc \n" ); document.write( "7 / 3/36 \n" ); document.write( "8 / 3/36 \n" ); document.write( "9 / 3/36 \n" ); document.write( "etc \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |