Hi, can anyone pls help me get this solve?
How many integers less than 1000 have no factors(other than 1) in common with 1000 ?
a. 400
b. 399
c. 410
d. 420
First, singhvikramveer determined that it would be easier to subtract from 1000 all the numbers 1-1000 that share at least one factor (other than 1) with 1000, than to count directly those that do not share any such factor.
Second, he recognized that the only way to share a factor (other than 1) was to share a prime factor, that is to be a multiple of 2 or 5.
Third, he determined the number of multiples of 2 (500) and the number of multiples of 5 (200). This would be trickier if the starting value weren't 1.
Fourth, he recognized that he had counted twice all those values that are multiples of both 2 and 5. That is, he had counted each of the 100 multiples of 10 twice.
Fifth, he subtracted 100 to correct for that overcounting.
Finally, he recognized that 1 does not share any factors (other than 1) with 100, even though it is a multiple of neither 2 nor 5.
rockrock Wrote:how is that dividing by the prime factor tells us the "number" of multiples? as opposed to the actual factor itself?
i.e. how is is that 1000/2 = 500, tells us that there are 500 multiples?
mschwrtz Wrote:very elegant solution singhvikramveer. Just to be sure that everyone can follow it, let me signpost it a little:
Finally, he recognized that 1 does not share any factors (other than 1) with 100, even though it is a multiple of neither 2 nor 5.
adiagr Wrote:mschwrtz Wrote:very elegant solution singhvikramveer. Just to be sure that everyone can follow it, let me signpost it a little:
Finally, he recognized that 1 does not share any factors (other than 1) with 100, even though it is a multiple of neither 2 nor 5.
Why will we remove 1?
The question asks us "How many integers less than 1000 have no factors (other than 1) in common with 1000 ?
1 does satisfy this condition.