Multiplying or dividing every value in a dataset by a constant scales the data, changing the distance between individual points.
Similar to addition, Measures of Central Tendency (mean, median, mode) are multiplied or divided by that same constant . For example, doubling every value in a set will result in a new median that is exactly twice the original.
This type of transformation is frequently used for unit conversions, such as changing measurements from inches to centimeters by multiplying by .
A percentage increase or decrease is a specific form of multiplicative transformation. To increase all values by , you multiply every value by a multiplier of .
If a dataset represents weights and every weight increases by , the mean weight of the new dataset will be times the original mean weight.
This principle allows for quick estimations of future trends or the impact of uniform growth/decay across a population.
| Feature | Addition/Subtraction | Multiplication/Division |
|---|---|---|
| Mean/Median | Changes by | Changes by |
| Shape | Remains the same | Remains the same |
| Spread | Remains the same | Changes by |
It is critical to recognize that linear transformations do not alter the shape of the distribution. A symmetric distribution remains symmetric, and a skewed distribution maintains its skewness after transformation.
While measures of center change with both addition and multiplication, measures of spread (like range or standard deviation) are only affected by multiplication and division, as shifting the data does not change the distance between points.
Order of Operations: When a transformation involves both multiplication and addition (e.g., ), apply the operations to the mean or median in the same order as the formula suggests.
Reverse Engineering: If an exam provides the transformed mean and asks for the original, you must 'undo' the operations in reverse order (e.g., subtract the constant first, then divide by the multiplier).
Unit Consistency: Always ensure that the transformation constant matches the units of the data. If data is in meters and you add centimeters, you must convert the constant to meters before transforming.
Sanity Check: If you add a positive constant to a dataset, the new mean MUST be larger. If your calculated mean is smaller, you likely subtracted instead of added.