Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar thelast19digitsofpi‭ · 2021-06-05T14:49:27Z (almost 3 years ago)
Let's consider 2.1 first. You said that **married smokers** < **married people**. That is always true (unless every married person smokes, in which case the two would be equal), because anyone who is a "married smoker" is also a "married person". But since it is always true, it doesn't really give any useful information.

However, in the actual equation (2), the denominators are different. The left side is dividing by **all smokers**, and the right side is dividing by **all people**. Since not everyone smokes, those are different. Equation 2.1 drops the two denominators, which is a wrong step because the denominators are not equal.

Equation 1.1 seems to have a different error; it's trying to compare marriage and smoking to each other. We aren't given anything about this. It's possible, for instance, that 50% are married, 10% of married people smoke, and 30% of non-married people smoke. Then **married** > **smokers**, but now **married smokers** / **married people** is 10%, and **all smokers** / **all people** is 20% (check this yourself).

I wonder if you meant to write **married smokers** < **all smokers**, which is the same kind of error as for equation 2.1 if you switch the two categories.

----

For trying to intuit the equations, I personally think percentages are easiest. But if you find comparing numbers of people easier, I might suggest using **married smokers < married \* (smokers / all people)**. You can think of the right side as the "naive guess" of how many married people are smokers, if you used the fraction of all people who smoke. The inequality, then, says that the actual number of married smokers is less than the number who would smoke if the two categories were independent.