<h3>
Answer: 6</h3>
===========================================================
Explanation:
Rule: If a set has n elements in it, then it will have 2^n subsets.
For example, there are n = 3 elements in the set {a,b,c}. This means there are 2^n = 2^3 = 8 subsets. The eight subsets are listed below.
- {a,b,c} .... any set is a subset of itself
- {a,b}
- {a,c}
- {b,c}
- {a}
- {b}
- {c}
- { } ..... the empty set
Subsets 2 through 4 are subsets with exactly 2 elements. Subsets 5 through 7 are singletons (aka sets with 1 element). The last subset is the empty set which is a subset of any set. You could use the special symbol
to indicate the empty set.
For more information, check out concepts relating to the power set.
-------------------
The problem is asking what value of n will make 2^n = 64 true.
You could guess-and-check your way to see that 2^n = 64 has the solution n = 6.
Another approach is to follow these steps.

Which is fairly trivial.
Or you can use logarithms to solve for the exponent.

Due to rounding error, we don't land exactly on 6 even though we should.
Answer:
6x ² - 10x - 56
Step-by-step explanation:
(3x -7) (2x +8)
To expand this, each term in the first bracket would multiply the other bracket.
3x(2x +8) -7( 2x + 8)
6x ² + 24x - 14x - 56
6x ² + 10x - 56
I hope this was helpful, Please mark as brainliest²
Answer:
hope this helps, happy learning!!!
<span>This problem is solved using the chain rule.
the area of the square is f(t) and the length of the side is g(t)
f(t)=g(t)^2
g'(t)=5
Using the chain rule
f'(t)=2*g(t)*g'(t)
The value of g(t) is sqrt(49) which is 7.
g'(t) is given as 5 cm/s
f'(t)=2*7*5=14*5=70cm^2/s</span>