Answer:
shapes
Step-by-step explanation:
The patterns are shapes
Answer:
An atom of sodium has 11 proton, 11 electrons, and 12 neutrons.
Use the Pythagorean theorem to solve this problem. So, 81+x^2=1681. ( Pythagorean theorem: a^2+b^2=c^2). x^2=1600. x=40.
The answer is B.13.
kjjjjj
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