The answer is 2 ° C because 5 + 4 + -3 /3 = 2 ° C
Answer:
6²
Step-by-step explanation:
Use the rule of exponents ...
(a·b)^c = a^c·b^c
Your expression has a=3, b=2, c=2.
3²·2² = (3·2)² = 6²
_____
If you want to get more sophisticated than that, logarithms can get involved.

B
The answer is b. Because you x can be a negative, but you’re squaring it so it will equal a positive, and if you add 4, it is still 4 or greater
Step-by-step explanation:
that is
sum(2^r) for r=1 to n, plus sum(1/2) for r=1 to n.
and that is
sum(2^r) + n/2 for r=1 to n.
2^r is a geometric sequence with 2 being the common ratio (every new term is created by multiplying the previous term by 2).
and since r is starting at 1, the first term a1 = 2.
the formula for the sum of a finite geometric sequence is
Sn = a1×(1 - r^n) / (1 - r)
with r being the common ratio .
so, in our case
Sn = 2×(1 - 2^n) / (1 - 2)
Sn = (2 - 2^(n+1)) / -1 = 2^(n+1) - 2
and so, in total we get
2^(n+1) - 2 + n/2 = 2^(n+1) + (n - 4)/2