document.write( "Question 431216: A pair of dice is constructed so that each die is marked with a 1 on one side, a 2 on two sides, and a 3 on three sides. The dice are rolled. Find the probability that two 3s are rolled \n" ); document.write( "
Algebra.Com's Answer #299313 by subudear(62)![]() ![]() ![]() You can put this solution on YOUR website! probability of getting 1 is 1/6 \n" ); document.write( "probability of getting 2 is 2/6 or 1/3 \n" ); document.write( "probability of getting 3 is 3/6 or 1/2\r \n" ); document.write( "\n" ); document.write( "when 2 such dice are rolled then probability of getting 3 on both the dice is \n" ); document.write( "1/2 * 1/2 = 1/4\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |