<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: The mean is 3.5. The range is 7. The median is 3, and finally the mode is 4.
<h3>
Answer: Choice A</h3>
y = (1/3)x+10
=============================================================
Explanation:
x = number of minutes of the original flight
Because the pilot travels 3 times faster than before, it means she travels 1/3 of the original time. If she took x minutes on the original flight, then she will take (1/3)x minutes for the new faster flight.
Then add on the 10 minute delay to end up with (1/3)x+10
Answer:
The correct answer would be, 30.
Before the election, you want to determine the number of possible president/vice president combinations for the honor society you belong to. If both positions are chosen from six people, 30 combinations are possible.
Step-by-step explanation: