document.write( "Question 1123527: A dice is rolled once. What is the probability of getting an odd number or getting a number greater than 3?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #739865 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The chances are 1/6 for each of the numbers \n" ); document.write( "odd are 1,3,5 \n" ); document.write( "greater than 3 are 4,5,6 \n" ); document.write( "5 is double counted, so the probability is (5/6). Only 2 is not covered by the conditions \n" ); document.write( " |