What is the largest number of families that can have at least 4 members according to Markov’s Inequality?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I was doing a question on Markov's Inequality where I have to give the answer and the question is stated as follows :
A town of 30 families, the average household size is 2.5. What is the largest number of families that can have at least 4 members according to Markov’s Inequality?
According to this formula P(X >= a) = µ/a
here µ=2.5 and and a=4 thus P(X >= a) = 0.625
that is 30*0.625=18.75 and since 18.75 is not a integer as number of family can't be in fraction therefore answer should be 18 but the question is showing incorrect answer.
I don't understand what am I doing wrong.
Thanks in advance.
probability inequality
add a comment |Â
up vote
0
down vote
favorite
I was doing a question on Markov's Inequality where I have to give the answer and the question is stated as follows :
A town of 30 families, the average household size is 2.5. What is the largest number of families that can have at least 4 members according to Markov’s Inequality?
According to this formula P(X >= a) = µ/a
here µ=2.5 and and a=4 thus P(X >= a) = 0.625
that is 30*0.625=18.75 and since 18.75 is not a integer as number of family can't be in fraction therefore answer should be 18 but the question is showing incorrect answer.
I don't understand what am I doing wrong.
Thanks in advance.
probability inequality
Please try to make the titles of your questions more informative. For example, Why does $a<b$ imply $a+c<b+c$? is much more useful for other users than A question about inequality. From How can I ask a good question?: Make your title as descriptive as possible. In many cases one can actually phrase the title as the question, at least in such a way so as to be comprehensible to an expert reader. You can find more tips for choosing a good title here.
– Shaun
yesterday
Here's a MathJax tutorial :)
– Shaun
yesterday
1
@Shaun Thank you I will use this next time.
– Udolf
yesterday
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I was doing a question on Markov's Inequality where I have to give the answer and the question is stated as follows :
A town of 30 families, the average household size is 2.5. What is the largest number of families that can have at least 4 members according to Markov’s Inequality?
According to this formula P(X >= a) = µ/a
here µ=2.5 and and a=4 thus P(X >= a) = 0.625
that is 30*0.625=18.75 and since 18.75 is not a integer as number of family can't be in fraction therefore answer should be 18 but the question is showing incorrect answer.
I don't understand what am I doing wrong.
Thanks in advance.
probability inequality
I was doing a question on Markov's Inequality where I have to give the answer and the question is stated as follows :
A town of 30 families, the average household size is 2.5. What is the largest number of families that can have at least 4 members according to Markov’s Inequality?
According to this formula P(X >= a) = µ/a
here µ=2.5 and and a=4 thus P(X >= a) = 0.625
that is 30*0.625=18.75 and since 18.75 is not a integer as number of family can't be in fraction therefore answer should be 18 but the question is showing incorrect answer.
I don't understand what am I doing wrong.
Thanks in advance.
probability inequality
edited yesterday
Shaun
7,31592870
7,31592870
asked yesterday
Udolf
355
355
Please try to make the titles of your questions more informative. For example, Why does $a<b$ imply $a+c<b+c$? is much more useful for other users than A question about inequality. From How can I ask a good question?: Make your title as descriptive as possible. In many cases one can actually phrase the title as the question, at least in such a way so as to be comprehensible to an expert reader. You can find more tips for choosing a good title here.
– Shaun
yesterday
Here's a MathJax tutorial :)
– Shaun
yesterday
1
@Shaun Thank you I will use this next time.
– Udolf
yesterday
add a comment |Â
Please try to make the titles of your questions more informative. For example, Why does $a<b$ imply $a+c<b+c$? is much more useful for other users than A question about inequality. From How can I ask a good question?: Make your title as descriptive as possible. In many cases one can actually phrase the title as the question, at least in such a way so as to be comprehensible to an expert reader. You can find more tips for choosing a good title here.
– Shaun
yesterday
Here's a MathJax tutorial :)
– Shaun
yesterday
1
@Shaun Thank you I will use this next time.
– Udolf
yesterday
Please try to make the titles of your questions more informative. For example, Why does $a<b$ imply $a+c<b+c$? is much more useful for other users than A question about inequality. From How can I ask a good question?: Make your title as descriptive as possible. In many cases one can actually phrase the title as the question, at least in such a way so as to be comprehensible to an expert reader. You can find more tips for choosing a good title here.
– Shaun
yesterday
Please try to make the titles of your questions more informative. For example, Why does $a<b$ imply $a+c<b+c$? is much more useful for other users than A question about inequality. From How can I ask a good question?: Make your title as descriptive as possible. In many cases one can actually phrase the title as the question, at least in such a way so as to be comprehensible to an expert reader. You can find more tips for choosing a good title here.
– Shaun
yesterday
Here's a MathJax tutorial :)
– Shaun
yesterday
Here's a MathJax tutorial :)
– Shaun
yesterday
1
1
@Shaun Thank you I will use this next time.
– Udolf
yesterday
@Shaun Thank you I will use this next time.
– Udolf
yesterday
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
You don't need Markov for this. Since the average is $2.5$ the total number of people must be $30times 2.5 = 75$. If you assume that "family" must mean at least $1$ person then, if there are $N$ members with at least $4$ then, even assuming all the rest have only $1$ we compare $4N+(30-N)$ to $75$ to see that $N≤15$. After all, if $N=16$ we'd have at least $4times 16+1times (30-16)>75$ people.
Is $N=15$ possible? Sure. If all the other families have exactly $1$ member and each of those $15$ have exactly $4$ then we'd have $4times 15+1times (30-15)=75$ people as desired.
Of course, if you define a family to have at least $2$ people then the answer drops considerably. In the same spirit, your answer of $18$ would be possible if families were allowed to have $0$ members.
Note: if you insist on using Markov, note that you can subtract $1$ from each family in order to accommodate the "at least one person per family" rule. Then we get $mu=1.5, a=3$ and we conclude that $P(X≥a)≤ frac 1.53=.5$ (Where, now, $X$ denotes the number of people in a family, less one). That leads us to consider $30times .5=15$ as before.
Thanks for such a descriptive answer.
– Udolf
yesterday
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
You don't need Markov for this. Since the average is $2.5$ the total number of people must be $30times 2.5 = 75$. If you assume that "family" must mean at least $1$ person then, if there are $N$ members with at least $4$ then, even assuming all the rest have only $1$ we compare $4N+(30-N)$ to $75$ to see that $N≤15$. After all, if $N=16$ we'd have at least $4times 16+1times (30-16)>75$ people.
Is $N=15$ possible? Sure. If all the other families have exactly $1$ member and each of those $15$ have exactly $4$ then we'd have $4times 15+1times (30-15)=75$ people as desired.
Of course, if you define a family to have at least $2$ people then the answer drops considerably. In the same spirit, your answer of $18$ would be possible if families were allowed to have $0$ members.
Note: if you insist on using Markov, note that you can subtract $1$ from each family in order to accommodate the "at least one person per family" rule. Then we get $mu=1.5, a=3$ and we conclude that $P(X≥a)≤ frac 1.53=.5$ (Where, now, $X$ denotes the number of people in a family, less one). That leads us to consider $30times .5=15$ as before.
Thanks for such a descriptive answer.
– Udolf
yesterday
add a comment |Â
up vote
2
down vote
accepted
You don't need Markov for this. Since the average is $2.5$ the total number of people must be $30times 2.5 = 75$. If you assume that "family" must mean at least $1$ person then, if there are $N$ members with at least $4$ then, even assuming all the rest have only $1$ we compare $4N+(30-N)$ to $75$ to see that $N≤15$. After all, if $N=16$ we'd have at least $4times 16+1times (30-16)>75$ people.
Is $N=15$ possible? Sure. If all the other families have exactly $1$ member and each of those $15$ have exactly $4$ then we'd have $4times 15+1times (30-15)=75$ people as desired.
Of course, if you define a family to have at least $2$ people then the answer drops considerably. In the same spirit, your answer of $18$ would be possible if families were allowed to have $0$ members.
Note: if you insist on using Markov, note that you can subtract $1$ from each family in order to accommodate the "at least one person per family" rule. Then we get $mu=1.5, a=3$ and we conclude that $P(X≥a)≤ frac 1.53=.5$ (Where, now, $X$ denotes the number of people in a family, less one). That leads us to consider $30times .5=15$ as before.
Thanks for such a descriptive answer.
– Udolf
yesterday
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
You don't need Markov for this. Since the average is $2.5$ the total number of people must be $30times 2.5 = 75$. If you assume that "family" must mean at least $1$ person then, if there are $N$ members with at least $4$ then, even assuming all the rest have only $1$ we compare $4N+(30-N)$ to $75$ to see that $N≤15$. After all, if $N=16$ we'd have at least $4times 16+1times (30-16)>75$ people.
Is $N=15$ possible? Sure. If all the other families have exactly $1$ member and each of those $15$ have exactly $4$ then we'd have $4times 15+1times (30-15)=75$ people as desired.
Of course, if you define a family to have at least $2$ people then the answer drops considerably. In the same spirit, your answer of $18$ would be possible if families were allowed to have $0$ members.
Note: if you insist on using Markov, note that you can subtract $1$ from each family in order to accommodate the "at least one person per family" rule. Then we get $mu=1.5, a=3$ and we conclude that $P(X≥a)≤ frac 1.53=.5$ (Where, now, $X$ denotes the number of people in a family, less one). That leads us to consider $30times .5=15$ as before.
You don't need Markov for this. Since the average is $2.5$ the total number of people must be $30times 2.5 = 75$. If you assume that "family" must mean at least $1$ person then, if there are $N$ members with at least $4$ then, even assuming all the rest have only $1$ we compare $4N+(30-N)$ to $75$ to see that $N≤15$. After all, if $N=16$ we'd have at least $4times 16+1times (30-16)>75$ people.
Is $N=15$ possible? Sure. If all the other families have exactly $1$ member and each of those $15$ have exactly $4$ then we'd have $4times 15+1times (30-15)=75$ people as desired.
Of course, if you define a family to have at least $2$ people then the answer drops considerably. In the same spirit, your answer of $18$ would be possible if families were allowed to have $0$ members.
Note: if you insist on using Markov, note that you can subtract $1$ from each family in order to accommodate the "at least one person per family" rule. Then we get $mu=1.5, a=3$ and we conclude that $P(X≥a)≤ frac 1.53=.5$ (Where, now, $X$ denotes the number of people in a family, less one). That leads us to consider $30times .5=15$ as before.
edited yesterday
answered yesterday
lulu
34.7k13971
34.7k13971
Thanks for such a descriptive answer.
– Udolf
yesterday
add a comment |Â
Thanks for such a descriptive answer.
– Udolf
yesterday
Thanks for such a descriptive answer.
– Udolf
yesterday
Thanks for such a descriptive answer.
– Udolf
yesterday
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2872390%2fwhat-is-the-largest-number-of-families-that-can-have-at-least-4-members-accordin%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Please try to make the titles of your questions more informative. For example, Why does $a<b$ imply $a+c<b+c$? is much more useful for other users than A question about inequality. From How can I ask a good question?: Make your title as descriptive as possible. In many cases one can actually phrase the title as the question, at least in such a way so as to be comprehensible to an expert reader. You can find more tips for choosing a good title here.
– Shaun
yesterday
Here's a MathJax tutorial :)
– Shaun
yesterday
1
@Shaun Thank you I will use this next time.
– Udolf
yesterday