21, 45, 121, 300, 312, 333, 347, 421, 614,
The median is the middle number of a data set therefore you need to arrange the data is order from smallest to largest as I have done above. Then you need to find the number in the middle which is 312 in this case by finding the number which has the central position (position 5 in this case) of the data set. If there are an even number of numbers in the data set, you add them together and divide by 2 though that is not necessary this time as there are an odd number of numbers.
Answer: Step-by-step explanation:
if I am correct.. Katie is gonna be paying $77.76. Meanwhile, Mike and Ryan are paying $38.88
half of 155.52 = 77.76
half of 77.76 = 38.88
$77.76 + $33.88 + $38.88 = $155.52
Answer:
10×4 = 40
10^4 = 10,000
Step-by-step explanation:
10^4 is another way to write 10⁴ = 10·10·10·10 = 10,000.
Essentially, the exponent tells you how many places to the right of the leading digit the decimal point lies (here, the number of zeros in the number).
_____
<em>Comment on the answer choice</em>
The appropriate answer depends on what you mean by your problem statement. Some microscopes magnify 40 times; others magnify 10,000 times, so we cannot tell the appropriate answer using our knowledge of microscopes.
Answer:
People often sort stacks of documents using a recursive method. For example, imagine you are sorting 100 documents with names on them. First place documents into piles by the first letter, then sort each pile. Looking up words in the dictionary is often performed by a binary-search-like technique, which is recursive.
Step-by-step explanation:
This is just an example.
If this helps please mark as brainliest