document.write( "Question 608770: you wrote a computer program that generate two random numbers between 1 and 8. what is the probability that both values will be less than 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #383367 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! you wrote a computer program that generate two random numbers between 1 and 8. what is the probability that both values will be less than 4 \n" ); document.write( "------ \n" ); document.write( "For a single value to be less than 4: \n" ); document.write( "# of ways to succeed: 3 \n" ); document.write( "# of random results: 8 \n" ); document.write( "P(a single digit is < 4) = 3/8 \n" ); document.write( "---- \n" ); document.write( "P(2 selected digits are < 4) =(3/8)^2 = 9/64 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |