document.write( "Question 1120139: Each of three boxes has 10 balls with numbers from 0 to 9. You take out one ball from each box randomly. What is the probability that you have taken out
\n" );
document.write( "a. three “2”s?
\n" );
document.write( "b. 3 numbers that are the same? \n" );
document.write( "
Algebra.Com's Answer #735812 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "a) (1/10)*(1/10)*(1/10) = \n" ); document.write( "b) (1/10)*(1/10) = \n" ); document.write( "\n" ); document.write( "Notice for part(b) that the first pick is x (where x=0,1,…9), so only the 2nd and 3rd picks need to match x. In contrast, part(a) stipulates that x=2 so we have a 1/10 probability of picking that particular x on pick #1. \n" ); document.write( " \n" ); document.write( "An alternate way to view (b) vs (a): there are 10 possible picks where the 3 numbers match, and only one {2,2,2}, so the answer to (b) must be 10 times as great as (a).\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |