Answer:
15
Step-by-step explanation:
2/3 of 30 is 20, so 1/2 of 30 is 15
how long is |MN| when you measure it and do you know anything about the length of |NO| and |OP|?
assuming |MN|= 7.7 ; |NO|= 4.7 ; |MO|= 5.5:
o²= m²+n²
= 4.7²+5.5²
=52.34
o=V52.34
≈7.23
It is used to see if a graph represents a function because if there is 2 dots or intersecting lines within the other lines then it is not a function. if there is only one line or dot, then yes, it is a function. hope i explained it well.
T_n = 3 * T_(n-1)
Long way (always works!)
T_5 = 3*T_4,
T_4 = 3*T_3
T_3 = 3*T_2
T_2 = 3*T_1
T_5 = 3*3*3*3*T_1 = 81*T_1 = 81*8 = 648!
Short way (sometimes it works!)
T_n = 3^(n-1) * T_1 (this case is a geometric series of ratio-=3)
T_5 = 3^4*8 = 648