Actually, imperial measures are based on medieval concepts like the size of the King’s limbs and appendages. Metric comes from a period of science and enlightenment and an attempt to have measures based on rationalism. Although at least you acknowledge that it might be possible to “live a normal life” despite the misfortune of being born under “metric rule”, which I take it to mean something like “metric dictatorship”.
Personally I don’t see how it’s possible to live a normal life measuring distances in kilometers. I mean, you always have to remember that there are 1000 meters in one (or worse, that there are 500 meters in half a kilometer or 4000 meters in 4 kilometers), instead of the natural order of things based on human experience that a mile contains 5,280 units the length of the King’s feet, or 1,760 units of the distance from King Henry I’s nose to the thumb of his out-stretched arm. Yet somehow virtually the whole world manages to do it.
First of all, Celsius is not the SI unit of temperature, that is Kelvin,
And outside of a metaphysical differentiation, the Fair Packaging and Labeling Act required almost universal dual labeling in 1991.
To me the primary issue is that the world use the same basis units, which has been true for the US for over a century.
But you may want to google ‘Directive 2007/45/EC’ which recently deregulated packaging in the EU to allow more customary units to be the packaging size.
But as legal documents are easier for me to read in English let me stick to the UK:
*the mile, yard, foot and inch for road traffic signs, distance and speed measurement,
*the imperial pint for the dispensing of draught beer and cider, and for the sale of milk in returnable containers,
the acre for land registration,[f]
the troy ounce for transaction in precious metals.[70][99][100]
So yes that claim seems to be arbitrary, All US federal agency are compelled to use the Metric system, almost all food stuffs require dual labeling, and all units are just offsets off of the SI units (Like Celsius). So really if we ignore the road signs, and real-estate exceptions that allows the UK to claim, it is only the sale of fuel etc…that really differs.
The arbitrary, undefined threshold for the claim above seems clearly to be based on selection bias. As this is General Questions how about a cite or a definition of what that bar is?
Because to me it is not so obvious, this is obviously not a binary state and various stages of metrication are in place around the world.
Heck even in Canada it is a mix, where wine is sold by the ml, but served in restaurants by the OZ, and beef is advertised and sold by the pound.
Canada has metric speed and distance signs, so are they more advanced than the UK?
But the primary issue is that the above claim is making a moral judgement, and this site shows that it is fokelore and misinformation.
[
So in the spirit of “fighting ignorance” I am asking for cites, and to be clear outside of the special use cases I have explained before I am not anti-SI, but I also don’t think it is a huge priority.
Almost all of the big media stories about conversion errors like the Mars Climate Orbiter were due to people not directly calling out the units, and while the metric system solves some very common issues it mandates that you call out units for all critical functions. The addition of µ, c, d, da, h, k, M, etc… prefixes require it (but it is good form anyway)
It’s why clever businesses have been using European for electrical measurements. They sell us an expensive 15-watt new-fangled light bulb and try to tell us it’s the same as a 60-watt real lightbulb. Americans would catch on quicker if they told the truth in American units: 15 watts is only about a fiftieth of a horse-power. (How many dog-power is that?)
This is a real problem at my home. A thermostat setting of 28 is too warm and 27 is too cool. I’d like to set it at 27.5 but that is not an option. Instead I alternate between 28 and 27 every 15 minutes or so, based on wife’s prodding!
Good question. I suppose it depends on how you define “experienced cooks.” I was taught from a relatively early age (even before cooking) that the units go: 1 teaspoon, then 3 teaspoons in a tablespoon, then 4 tablespoons in a quarter cup, then obviously 4 of those for a cup, two cups to a pint, two pints to a quart, four quarts to a gallon. Oh, and 8 fluid ounces to a cup.
Yeah, that is a whole mess of confusing, isn’t it?
What does tick me off is doing recipes by weight in Imperial. Scaling them is a bit of a pain in the ass, especially since my scale doesn’t do ounces past a certain point and goes to pounds and ounces. So if I scale a recipe and end up with 58 ounces, I have to divide by 16 and then take the remainder to find it’s 3 pounds, 10 ounces. For that reason, I do all my by weight recipes (like baked goods and bulk sausage) in metric units. So much easier to deal with.
Kahan summation isn’t really related to the non-binariness of ten — if that’s your concern, just multiple all your “mils” (or whatever) by 1000 and work with integers.
But Kahan summation is a beautiful little method! I am perfectionistic enough that I use Kahan’s method, e.g. when calculating statistical moments. One big caveat for the C programmer:
/* Do NOT compile this with any compiler optimization !
* The optimizer would "figure out" that kp->carry is being set to zero
* and eliminate the essence of the method!
*/
double kahan_add(double addend, struct Floatsum *kp)
{
double y = addend - kp->carry;
double tmp = kp->sum + y;
kp->carry = (tmp - kp->sum) - y;
kp->sum = tmp;
return kp->sum + kp->carry;
}
Aha! Maybe this explains why America and Europe have diverged: different physical sizes and conditions.
Many Americans weigh about 200 pounds — a nice round number. Europeans are more petite and weigh just 65 kilograms. (Who’d ask them to remember they weigh 143.3 pounds?)
Similarly, Americans are good enough drivers for 25 mph, while Europeans need the more pusillanimous 30 kph.
Right … if we start with metric, then we’re not bothered by conversions … but if grandma’s recipe for dumplings is in cups and pinches, we’d have to convert the metric … and roads are laid out every mile in most of the US, we’re not tearing them all up to put them every kilometer …
Townships are typically 6 miles by 6 miles … not sure we’re going to re-survey the whole of the USA … that means conversion factors forevermore …
The one I found in the linquistics text book was sontometer. The standard pronunciation in Aus is closer to cent-a-meter, and I had no idea where she got that wierd stuff from.
a^2 + b^2 = c^2 does have rounding when applied to the real world. The second you put measurements on a, b, and c, then you will have to round, as you cannot measure without rounding.
Sure, if you are in the hypothetical world of mathematics, you can define something as having a specific exact measurement. But that’s not the real world.
As for whether metric is better, I agree the math is easier in your head. But my question is simply “how often do I need to make unit conversions in my head?” It rarely comes up, except in small cases like multiplying a recipe by a fraction, and then I usually do know the answer in my head.
I think the best case for switching to metric is simply that everyone else has done it, and we might as well. The best case for not doing so is that there will be a period of confusion as we acclimate to the new system. Neither is particularly compelling to me, but the latter will keep the US away until it actually has to worry about the former being an issue.
And computers have basically eliminated that as an issue, even if the U.S. loses its prominence.
Apparently the answer to the OP’s question is simply that these bottle sizes came about when a lot of people were trying to get the U.S. to convert to metric, and stayed even when that failed because people were used to them.
The American system has three main drawbacks, compared to metric, and I deliberately alluded to all three in the sample problems I gave up-thread. The least of the problems is that there are so many conversion factors to learn, like three teaspoons to the tablespoon, two tablespoons to the ounce, and 231 cubic inches to the gallon. Those are annoying to learn, and a lot of people don’t know a lot of them, but you can still work with a unit system that works that way.
A bigger problem is that the unit system isn’t what’s called coherent: In a coherent system, the product or quotient of base units will always be another base unit. For instance, power is a mass times a length squared divided by a time cubed, so in a coherent system, the unit of power will be the unit of mass times the square of the unit of length divided by the cube of the unit of time. This happens in metric, where the relevant units are the watt, the kilogram, the meter, and the second, but not in American, where they’re the horsepower, the slug, the foot, and the second. This doesn’t usually affect laymen, but it’s a huge nuisance for scientists and engineers, who deal with such compound quantities all the time.
The third and most serious problem with the American system is that it isn’t a standard. People use the same words to mean many different things. “Pound” usually means the weight of 454 grams, unless you’re talking about precious metals, in which case it’s less. Or unless you’re using it to mean the mass of 454 grams, in which case you have a separate unit called the “poundal” for forces. Or maybe you use “pound” to mean both the weight and the force, and have to stick g in all over the place in formulas that have nothing to do with Earth’s gravity. “Ounce” can be a weight or a volume, and even for water (supposedly the basis), the two don’t quite agree. A “ton” can be long or short. A pint’s a pound the world around, as long as by “the world” you mean "only the US, not anywhere in the British Commonwealth, where a pint of water is a pound and a quarter. This one is a problem for everyone, and if a unit doesn’t mean the same thing for everyone, it’s useless.
None of these things are problems for people who are driving to work, checking the weather, buying groceries, etc.
Scientists have already switched to metric, decades ago. The only question left is to use government authority to force a change for consumer, retail purposes, and other non-scientific purposes.
Industry and commerce will change if and when the benefits outweigh the costs for any particular application.
They can be. For instance, a company could switch from measuring their product in fluid ounces to weight ounces, decrease the size by 10%, and leave the labels almost the same so customers can’t tell the difference.
The gallon = 277 cubic inches, except when it’s 231 or 268 or whatever, has been known to affect “people”. For example when getting ripped off on tax duties, or being served a US pint of beer.
Reminds me of the genius attempt to redefine a kilobyte as 1024 bytes (2.4% free!), and traces of that are unfortunately still with us.
ETA what Chronos said. And there are documented cases of this sort of thing.
Could they? Would they? Have they? Will they? Is this pure speculation or is it a significant social problem that requires new mandates regarding units of measure that are inadequately addressed by current labeling and fraud laws?
The US labelling requirement does require the quantity in metric units, but if it’s in fine print or parenthetical then discrepancies are less obvious.
Relevant to the OP’s question, this 2009 NIST report found that 17% of products were labelled in metric units only. Progress?