Answer:
180 Degrees minus 117= sixty three
answer is x is 63
Where did I get the 180?
- straight Angles have 180
- 117 is a part of 180
-so that is why you had to subtract
I hope this Helps You!!
Answer:
The correct answer is A: Interquartile range
Step-by-step explanation:
Just took the test and this was the correct answer
83x + P = 83x + Q <em>subtract 83x from both sides</em>
P = Q
The equation has no solution for P different Q (P ≠ Q).
Answer:
B. A cow of 5 years is predicted to produce 5.5 more gallons per week.
Step-by-step explanation:
Let
, where
is the age of the dairy cow, measured in years, and
is the predicted milk production, measured in gallons per week.
Besides, we consider
and
, such that
, we define the difference between predicted milk productions (
) below:
(1)
If we know that
and
, then the difference between predicted milk productions is:

That is, a cow of 5 years is predicted to produce 5.5 more gallons per week than a cow of 10 years. Hence, the right answer is B.
Answer:
f(n) = f(n - 1) + 3
Step-by-step explanation:
Substitute
to get the recursive formula.
OPTION 1: f(n) = f(n - 1) + 3
Substituting n = 1.
f(1) = f(1 - 1) + 3 = 0 + 3 = 3.
Substituting n = 2.
f(2) = f(2 - 1) + 3 = f(1) + 3 = 3 + 3 = 6.
Substituting n = 3.
f(3) = f(3 - 1) + 3 = f(2) + 3 = 6 + 3 = 9.
The numbers match the given sequence. So, we say the above recursive formula represents the sequence.
OPTION 2: f(n) = f(n - 1) + 2
Substituting n = 1
f(1) = f(0) + 2
3.
So, this is eliminated.
Similarly, OPTION 3 and OPTION 4 can be eliminated as well.