Answer:
B. 7.4 units
Step-by-step explanation:
If M is the center then radius is just distance from M to outer edge.
Answer:
p=-9
Step-by-step explanation:
13p+42=-57+2p
Subtract 2p from each side
13p-2p+42=-57+2p-2p
11p +42 = -57
Subtract 42 from each side
11p+42-42=-57-42
11p = -99
Divide each side by 11
11p/11 = -99/11
p = -9
Answer:
1. S(1) = 1; S(n) = S(n-1) +n^2
2. see attached
3. neither
Step-by-step explanation:
1. The first step shows 1 square, so the first part of the recursive definition is ...
S(1) = 1
Each successive step has n^2 squares added to the number in the previous step. So, that part of the recursive definition is ...
S(n) = S(n-1) +n^2
__
2. See the attachment for a graph.
__
3. The recursive relation for an arithmetic function is of the form ...
S(n) = S(n-1) +k . . . . . for k = some constant
The recursive relation for a geometric function is of the form ...
S(n) = k·S(n-1) . . . . . . for k = some constant
The above recursive relation is not in either of these forms, so it is neither geometric nor arithmetic.
Answer:
D. i think
Step-by-step explanation:
Hope this helps!