Bunuel
Eleven shipping crates were measured before loading. The table shows each crate’s weight (kg) and volume (m^3). The last row lists the average across the main load. The standard deviations of both weight and volume were also calculated for this main load.
For an actual trip, one or more crates may be excluded from the load, and one substitute crate (BX-Sub) may be added. BX-Sub was measured with a weight of 260 kg and a volume of 4.2 m^3.
| Crate | Weight (kg) | Volume (m^3) |
|---|
| BX-01 | 160 | 4.4 |
| BX-02 | 180 | 3.8 |
| BX-03 | 200 | 5.1 |
| BX-04 | 220 | 4.0 |
| BX-05 | 240 | 3.9 |
| BX-06 | 260 | 4.2 |
| BX-07 | 280 | 3.6 |
| BX-08 | 300 | 4.6 |
| BX-09 | 320 | 4.1 |
| BX-10 | 340 | 3.5 |
| BX-11 | 360 | 4.8 |
| Average across main load | 260 | 4.18 |
For each of the following statements, select
True if the statement is true based on the information provided. Otherwise, select
False.
Before going into the problem. Let’s first analyse a simple dataset to understand certain things in greater detail.
Let the data set be {1,2,3,4,5}
The sum = 15 and average (MEAN)= 15/5 =3.
The difference from mean = (-2,-1,0,1,2).
Summation of squares = 10
S.D = sqrt ( 10/5) = sqrt (2) = 1.414.
REMOVAL: ( we are removing a number from the data set )
Case 1: Removing a number which is
EQUAL to mean
The new set is {1,2,4,5}
New sum = 12 and the new mean = 12/4 =3.
Difference from mean =( -2, -1, 1, 2)
Summation of squares = 10.
S.D = sqrt (10/4) = sqrt (2.5) = 1.5 . But, by reasoning we know sqrt 4 = 2, while the sqrt 9=3, a much greater value.
So, 1.5 is greater than 1.414. Thus, the
SD IS INCREASING. case 2: removal of values which at the either ends of mean. Which number causes more Expansion to S.D , a number which is closer to mean OR a number which is farther from the mean? The more a number is away from the mean, the more is helps in expanding S.D.
So, logically removing a number which causes more stress to standard deviation will result in
DECREASING S.D. ADDITION:Case 1: Adding a number
EQUAL to mean
. Remember the initial data set {1,2,3,4,5} , when we add 3 to the data set. Sum = 15+3=18. Number of elements increased to 6.
Mean = 18/6 = 3 ( the same mean)
Difference in mean = (-2,-1,0,0,1,2)
Summation of squares = 4+1+0+0+1+4 = 10
Till now, there is no difference is the outcomes.
S.D = sqrt ( 10/6). Now, If
the denominator value increases , the outcome decreases. The actual value = 1.2 which is lesser than the initial value 1.414.
Add a value EQUAL to mean, S.D decreases. ( which is the exact opposite of removal).
Case2: Adding numbers to either ends away from mean. When you add a number which has a greater difference from the mean, the impact on SD is higher ( increasing the standard deviation).
Adding a number closer to mean, has a lesser increase in standard deviation when compared to adding a number which is at a farther distance from the mean.
The difference from mean increases, eventually leading to increase in summation of squares.
Impact of standard deviation wrt adding or removal of numbers.
| Left of Mean | At the Mean | Right of Mean |
| REMOVAL | Decreasing | Increasing | Decreasing |
| ADDING | Increasing | Decreasing | Increasing |
Now, let’s look into the questions:
1)
Removing BX-06 will decrease the standard deviation of weights in the remaining load.The value of BX-06 is 260, which is also equal to the mean weight 260. The standard deviation
INCREASES. Hence,
FALSE.
2)
Adding BX-Sub to the main load will reduce the standard deviation of weights.BX-Sub has a weight of 260 kg, which is same as the mean weight of 260 kg.
The difference from mean is zero. The summation of squares will yield the same value as previously before addition. But, while calculating S.D the denominator value increases compared to previous set. So the
S.D DECREASES. Hence,
TRUE. 3)
The standard deviation of volumes will be most decreased if BX-10 is removed.The value of volume for BX-10 is 3.5, while the mean is 4.18. Thus, BX-10 is away from mean.
BX-03 has a value of 5.1. The difference from mean (5.1-4.18) > (4.18-3.5). Hence, removing BX-03 has a greater impact in standard deviation compared to BX-10 removal.
Hence,
FALSE.