How many rational numbers in between 0 and 1 are such that, when expressed as a fraction in the lowest form, the product of their numerator and denominator is ?
This problem is a part of Tessellate S.T.E.M.S (2019)
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.
To construct a coprime pair whose product is 20! we take the prime factors of 20! (ignoring their exponents) and split them into two distinct subsets from which we build the nominator and denominator (with their original exponents). The set of primes generating 20! is S={2,3,5,7,11,13,17,19} So let's say we start with the nominator - for each element of S we decide whether to take it or not to build the nominator, and the complelment subset determines the value of the denominator (preserving for each factor its original exponent). That makes a total of 256 options. Finally, it's clear that half of the options we constructed are greater than 1 so all in all we've got 128 options.