Answer: C, D
Step-by-step explanation:
edge2021
I suspect you meant
"How many numbers between 1 and 100 (inclusive) are divisible by 10 or 7?"
• Count the multiples of 10:
⌊100/10⌋ = ⌊10⌋ = 10
• Count the multiples of 7:
⌊100/7⌋ ≈ ⌊14.2857⌋ = 14
• Count the multiples of the LCM of 7 and 10. These numbers are coprime, so LCM(7, 10) = 7•10 = 70, and
⌊100/70⌋ ≈ ⌊1.42857⌋ = 1
(where ⌊<em>x</em>⌋ denotes the "floor" of <em>x</em>, meaning the largest integer that is smaller than <em>x</em>)
Then using the inclusion/exclusion principle, there are
10 + 14 - 1 = 23
numbers in the range 1-100 that are divisible by 10 or 7. In other words, add up the multiples of both 10 and 7, then subtract the common multiples, which are multiples of the LCM.
Step-by-step explanation:
yes
no
yes
yes
that is the correct answer
Answer:
In about 4 hours I think
Step-by-step explanation:
Answer:
8x+4 and 10x+4
Step-by-step explanation:
Using the distributive property, you times 8 by x and then 8 by one half: 8x & 8*1/2. 8x+4
You then do the same for 10(x+2/5): 10x and then 10 divided by 5 and times by 2. This leaves you with 10x+4.
I hope this helped. :)