Would you use the mean, median, or mode to give a fair representation of the "average" in the following situation? Builders planning houses are interested in the average size of an American family.
A. mode
B. median
C. median and mean
D. mean
E. none of these
Answer: A
Computer Science & Information Technology
You might also like to view...
How do we get the height from a Picture object?
What will be an ideal response?
Computer Science & Information Technology
Draw a string on a picture at the top of the picture and centered horizontally. You will need to use the FontMetrics class to get the height of the string in pixels in order to determine where the baseline should be so that the string is visible. You should also subtract the descent from the height.
What will be an ideal response?
Computer Science & Information Technology
What should you do before running a delete query?
What will be an ideal response?
Computer Science & Information Technology
?Which of the following methods is used to determine the day of the week on which a month starts?
A. ?calDay; B. ?day.calDay() C. ?find.Day; D. ?getDay()
Computer Science & Information Technology