Find the least number with 32 factors and at most 3 prime factors?
Let the prime factors be abc.
Ways of writing -
a31 least value =231
ab15 least value =2153
a3b7 least value =2733
ab3c3 least value =23335=1080
ab7c least value =273151=1920
'a' and 'b' are two positive integers such that the least prime factor of 'a' is 3 and the least prime factor of 'b' is 5.Then find the least prime factor of (a+b).