Bunuel
If two distinct integers a and b are picked from {1, 2, 3, 4, .... 100} and multiplied, what is the probability that the resulting number has EXACTLY 3 factors?
A. 4/(25*99)
B. 2/(25*99)
C. 8/(25*99)
D. 16/(25*99)
E. 32/(25*99)
hi,
bunuel a good Q..
what does three factor means?
it means the number is a square of a prime number.
THE CATCH IS :- How do we get two different integers a and b such that the multiple of these numbers is a perfect square?one number has to be 1 and other the perfect square itself..
lets see how many perfect square of which all prime numbers are <100...2,3,5,7.. next 11 will lead to 121, which is >100..
if say a is one in every case b will be 4,9,25,49.... so 4 ways
vice versa.. b is 1 and a is 4,9,25,49..
so total ways =2*4=8...
total ways = 100*99..
prob= \(\frac{8}{{100*99}}\)..prob= \(\frac{2}{{25*99}}\)
B
You list the total # of ways of selecting 2 numbers as 100*99, but isn't that incorrect?
Also, video solving the problem for those who need it.