B=-3
because you divide 27 by -9 to get y by its self
Answer:
42.1
Explanation step-by-step:
Working out the lenght of the blue-dashed line:
SOH
47 is the Hypotenuse.
the blue line is the adjacent.
adjacent= Cos(30) x47
adjacent= 40.7
Working out x :
40.7 is the opposite this time.
x is the adjacent.
x = 40.7/ Tan(44)
x = 42.1
Answer:
66.67%
Step-by-step explanation:

Answer:
= 29/12 − -13/6
<span>= ((29 × 6) − (-13 × 12)) / (12 × 6) </span>
= (174 - -156) / 72
= 330/72
= 55/12
<span>= 4 7/12</span>
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.