Truth tables from word problem Sentential Logic
I am reading the book "how to prove it" and the answers says that this argument is valid and that I'm to construct a truth table to verify it but I just can't see how this argument is valid and I'm not sure how to construct the truth table to prove it. Here is the argument:
Either sales or expenses will go up. If sales go up, then the boss will
be happy. If expenses go up, then the boss will be unhappy. Therefore,
sales and expenses will not both go up.
I understand that the boss can't be both happy and unhappy at the same time, but as I see it sales and expenses can both go up at the same time and I have no idea why the bosses mood proves that this can't happen. Am I just understanding this completely wrong?
I tried constructing a truth table with the values for sales going up (S), expenses going up (E), boss being happy (H) and boss being unhappy (U) and then looking at
S->H and E->U
But I just end up with a truth table with the size of 2^4 but it just ends up being a big mess that I have no idea how to read. Can anybody help me here?
logic
add a comment |
I am reading the book "how to prove it" and the answers says that this argument is valid and that I'm to construct a truth table to verify it but I just can't see how this argument is valid and I'm not sure how to construct the truth table to prove it. Here is the argument:
Either sales or expenses will go up. If sales go up, then the boss will
be happy. If expenses go up, then the boss will be unhappy. Therefore,
sales and expenses will not both go up.
I understand that the boss can't be both happy and unhappy at the same time, but as I see it sales and expenses can both go up at the same time and I have no idea why the bosses mood proves that this can't happen. Am I just understanding this completely wrong?
I tried constructing a truth table with the values for sales going up (S), expenses going up (E), boss being happy (H) and boss being unhappy (U) and then looking at
S->H and E->U
But I just end up with a truth table with the size of 2^4 but it just ends up being a big mess that I have no idea how to read. Can anybody help me here?
logic
add a comment |
I am reading the book "how to prove it" and the answers says that this argument is valid and that I'm to construct a truth table to verify it but I just can't see how this argument is valid and I'm not sure how to construct the truth table to prove it. Here is the argument:
Either sales or expenses will go up. If sales go up, then the boss will
be happy. If expenses go up, then the boss will be unhappy. Therefore,
sales and expenses will not both go up.
I understand that the boss can't be both happy and unhappy at the same time, but as I see it sales and expenses can both go up at the same time and I have no idea why the bosses mood proves that this can't happen. Am I just understanding this completely wrong?
I tried constructing a truth table with the values for sales going up (S), expenses going up (E), boss being happy (H) and boss being unhappy (U) and then looking at
S->H and E->U
But I just end up with a truth table with the size of 2^4 but it just ends up being a big mess that I have no idea how to read. Can anybody help me here?
logic
I am reading the book "how to prove it" and the answers says that this argument is valid and that I'm to construct a truth table to verify it but I just can't see how this argument is valid and I'm not sure how to construct the truth table to prove it. Here is the argument:
Either sales or expenses will go up. If sales go up, then the boss will
be happy. If expenses go up, then the boss will be unhappy. Therefore,
sales and expenses will not both go up.
I understand that the boss can't be both happy and unhappy at the same time, but as I see it sales and expenses can both go up at the same time and I have no idea why the bosses mood proves that this can't happen. Am I just understanding this completely wrong?
I tried constructing a truth table with the values for sales going up (S), expenses going up (E), boss being happy (H) and boss being unhappy (U) and then looking at
S->H and E->U
But I just end up with a truth table with the size of 2^4 but it just ends up being a big mess that I have no idea how to read. Can anybody help me here?
logic
logic
asked Nov 26 at 16:03
VictorVH
1157
1157
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Hint
1) Either sales or expenses will go up.
2)If sales go up, then the boss will be happy.
3) If expenses go up, then the boss will be unhappy.
4) Therefore, sales and expenses will not both go up.
In symbols :
1) $S lor E$
2) $S to H$
3) $E to lnot H$
4) $lnot (S land E)$
Having said that, you have to build uo a truth table with the three propositional letters : $S, E$ and $H$, that means $2^3=8$ rows and one column for each premise and the last column for the conclusion : seven columns in total.
You don't need the first line and I don't think it is justified.
– Ross Millikan
Nov 26 at 16:12
@RossMillikan - the original problem is written that way ...
– Mauro ALLEGRANZA
Nov 26 at 16:15
I don't know why I didn't think of H and -H instead of H and U but this fixed it. Thanks.
– VictorVH
Nov 26 at 16:20
add a comment |
Instead of using $H$ for 'The boss is Happy' and $U$ for 'The boss is Unhappy', use $H$ for 'The boss is Happy' and $neg H$ for 'The boss is Unhappy'.
Since you cannot have both $H$ and $neg H$, this will work out.
It does not work with your $H$ and $U$, since truth-functional logic does not recognize that $H$ and $U$ cannot both be true. ... indeed, now you get several rows where both $H$ and $U$ are true.
add a comment |
The argument claims that the boss cannot be both happy and unhappy at the same time. I think that is the intended reading of the problem, but it is not in line with normal experience or English usage. The boss can be happy about sales rising, unhappy about expenses rising, and on balance somewhat happy or unhappy depending on what is happening to the net.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3014503%2ftruth-tables-from-word-problem-sentential-logic%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hint
1) Either sales or expenses will go up.
2)If sales go up, then the boss will be happy.
3) If expenses go up, then the boss will be unhappy.
4) Therefore, sales and expenses will not both go up.
In symbols :
1) $S lor E$
2) $S to H$
3) $E to lnot H$
4) $lnot (S land E)$
Having said that, you have to build uo a truth table with the three propositional letters : $S, E$ and $H$, that means $2^3=8$ rows and one column for each premise and the last column for the conclusion : seven columns in total.
You don't need the first line and I don't think it is justified.
– Ross Millikan
Nov 26 at 16:12
@RossMillikan - the original problem is written that way ...
– Mauro ALLEGRANZA
Nov 26 at 16:15
I don't know why I didn't think of H and -H instead of H and U but this fixed it. Thanks.
– VictorVH
Nov 26 at 16:20
add a comment |
Hint
1) Either sales or expenses will go up.
2)If sales go up, then the boss will be happy.
3) If expenses go up, then the boss will be unhappy.
4) Therefore, sales and expenses will not both go up.
In symbols :
1) $S lor E$
2) $S to H$
3) $E to lnot H$
4) $lnot (S land E)$
Having said that, you have to build uo a truth table with the three propositional letters : $S, E$ and $H$, that means $2^3=8$ rows and one column for each premise and the last column for the conclusion : seven columns in total.
You don't need the first line and I don't think it is justified.
– Ross Millikan
Nov 26 at 16:12
@RossMillikan - the original problem is written that way ...
– Mauro ALLEGRANZA
Nov 26 at 16:15
I don't know why I didn't think of H and -H instead of H and U but this fixed it. Thanks.
– VictorVH
Nov 26 at 16:20
add a comment |
Hint
1) Either sales or expenses will go up.
2)If sales go up, then the boss will be happy.
3) If expenses go up, then the boss will be unhappy.
4) Therefore, sales and expenses will not both go up.
In symbols :
1) $S lor E$
2) $S to H$
3) $E to lnot H$
4) $lnot (S land E)$
Having said that, you have to build uo a truth table with the three propositional letters : $S, E$ and $H$, that means $2^3=8$ rows and one column for each premise and the last column for the conclusion : seven columns in total.
Hint
1) Either sales or expenses will go up.
2)If sales go up, then the boss will be happy.
3) If expenses go up, then the boss will be unhappy.
4) Therefore, sales and expenses will not both go up.
In symbols :
1) $S lor E$
2) $S to H$
3) $E to lnot H$
4) $lnot (S land E)$
Having said that, you have to build uo a truth table with the three propositional letters : $S, E$ and $H$, that means $2^3=8$ rows and one column for each premise and the last column for the conclusion : seven columns in total.
edited Nov 26 at 16:14
answered Nov 26 at 16:10
Mauro ALLEGRANZA
64.2k448111
64.2k448111
You don't need the first line and I don't think it is justified.
– Ross Millikan
Nov 26 at 16:12
@RossMillikan - the original problem is written that way ...
– Mauro ALLEGRANZA
Nov 26 at 16:15
I don't know why I didn't think of H and -H instead of H and U but this fixed it. Thanks.
– VictorVH
Nov 26 at 16:20
add a comment |
You don't need the first line and I don't think it is justified.
– Ross Millikan
Nov 26 at 16:12
@RossMillikan - the original problem is written that way ...
– Mauro ALLEGRANZA
Nov 26 at 16:15
I don't know why I didn't think of H and -H instead of H and U but this fixed it. Thanks.
– VictorVH
Nov 26 at 16:20
You don't need the first line and I don't think it is justified.
– Ross Millikan
Nov 26 at 16:12
You don't need the first line and I don't think it is justified.
– Ross Millikan
Nov 26 at 16:12
@RossMillikan - the original problem is written that way ...
– Mauro ALLEGRANZA
Nov 26 at 16:15
@RossMillikan - the original problem is written that way ...
– Mauro ALLEGRANZA
Nov 26 at 16:15
I don't know why I didn't think of H and -H instead of H and U but this fixed it. Thanks.
– VictorVH
Nov 26 at 16:20
I don't know why I didn't think of H and -H instead of H and U but this fixed it. Thanks.
– VictorVH
Nov 26 at 16:20
add a comment |
Instead of using $H$ for 'The boss is Happy' and $U$ for 'The boss is Unhappy', use $H$ for 'The boss is Happy' and $neg H$ for 'The boss is Unhappy'.
Since you cannot have both $H$ and $neg H$, this will work out.
It does not work with your $H$ and $U$, since truth-functional logic does not recognize that $H$ and $U$ cannot both be true. ... indeed, now you get several rows where both $H$ and $U$ are true.
add a comment |
Instead of using $H$ for 'The boss is Happy' and $U$ for 'The boss is Unhappy', use $H$ for 'The boss is Happy' and $neg H$ for 'The boss is Unhappy'.
Since you cannot have both $H$ and $neg H$, this will work out.
It does not work with your $H$ and $U$, since truth-functional logic does not recognize that $H$ and $U$ cannot both be true. ... indeed, now you get several rows where both $H$ and $U$ are true.
add a comment |
Instead of using $H$ for 'The boss is Happy' and $U$ for 'The boss is Unhappy', use $H$ for 'The boss is Happy' and $neg H$ for 'The boss is Unhappy'.
Since you cannot have both $H$ and $neg H$, this will work out.
It does not work with your $H$ and $U$, since truth-functional logic does not recognize that $H$ and $U$ cannot both be true. ... indeed, now you get several rows where both $H$ and $U$ are true.
Instead of using $H$ for 'The boss is Happy' and $U$ for 'The boss is Unhappy', use $H$ for 'The boss is Happy' and $neg H$ for 'The boss is Unhappy'.
Since you cannot have both $H$ and $neg H$, this will work out.
It does not work with your $H$ and $U$, since truth-functional logic does not recognize that $H$ and $U$ cannot both be true. ... indeed, now you get several rows where both $H$ and $U$ are true.
answered Nov 26 at 16:08
Bram28
60.1k44589
60.1k44589
add a comment |
add a comment |
The argument claims that the boss cannot be both happy and unhappy at the same time. I think that is the intended reading of the problem, but it is not in line with normal experience or English usage. The boss can be happy about sales rising, unhappy about expenses rising, and on balance somewhat happy or unhappy depending on what is happening to the net.
add a comment |
The argument claims that the boss cannot be both happy and unhappy at the same time. I think that is the intended reading of the problem, but it is not in line with normal experience or English usage. The boss can be happy about sales rising, unhappy about expenses rising, and on balance somewhat happy or unhappy depending on what is happening to the net.
add a comment |
The argument claims that the boss cannot be both happy and unhappy at the same time. I think that is the intended reading of the problem, but it is not in line with normal experience or English usage. The boss can be happy about sales rising, unhappy about expenses rising, and on balance somewhat happy or unhappy depending on what is happening to the net.
The argument claims that the boss cannot be both happy and unhappy at the same time. I think that is the intended reading of the problem, but it is not in line with normal experience or English usage. The boss can be happy about sales rising, unhappy about expenses rising, and on balance somewhat happy or unhappy depending on what is happening to the net.
answered Nov 26 at 16:11
Ross Millikan
291k23196370
291k23196370
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3014503%2ftruth-tables-from-word-problem-sentential-logic%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown