- #1
stunner5000pt
- 1,463
- 3
- Homework Statement
- Pick two integers between 1 to 100 (inclusive) whose product is divisible by 7. No repetition allowed
Determine the number of numbers that may be formed this way
- Relevant Equations
- Basic counting methods
There are 14 integers between 1 to 100 that are divisible by 7
If we used indirect approach, then we would do the total number of possibilities C(100,2) = 4,950
and subtract all nubmers that are indivisible by 7 : C(100-14, 2) = C(86,2) = 3,655
the difference of these two numbers is 4,950 - 3,655 = 1,295
Is this the right answer?
Your insight is greatly appreciated!
If we used indirect approach, then we would do the total number of possibilities C(100,2) = 4,950
and subtract all nubmers that are indivisible by 7 : C(100-14, 2) = C(86,2) = 3,655
the difference of these two numbers is 4,950 - 3,655 = 1,295
Is this the right answer?
Your insight is greatly appreciated!
Last edited: