If n is a positive integer and the product of all integers from 1 to n, inclusive, is a multiple of 990, wht is the least possible value of n?
The answer is 11 but I cant figure it out --- can someone please explain? THanks
LP1 Wrote:Iam not quite sure I understand. is there an alternate explanation/approach?
Also, why should n be atleast 11?
LP1 Wrote:Iam not quite sure I understand. is there an alternate explanation/approach? Also, why should n be atleast 11?
thanx much
Working from top down, assume n=990 divide by 11
Irrelevant to know what n actually is since each multiple of any number, n, has the same number of distinct prime factors).
RonPurewal Wrote:Working from top down, assume n=990 divide by 11
i'm not sure what this is supposed to mean. could you explain further?Irrelevant to know what n actually is since each multiple of any number, n, has the same number of distinct prime factors).
absolutely not true.
For instance, n = 10 has two distinct prime factors, but 30 (which is a multiple of 10) has three distinct prime factors. and 210 has four distinct prime factors. etc. etc.
what does "distinct prime factors" have to do with this problem, anyway? are you sure you're posting in the correct thread?
gkhan Wrote:\To clarify...
The stem asks for the least so checking the divisibility of the first answer choice, 10 seems smart to try because 5! and up are divisible by 10, BUT since the product of all integers from 1 to n has to be divisible by 990, 1980, 2,970 one would realize that it must one of the prime factors of 990.
I meant original distinct integers. I understand your instance given,
n=10 2*5 (the original distinct primes:2,5)
n=30 2*5*3 (remain 2,5)
n=210 2*5*3*7 (2,5)