document.write( "Question 169456: If you roll a single die what is the probability that you roll a number less than or equal to four? \n" ); document.write( "
Algebra.Com's Answer #124925 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! In a single die, the chances on any number 1 - 6 are equally probable. \n" ); document.write( "Each face has a 1/6 chance of being rolled. \n" ); document.write( "The probability of rolling a 1,2,3 or 4 is the sum of the individual odds. \n" ); document.write( "1/6 + 1/6 + 1/6 + 1/6 = 4/6 = 2/3 \n" ); document.write( " |