document.write( "Question 1190255: Topics In Contemporary Math\r
\n" ); document.write( "\n" ); document.write( " Arguments\r
\n" ); document.write( "\n" ); document.write( "Use truth tables to determine if each of the following arguments are valid or invalid.\r
\n" ); document.write( "\n" ); document.write( "4) If you back up your hard drive, then you are protected.
\n" ); document.write( "Either you are protected or you are daring.
\n" ); document.write( "Therefore, if you are daring, then you won’t back up your hard drive.
\n" ); document.write( "

Algebra.Com's Answer #821857 by math_tutor2020(3816)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "I'll define the following
\n" ); document.write( "B = you back up your hard drive
\n" ); document.write( "P = you are protected
\n" ); document.write( "D = you are daring\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We have 3 variables that can either take on values of true (T) or false (F). So there will be 2^3 = 8 different combos of those T's and F's.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Here's one way we can set up the first part of the table\n" ); document.write( "\n" ); document.write( "
BPD
TTT
TTF
TFT
TFF
FTT
FTF
FFT
FFF
Notice that the first column has four T's followed by four F's
\n" ); document.write( "The next column has two blocks of TTFF
\n" ); document.write( "The third columnn has four copies of TF\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's add in a column denoting ~B, which means \"not B\". This negates everything in the B column
\n" ); document.write( "B = you back up your hard drive
\n" ); document.write( "~B = you do not back up your hard drive
\n" ); document.write( "This will be useful later to set up the conclusion.
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "
BPD~B
TTTF
TTFF
TFTF
TFFF
FTTT
FTFT
FFTT
FFFT
Premise #1 is \"If you back up your hard drive, then you are protected.\"
\n" ); document.write( "That translates to B -> P
\n" ); document.write( "The arrow notation is used in conditional statements of the form \"if this, then that\".
\n" ); document.write( "Writing B -> P means \"If B, then P\".
\n" ); document.write( "Sometimes a sideways horseshoe symbol is used in place of the arrow.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The conditional statement B -> P will be false if B = T and P = F
\n" ); document.write( "Otherwise, B -> P is true.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's add that to our table\n" ); document.write( "\n" ); document.write( "
Premise 1
BPD~BB -> P
TTTFT
TTFFT
TFTFF
TFFFF
FTTTT
FTFTT
FFTTT
FFFTT
The second premise is \"Either you are protected or you are daring\" which translates to P v D
\n" ); document.write( "The \"v\" symbol means \"or\", used for disjunctions.
\n" ); document.write( "Disjunctions are only false when both pieces are false. Otherwise, the entire thing is true.
\n" ); document.write( "So P v D is only false when P = F and D = F
\n" ); document.write( "Otherwise, P v D is true.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's add that to the truth table\n" ); document.write( "\n" ); document.write( "
Premise 1Premise 2
BPD~BB -> PP v D
TTTFTT
TTFFTT
TFTFFT
TFFFFF
FTTTTT
FTFTTT
FFTTTT
FFFTTF
Finally, the conclusion is \"If you are daring, then you won't back up your hard drive\"
\n" ); document.write( "This translates to the symbolic form of D -> ~B\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Here's the full truth table\n" ); document.write( "\n" ); document.write( "
Premise 1Premise 2Conclusion
BPD~BB -> PP v DD -> ~B
TTTFTTF
TTFFTTT
TFTFFTF
TFFFFFT
FTTTTTT
FTFTTTT
FFTTTTT
FFFTTFT
Now to answer the question if this argument is valid or not.
\n" ); document.write( "Notice that in row 1, which I've marked in red above, we have
  • Premise B -> P is true
  • Premise P v D is true
  • Conclusion D -> ~B is false
Invalid arguments are where all true premises lead to a false conclusion. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the argument
\n" ); document.write( "B -> P
\n" ); document.write( "P v D
\n" ); document.write( ":. D -> ~B
\n" ); document.write( "is invalid\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The :. means \"therefore\"
\n" ); document.write( "It could be written as .:
\n" ); document.write( "It's supposed to represent an equilateral triangle of dots \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Here's a shortcut\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's assume that the argument is invalid.
\n" ); document.write( "If so, then conclusion D -> ~B must be false and the goal is to try to get all premises to be true.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If D -> ~B is false, then that leads to D = T and ~B = F
\n" ); document.write( "~B = F flips to B = T\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If B = T, then B -> P is true if and only if P = T as well
\n" ); document.write( "Put another way: if B = T and P = F, then B -> P would be false.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since we found P = T and D = T, premise 2 P v D is true
\n" ); document.write( "Though we technically didn't need the truth value of P to figure out that P v D is true because we found that D = T earlier.
\n" ); document.write( "P v D = T v T = T
\n" ); document.write( "P v D = F v T = T\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "With these values
\n" ); document.write( "B = T
\n" ); document.write( "P = T
\n" ); document.write( "D = T
\n" ); document.write( "we have shown that all the premises are true but they lead to a false conclusion.
\n" ); document.write( "Therefore, the entire argument posed by your teacher/textbook is invalid.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "While this shortcut is nice to use (perhaps in an exam environment), it's still helpful practice to construct the full truth table when it comes to homework assignments.
\n" ); document.write( "
\n" ); document.write( "
\n" );