Answer:
( -
/2 , -1/2)
Step-by-step explanation:
-210 degrees in standard position corresponds to an angle in the 3rd quadrant 30 degrees below the negative x-axis
The hypotenuse of the triangle here is 1, and we want the coordinates.
_______________________(0,0)
|(x = -root(3)/2)
|
| (y = -1/2)
The answer is 6 because 39/13=3 and 18/3=6
Answer:
distance driven < 300 miles.
Step-by-step explanation:
Plan A
She needs the car for 3 days.
1 day costs 60 dollars
3 days cost 60*3 = 180 So this is the maximum amount that she can spend
Plan B
She still needs the car for 3 days
1 day costs 20 dollars of the car does not move
3 days costs 3*20 = 60 dollars.
60 + 0.4m < 180 Subtract 60
0.4m < 180 - 60
0.4m < 120 Divide by 0.4
m < 120/ 0.4
m < 300
Answer
so she should drive less than 300 miles.
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