Question

In: Statistics and Probability

A list of 100 numbers has the largest value 90 and the smallest value 12.9, with...

A list of 100 numbers has the largest value 90 and the smallest value 12.9, with a mean 40, a median 50, and a standard deviation 20. However, you accidentally copied the smallest number “12.9” as “1.29”. Is it possible to determine by how much the mean, the median and the standard deviation change? For each quantity, if so, show your computation. Otherwise, explain why

Solutions

Expert Solution

There are 100 Numbers such that :

Maximum = 90

Minimum = 12.9

Mean ( ) = 40

Median = 50

Std. Deviation ( ) = 20

We accidentally copied smallest number as 1.29 instead of 12.9

Change in Mean :

Mean = Xi / n  

   40 =    Xi / 100        Xi  = Sum of Observations = 4000

New Sum of Observations =    Xi ' = 4000 - 12.9 + 1.29 = 3988.39

New Mean ( ' ) =   ​​​​​​​ Xi ' / 100 = 3988.39 / 100 = 39.8839

Change in Std. Deviation ( ) :

2 = ( ​​​​​​​ Xi  2 - n 2 ) / ( n - 1 )  

   ( ​​​​​​​ Xi  2 - 100 (40 2 ) ) / 99 = 20 2 = 400

  ​​​​​​​ Xi  2  = 400 ( 99 ) +  100 (40 2 ) = 199600

New Sum of Square of Observations =  ​​​​​​​ Xi ' 2  = 199600 - 12.9 2 + 1.29 2 = 199435.2541

Hence , ' 2  =  ( ​​​​​​​ Xi ' 2 - n ' 2 ) / 99 = ( 199435.2541 - 100 ( 39.8839 2 ) ) / 99 = 407.7041

   New Std. Deviation = ' = ( 407.7041 ) 0.5 = 20.1917

Change in Median  :

Median = (( n + 1 ) / 2 )th Observation = 50.5 th Obs. = 50

Since , there is a change in the smallest value i.e , from 12.9 to 1.29 and there is no other value in between the two as 12.9 was the smallest obs. of the original data .

Thus , there would be no effect on the median as it is not impacted by change of max . or min. values

Hence , New Median would also be equal to 50 .


Related Solutions

Write two algorithms to find both the smallest and largest numbers in a list of n...
Write two algorithms to find both the smallest and largest numbers in a list of n numbers. In first algorithm, you simply write one loop to find the minimum and maximum. So there will be 2(n - 1) comparisons. In second algorithm, you try to find a method that does at most 1.5n comparisons of array items. Determine the largest list size (i.e., n) that Algorithm 1 can process and still compute the answer within 60 seconds. Report how long...
1. List each body habitus from smallest to largest and describe each (1 point).
1. List each body habitus from smallest to largest and describe each (1 point).
Question III: Programming\flowcharts\algorithms Sort the following list from the smallest to the largest using the bubble...
Question III: Programming\flowcharts\algorithms Sort the following list from the smallest to the largest using the bubble sort algorithm (show all passes) [4 points] 20 10 30 5 0 Write a python program that asks the user to enter the number of seconds. The program will print the whole hours, whole minutes and remaining seconds. For example: if the user entered the number of seconds as 3663 then the output will be: 1 hour(s), 1 minute(s), 3 second(s). [5 points] Note:...
A pollster plans to call adults. She has a list of names and numbers of 100 adults,
A pollster plans to call adults. She has a list of names and numbers of 100 adults, consisting of 60 males and 40 females. She will make random selections and will not call the same person more than once.a. Consider the event of getting a male on the first selection and getting a female on the second selection. Are these independent or dependent events?b. What is the probability of getting a male on the first selection and getting a female...
Please put the arteries in order from the LARGEST to SMALLEST diameter.       -   ...
Please put the arteries in order from the LARGEST to SMALLEST diameter.       -       1.       2.       3.       Arterioles       -       1.       2.       3.       Elastic (Conducting) arteries       -       1.       2.       3.       Muscular Arteries 1 points    QUESTION 8 Please put the vessels in the correct order from when a blood cell leaves the...
In a java program: a) Given the following list of numbers: 90 8 7 56 123...
In a java program: a) Given the following list of numbers: 90 8 7 56 123 235 9 1 653 trace the execution for: Selection Sort (only the first 5 steps) MergeSort. (b) Given the following list of numbers: 3 1 4 1 5 9 2 6 5 3 5 trace the execution for quicksort with median-of-three partitioning and a cutoff of 3.
You generate 100 random variates. What is the empirical cdf value for the 7th smallest data...
You generate 100 random variates. What is the empirical cdf value for the 7th smallest data point, namely  ? Present your answer as a decimal to two decimal places; for example 0.43.
. For n = 2 look at the smallest and largest sample means. How close is...
. For n = 2 look at the smallest and largest sample means. How close is each of these sample means to the population mean? Use the formula x − . This difference is called the sampling error. Do the same for n = 3 and n = 4. What do you notice as n gets larger?
A fair die is rolled twice. Let X and Y be the smallest and largest, respectively,...
A fair die is rolled twice. Let X and Y be the smallest and largest, respectively, number that appears in the two rolls. (a) Determine the probability mass function of (X, Y). (Write a formula forP(X=i, Y=j)or give a table of values.) (b) Are X and Y independent? (c) Find E(X+Y). (Give your answer as a decimal number.)
• Write a C++ program to find the largest umber, smallest number and sum of all...
• Write a C++ program to find the largest umber, smallest number and sum of all the element of a given array of 20 integers • Note − Declare array to 20 numbers − Input values for 20 array elements − Find largest number − Find smallest number − Find sum of all numbers • Display the results
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT