document.write( "Question 771170: If f is chosen at random from the set {2, 3, 4} and m is chosen at random from the set {9, 10, 11}, what is the probability that f is a factor of m? \n" ); document.write( "
Algebra.Com's Answer #470017 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! U={2, 3, 4}x{9, 10, 11}\r \n" ); document.write( "\n" ); document.write( "and n(U)=9\r \n" ); document.write( "\n" ); document.write( "from which E = {(2,10), (3,9)}\r \n" ); document.write( "\n" ); document.write( "and so n(E)=2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p=n(E)/n(U)=2/9 \n" ); document.write( " |