15.6k views
5 votes
Consider the following sets of sample data:

A:

$36,900

, $19,400, $22,200, $21,900, $35,300, $20,500, $35,400, $24,000, $37,700, $35,300, $38,300, $29,600, $26,000, $38,400

B:

2.1

, 5.0, 3.5, 3.7, 2.5, 2.1, 3.7, 4.6, 2.7, 4.1, 1.7


For each of the above sets of sample data, calculate the coefficient of variation, CV. Round to one decimal place.

User Wrgrs
by
5.6k points

1 Answer

3 votes

Answer:

The coefficient of variation for A is 24.6%.

The coefficient of variation for B is 33.7%.

Explanation:

The coefficient of variation (CV) is well defined as the ratio of the standard deviation to the mean. It exhibits the degree of variation in association to the mean of the population.

The formula to compute the coefficient of variation is,


CV=(SD)/(Mean)* 100\%

Consider the data set A.

Compute the mean of the data set A as follows:


Mean_(A)=(1)/(n)\sum X


=(1)/(14)* [36900+19400+...+26000+38400]\\=30064.2857

Compute the standard deviation of the data set A as follows:


SD_(A)= \sqrt{ \frac{ \sum{\left(x_i - Mean_(A)\right)^2 }}{n-1} }


= \sqrt{ ( 712852142.8571 )/( 14 - 1) } \\\approx 7405.051

Compute the coefficient of variation for A as follows:


CV=(SD_(A))/(Mean_(A))* 100\%


=(7405.051)/(30064.2857)* 100\%\\=24.6\%

The coefficient of variation for A is 24.6%.

Consider the data set B.

Compute the mean of the data set B as follows:


Mean_(B)=(1)/(n)\sum X


=(1)/(11)* [2.1+5.0+...+4.1+1.7]\\=3.2455

Compute the standard deviation of the data set B as follows:


SD_(B)= \sqrt{ \frac{ \sum{\left(x_i - Mean_(B)\right)^2 }}{n-1} }


= \sqrt{ ( 11.9873 )/( 11 - 1) } \\\approx 1.0949

Compute the coefficient of variation for B as follows:


CV=(SD_(B))/(Mean_(B))* 100\%


=(1.0949)/(3.2455)* 100\%\\=33.7\%

The coefficient of variation for B is 33.7%.

User Tom Carr
by
5.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.