1/4 . . . . ........ .. . . . . . . . .. . .. . . .. . . .
Answer:
B. 31.4
Step-by-step explanation:
● you use the equation to find the circumstance of a circle so 2(pi)r.
● plug in the numbers into the equation 2(3.14)(5)
● evaluate. 2(15.70) = 31.4
Answer:
Step-by-step explanation: x=1
Answer:
See below
Step-by-step explanation:
<h3>Part A</h3>
<h3>Part B</h3>
It has only one solution when the line mx + 1 is parallel to one part of |2x - 4|.
As per graph, we see m = 2 makes it parallel to y = 2x - 4. This is the only solution.
---------------------------
Now, as I understand, you are looking for 2 solutions instead of one. It means the line mx + 1 will have 2 points of intersection with the line |2x - 4|.
One of those solutions is attached as well, where m = 1. And you may get many more options for this.
Given recursive formula is
f(n) = 22 * f(n - 1)
Where first term : f(1) = 10
And we need to find the first five terms of this sequence. So , let's find the second term by plug in n = 2 in the above formula. Therefore,
f (2) = 2.2 * f ( 2 -1)
= 2.2 * f(1)
= 2.2 * 10
= 22
So second term is 22.
Similarly plug in 3 for n to get the third term. Hence,
f(3) = 2.2 * f(3 -1) = 2.2 * f(2) = 2.2 * 22= 48.4
f(4) = 2.2 *f( 4 -1) = 2.2 * f(3) = 2.2* 48.4 = 106.48
f(5) = 2.2* f(5-1)= 2.2 * f(4) = 2.2 * 106.48 = 234.256
So, the first five terms are 10, 22, 48.4, 106.48 and 234.256.
Hope this helps you!