document.write( "Question 490283:  if a dice is rolled one time, find the probability of getting a number greater than 0.\r
\n" );
document.write( "\n" );
document.write( "1. 1/6
\n" );
document.write( "2. 0
\n" );
document.write( "3. 1
\n" );
document.write( "4. 5/6\r
\n" );
document.write( "\n" );
document.write( "I think it is 1/6, I am confused by the 0, because a dice has no 0.
\n" );
document.write( "Please assist. Thanks. \n" );
document.write( "
| Algebra.Com's Answer #333960 by John10(297)     You can put this solution on YOUR website! The roll has SIX possibilities (1,2,3,4,5,6) \n" ); document.write( "Those numbers are ALL greater than zero. \n" ); document.write( "Pr (x > 0) = 6/6 = 1 \n" ); document.write( "John10:) \n" ); document.write( " |