Answer:11x
Step-by-step explanation:
Hello :
<span>|x| + 7 < 4.
</span><span>|x| < 4.-7
</span>|x| < -3
no reals solutions because for all reals x : |x| <span>≥ 0</span>
Answer:
0, 5, 8, 9, 8, 5, 0
Step-by-step explanation:
The general form of the geometric sequence is

, where a sub n is the number term you're looking for (we're looking for the tenth term). a sub 1 is the first term in the sequence (ours is -6), r is the common ratio, and n-1 is the numbered term you're looking for minus 1. Our formula then looks like this:

. Simplify it to

. Take 2 to the 9th power then multiply it by -6 to get -3072. C is your answer.
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.