Answer:
JM and KN
Step-by-step explanation:
one thing you can do to eliminate some answer choices is to make sure that the statement doesn't repeat a letter
the correct answer would be something like AB and BC, it would be like AB and CD
from there, you just have to look and pick your answer
Answer:
To find the surface area of a cuboid, add the areas of all 6 faces. We can also label the length (l), width (w), and height (h) of the prism and use the formula, SA=2lw+2lh+2hw, to find the surface area.
I've graphed it for you below.
Answer:
b=15
How I got it:
32 + (7x4) = 32 + 28 = 60
60 divided by 4 = 15
Checking:
15 - 7 = 8
8 x 4 = 32
32 = 32
<em>You can tell b = 15 is the correct answer.</em>
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