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 an algorithm that finds both the smallest and largest numbers in a list of n...
Write an algorithm that finds both the smallest and largest numbers in a list of n numbers. Try to find a method that does at most 1.5n comparisons of array items.(but please code in java).
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...
Find the largest and smallest element of a linked list, print total of all elements and...
Find the largest and smallest element of a linked list, print total of all elements and find out the average. Code needed in java
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).
Generate a random list NUMBERS of size 100. Sort NUMBERS using QUICKSORT until the sublist has...
Generate a random list NUMBERS of size 100. Sort NUMBERS using QUICKSORT until the sublist has size 15 or less; then use INSERTIONSORT on the sublist.
Write a Python function which finds the smallest even and odd numbers in a given list....
Write a Python function which finds the smallest even and odd numbers in a given list. (Use for loop and if conditions for this problem)
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...
1. Write a program that computes the smallest and largest of a set of values that...
1. Write a program that computes the smallest and largest of a set of values that are stored in an array. Ask the user for the set size (and hence the array size). Populate the array with user input.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT