Answer:
THE THIRD ONE
Step-by-step explanation:
Answer:
75
Step-by-step explanation:
f(1) = 7
f(n) = 3f(n-1) + 3
So what you are trying to do here is find the recursive value (that's what it is called) for f(n). Computers love this sort of thing, but we humans have to do it slowly and carefully.
So let's try f(2)
That means that f(2) = 3*f(n-1) + 3
but if f(2) is used it means that you have to know f(2-1) which is just f(1) and we know that.
so f(2) = 3*f(1)+3
f(2) = 3*7 + 3
f(2) = 21 + 3
f(2) = 24
Now do it again. We now know F(2), so we should be able to find f(3)
f(3) = 3*f(3 - 1) + 3
f(3) = 3*f(2) + 3 We know that f(2) = 24
f(3) = 3* 24 + 3
f(3) = 72 + 3
f(3) = 75
Answer:
total is 16.50
Step-by-step explanation:
add 8.50+8.00
Answer:
29.42 units
Step-by-step explanation:
<u>1) Find the perimeter around the semi-circle</u>
To do this, we find the circumference of the circle using the given diameter:
where d is the diameter
Plug in 6 as the diameter

Divide the circumference by 2

Therefore, the perimeter around the semi-circle is 3π units.
<u>2) Find the perimeter around the rest of the shape</u>
Although it's impossible to determine the lengths of the varied sides on the right side of the shape, we know that all of those <em>vertical</em> sides facing the right add up to 6. We also know that all of those <em>horizontal </em>sides facing up add up to 7. Please refer to the attached images.
Therefore, we add the following:
7+6+7
= 20
Therefore, the perimeter around that area of the shape is 20 units.
<u>3) Add the perimeter around the semi-circle and the perimeter around the rest of the shape</u>

Therefore, the perimeter of the shape is approximately 29.42 units.
I hope this helps!