Answer:
the answer is 1/5
Step-by-step explanation:
Answer:x=1
Step-by-step explanation:
The number of people in the auditorium can be less than or equal to 420 so let p represent the number of people
The inequality is p≤420
Step-by-step explanation:
draw the net
there are 3 squares, each with a L = 5m and W = 1.5 +1.5m
2 triangles with a base of 1.5 + 1.5 and a height of 2.6m
Area of a rectangle = L x W
" " Triangle = 0.5 x b x h
so youd write and solve 3 rectangles x ( 5 m x 1.5 + 1.5) + 2 triangles x (0.5 x (1.5 +1.5) x 2.6m)
also look up the equation for surface area for this shape. Should give you the same thing. This method makes it more intuitive
Answer:
Explicit tn = 52 + (n - 1)*(-12)
Recursive = tn = t(n - 1) - 12
Step-by-step explanation:
The difference between term n and term n - 1 is can be found by taking the difference between and 2 consecutive terms.
t3 = 28
t2 = 40
d = t3 - t2
d = 28 - 40
d = - 12
Explicit
tn = a1 + (n - 1)*d
a1 = 52
d = - 12
tn = 52 + (n - 1)*(-12)
<em><u>Example</u></em>
Find t5
t5 = 52 + (5 - 1)*(-12)
t5 = 52 + 4 * - 12
t5 = 52 - 48
t5 = 4
Recursive
tn = t(n - 1) - 12
<em><u>Example</u></em>
t5 = t4 - 12
t5 = 16 - 12
t5 = 4 just as it did before.