document.write( "Question 1088952: A single die is rolled one time.Find the probability of rolling an odd or number less than 5. \n" ); document.write( "
Algebra.Com's Answer #703294 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! there are six possible outcomes for rolling the die \n" ); document.write( ": \n" ); document.write( "1, 2, 3, 4, 5, 6 \n" ); document.write( ": \n" ); document.write( "odd numbers are 1, 3, 5 \n" ); document.write( ": \n" ); document.write( "numbers less than 5 are 1, 2, 3, 4 \n" ); document.write( ": \n" ); document.write( "Probability(rolling an odd number or a number less than 5) = 3/6 + 2/6 = 5/6 \n" ); document.write( ": \n" ); document.write( "note that we do not count 1 and 3 as numbers less than 5 since we already counted them as odd numbers \n" ); document.write( ": \n" ); document.write( " |