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.
Answer:
a = 1
Step-by-step explanation:
x = 8
3x - y = 9
3(8) - y = 9
24 - y = 9
-y = 9 - 24
-y = -15
y = 15
ax + y = 23
a(8) + 15 = 23
8a = 23 - 15
8a = 8
a = 8/8
a = 1
Answer:
1. e
2. c
Step-by-step explanation:
1. e. table
The question displays a table that organizes the data
2. c
When you compare the x and y values of a relationship, in this case the b and t variables, you use a ratio.
Step-by-step explanation:
(3a-7a+6)-(4a-3a+4)
(-4a+6)-(1a+4)
Add the remaining a's together, as well as the 6 and 4.
you get,
-3a+10