Answer:
-6
Step-by-step explanation:
= -3 × -3
-3 × -3 = 9
7 × -3 =-21
9 - 21 +6 = -6
The base is 16 and height of each triangle is 2
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:
A. 84 pi feet^2
Step-by-step explanation:
So the lateral area is the rectangular piece on the net
In order for it to be an actual cylinder the 2 circles are congruent
Therefore the radi, area, circumference ect.. are the same.
So the only missing measurement we need to find the lateral area is the length of the rectangular piece
If you visualize a cylinder, the rectangular piece goes around the perimeter/circumference of the circle
So that means that the length of the rectangle is the circumference of the circle
Circumference = 2*pi*r
2 * pi * 6
= 12 pi
Then 7*12 pi
=84 pi
So the lateral area is 84 pi
:0