document.write( "Question 326140: A die is rolled. find the odds for rolling a 5 or an even number \n" ); document.write( "
Algebra.Com's Answer #233441 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! There are six possible outcomes from rolling a die (1,2,3,4,5,6). \n" ); document.write( "One of them is a 5. \n" ); document.write( "Three of them are even. \n" ); document.write( "P(5)=1/6 \n" ); document.write( "P(even)=3/6=1/2 \n" ); document.write( "P(5 or even)=1/6+3/6=4/6=2/3 \n" ); document.write( " |