document.write( "Question 86126: If you are rolling a fair die, what is the probability of rolling an even number and then, on a second roll, rolling the very same number that you rolled on the first roll.\r
\n" );
document.write( "\n" );
document.write( "(even# and same #)= \n" );
document.write( "
Algebra.Com's Answer #62238 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! If you are rolling a fair die, what is the probability of rolling an even number and then, on a second roll, rolling the very same number that you rolled on the first roll. \n" ); document.write( "(even# and same #)= \n" ); document.write( "TOTAL THERE ARE 6 FACES \n" ); document.write( "THEY HAVE 1 TO 6 NUMBERS \n" ); document.write( "EVEN NUMBERS ARE 3 \n" ); document.write( "SO PROBABILITY OF GETTING AN EVEN NUMBER ON I THROW = 3/6 \n" ); document.write( "TO GET SAME NUMBER IN II THROW PROBABILITY=1/6 \n" ); document.write( "HENCE COMBINATION PROBABILITY = (3/6)(1/6)=1/12 \n" ); document.write( " |