document.write( "Question 704383: Using the digits in {0,1,2,3,4,6} 3 digit numbers are formed and put in a box. A number is selected ramdomly.
\n" );
document.write( "Find the probability that it is even if a. Repetition is allowed b. Repetition is not allowed
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #434081 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Using the digits in {0,1,2,3,4,6} 3 digit numbers are formed and put in a box. A number is selected ramdomly. \n" ); document.write( "Find the probability that it is even if \n" ); document.write( "a. Repetition is allowed \n" ); document.write( "The number will be even if the units digit is even \n" ); document.write( "# of ways to succeed: 6*7*3 = 126 \n" ); document.write( "# of possible outcomes: 6*7*7 = 294 \n" ); document.write( "--- \n" ); document.write( "P(3-digit even with repetition) = 126/294 = 0.4286 \n" ); document.write( "---------- \n" ); document.write( "b. Repetition is not allowed \n" ); document.write( "# of ways to succeed: 6*7*4 = 168 \n" ); document.write( "E of possible outcomes: 6*6*4 = 180 \n" ); document.write( "P(3-digit even without repetition) = 0.93 \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " \n" ); document.write( " |