I am pretty sure the answer is D, but I'm not 100% sure
Answer:
perimeter = 40 feet
Step-by-step explanation:
side^2 = 100
side = 10
perimeter = 10 x 4 =40
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:
For every 1 liter of bleach there are 9 liters of water in the solution
Step-by-step explanation:
∵ The ratio of bleach to water in a cleaning solution is 2 : 18
- That means for every 2 liters of bleach there is 18 liters of water
∵ There is 1 liter of bleach
- Let us use the ratio method
→ bleach : water
→ 2 : 18
→ 1 : x
- By using cross multiplication
∴ x × 2 = 1 × 18
∴ 2 x = 18
- Divide both sides by 2
∴ x = 9
∵ x represents the number of liters of the water in the solution
∴ The number of liters of the water in the solution is 9
For every 1 liter of bleach there are 9 liters of water in the solution
<h3>Answer:</h3><h3>Exact volume =
32pi</h3><h3>Approximate volume =
100.48</h3>
The approximate volume only applies when pi = 3.14
Use either answer, but not both of course.
===============================================
Work Shown:
V = volume of cylinder
V = pi*r^2*h
V = pi*2^2*8
V = pi*32
V = 32pi .... exact volume in terms of pi
V = 32*3.14
V = 100.48 .... approximate volume when we use pi = 3.14