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.
Perpendicular lines, C is the answer.
To solve this equation, Simplify the first and then the second.
First will be solved like: -y=3x+3, y=-3x-3. The second will be simplified as: 9y=3x+2, y=1/3x+2/9. Then you divide by 3.t.
Answer:
9 + 0.75x =12 x=4
Step-by-step explanation:
Answer:
Option a) Type I error would occur if we reject null hypothesis and conclude that the average amount is greater than $3,200 when in fact the average amount is $3,200 or less.
Step-by-step explanation:
We are given the following information in the question:

where μ is the average amount of money in a savings account for a person aged 30 to 40.
Type I error:
- Type I error is also known as a “false positive” and is the error of rejecting a null hypothesis when it is actually true.
- In other words, this is the error of accepting an alternative hypothesis when the results can be attributed by null hypothesis.
- A type I error occurs during the hypothesis testing process when a null hypothesis is rejected, even though it is correct and should not be rejected.
Thus, in the above hypothesis type error will occur when we reject the null hypothesis even when it is true.
Option a) Type I error would occur if we reject null hypothesis and conclude that the average amount is greater than $3,200 when in fact the average amount is $3,200 or less.