document.write( "Question 51957: a dice is rolled. what is the probability of rolling a number less than 4 or a 7?
\n" );
document.write( "thanks a lot i hope you can help me solve this \n" );
document.write( "
Algebra.Com's Answer #34655 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Probability of rolling less than four. \n" ); document.write( "Total Possible Rolls: 1,2,3,4,5,6 = 6 \n" ); document.write( "Rolls You Want: 1,2,3 = 3 \n" ); document.write( "3/6 or 1/2 \n" ); document.write( "50% chance \n" ); document.write( "Probability of rolling less than seven. \n" ); document.write( "Total Possible Rolls: 1,2,3,4,5,6 = 6 \n" ); document.write( "Rolls You Want: 1,2,3,4,5,6 = 6 \n" ); document.write( "6/6 = 1 \n" ); document.write( "100% chance \n" ); document.write( " |