document.write( "Question 1088297: A number is randomily selected from set A(1, 2, 3) and then second to number is randomily Selected for from set B (1, 3, 9) the probability that the product of the two numbers Selected for will be less than 9 is
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #702549 by Fombitz(32388) You can put this solution on YOUR website! Look at the possible outcomes of first set, second set pairs and their products: \n" ); document.write( "1,1=1 \n" ); document.write( "1,3=3 \n" ); document.write( "1,9=9 \n" ); document.write( "2,1=2 \n" ); document.write( "2,3=6 \n" ); document.write( "2,9=18 \n" ); document.write( "3,1=3 \n" ); document.write( "3,3=9 \n" ); document.write( "3,9=27 \n" ); document.write( "Out of those 9 outcomes, 5 of them have a product that is less than 9. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |