<h3>
Answer: Median = 7</h3>
=======================================================
Explanation:
Sort the values from smallest to largest. Doing so leads to the list {1,4,6,8,8,9}
Since the set is small enough, you can probably notice that the middle most number is a tie between the 6 and the first 8. The midpoint is (6+8)/2 = 14/2 = 7.
The median is 7.
---------------
If you wanted, you could cross off the first and last items of the set
That means we go from {1,4,6,8,8,9} to {4,6,8,8}
Then repeat to get the smaller set {6,8}
This shows we have a tie between the 6 and 8 as the middle most item, and why 7 is the median (since 7 is the midpoint between 6 and 8).
Answer: The clubs goal is to raise $436.
Step-by-step explanation:
175% * x = 763 where x is the goal
1.75 *x = 763
1.75x = 763
x= 436
No, the answer is 1/2 (2/4). If you have a pie, cut 4 pieces, and take one piece, that is 1/4. If you cut a pie in two pieces and take one piece, you took 1/2 AND that piece you took would be bigger than the 1/4 piece.