Answer:
math is a difficult subject
Answer:

Step-by-step explanation:
∠E = 1/2 (mCD - mAB)
<u>Where mCD = 110° and mAB = 30°</u>
∠E = 1/2 (110° - 30°)
∠E = 1/2 (80°)
∠E = 40°
![\rule[225]{225}{2}](https://tex.z-dn.net/?f=%5Crule%5B225%5D%7B225%7D%7B2%7D)
Hope this helped!
<h3>~AH1807</h3>
Answer:
a[n] = a[n-1]×(4/3)
a[1] = 1/2
Step-by-step explanation:
The terms of a geometric sequence have an initial term and a common ratio. The common ratio multiplies the previous term to get the next one. That sentence describes the recursive relation.
The general explicit term of a geometric sequence is ...
a[n] = a[1]×r^(n-1) . . . . . where a[1] is the first term and r is the common ratio
Comparing this to the expression you are given, you see that ...
a[1] = 1/2
r = 4/3
(You also see that parenthses are missing around the exponent expression, n-1.)
A recursive rule is defined by two things:
- the starting value(s) for the recursive relation
- the recursive relation relating the next term to previous terms
The definition of a geometric sequence tells you the recursive relation is:
<em>the next term is the previous one multiplied by the common ratio</em>.
In math terms, this looks like
a[n] = a[n-1]×r
Using the value of r from above, this becomes ...
a[n] = a[n-1]×(4/3)
Of course, the starting values are the same for the explicit rule and the recursive rule:
a[1] = 1/2
<u>To make this problem solvable, I have replaced the 't' in the second equation for a 'y'.</u>
Answer:
<em>x = -9</em>
<em>y = 2</em>
Step-by-step explanation:
<u>Solve the system:</u>
2x + 3y = -12 [1]
2x + y = -16 [2]
Subtracting [1] and [2]:
3y - y = -12 + 16
2y = 4
y = 4/2 = 2
From [1]:
2x + 3(2) = -12
2x + 6 = -12
2x = -18
x = -18/2 = -9
Solution:
x = -9
y = 2