document.write( "Question 1135767: A fair die is rolled 6 times. What is the probability that a 3 is obtained
\n" ); document.write( "on at least one of the rolls? Round your answer to three decimal places.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #753438 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "We first calculate the probability of the complement event, which is to \r\n" );
document.write( "roll one of these 5 {1,2,4,5,6} 6 times in a row.  The probability of\r\n" );
document.write( "that is \"%285%2F6%29%5E6=0.3348979767\"\r\n" );
document.write( "\r\n" );
document.write( "We subtract from 1 and get 0.6651020233 \r\n" );
document.write( "\r\n" );
document.write( "OR:\r\n" );
document.write( "\r\n" );
document.write( "On your TI-84 or TI-83 it's 6 trials, p=1/6, x value=0\r\n" );
document.write( "\r\n" );
document.write( "binompdf(6,1/6,0)    <--find that @ 2ND VARS, scroll down to A:binompdf(\r\n" );
document.write( "\r\n" );
document.write( "Press ENTER\r\n" );
document.write( "\r\n" );
document.write( "0.3348979767\r\n" );
document.write( "\r\n" );
document.write( "Subtract from 1,\r\n" );
document.write( "\r\n" );
document.write( "0.6651020233\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );