document.write( "Question 369381: If three digits are randomly selected, find the probability of getting at least one 7. Digits can be used more than once. \r
\n" );
document.write( "\n" );
document.write( "I tried doing the probability of not getting a 7 in each area:
\n" );
document.write( "P(not 7)= (.9)*(.9)*(.9)=.729
\n" );
document.write( "P(at least one 7)= 1-.729= .271\r
\n" );
document.write( "\n" );
document.write( "Is that right? \n" );
document.write( "
Algebra.Com's Answer #263193 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Assuming it's 10 digits, 0 to 9: \n" ); document.write( "1/10 + 1/10 + 1/10 = 3/10 \n" ); document.write( " \n" ); document.write( " |