Answer:
40
Step-by-step explanation:
Answer:
Its C because each % is not one student
Step-by-step explanation:
16 ft
Explanation
Step 1
because the ligth comes in the same angle, we have 2 similar triangles .
so,as the triangles are similar,the ratio of the shorter leg to the bigger leg must be equal.
Step 2
solve for h
therefore, the heigth of the tree is 16 ft
(3,5)....x1 = 3 and y1 = 5
(1,3)....x2 = 1 and y2 = 3
slope formula : (y2 - y1) / (x2 - x1)
slope = (3 - 5) / (1 - 3) = -2/-2 = 1 <== slope is 1
Answer:
24
Step-by-step explanation:
f(n) = f(n − 1) + 3
if n = 7 => f(7) = f(7-1) + 3 = f(6) + 3
if n = 6 => f(6) = f(6-1) + 3 = f(5) + 3
if n = 5 => f(5) = f(5-1) + 3 = f(4) + 3
if n = 4 => f(4) = f(4-1) + 3 = f(3) + 3
if n = 3 => f(3) = f(3-1) + 3 = f(2) + 3
if n = 2 => f(2) = f(2-1) + 3 = f(1) + 3
if f(1) = 6 then f(2) = 9
f(3) = 12
f(4) = 15
f(5) = 18
f(6) = 21
f(7) = 24