document.write( "Question 1201347: a six sided die was rolled 12 times with these results:
\n" );
document.write( "Roll- 1, 2, 3, 4, 5, 6
\n" );
document.write( "times- 2, 3, 2, 2, 2, 1\r
\n" );
document.write( "\n" );
document.write( "What is the experimental probability of rolling an number greater than 2? round as decimal to the nearest hundredth. \n" );
document.write( "
Algebra.Com's Answer #835661 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P = (# of \"good\" outcomes)/(total # of outcomes) \n" ); document.write( "P(greater than 2) = (2+2+2+1)/(2+3+2+2+2+1) = 7/12 \n" ); document.write( " \n" ); document.write( " |