You randomly choose distinct positive integers between and inclusive. What is the probability that the product of both of their factors is odd?
Example: Say you took and . Factor of are . Their product is which is odd. Factor of is . Their product is . So, this is a fail. Should we have taken instead of , Both of the products would have been odd.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The factors of even number have at least 1 even number among them so the product of the factors of any even number is even.
The factors of odd number does not have any even number in it. So the product of the factors of any odd number is odd.
So, this has become a classic problem, what is the probability of taking 2 (different) even numbers from 1 s t 1 0 0 Natural numbers.
The probability is 5 0 C 2 / 1 0 0 C 2 = 4 9 / 1 9 8