Patrick B. answered 03/20/20
Math and computer tutor/teacher
First, you need to understand the truth table for the IF-Then statement (a.k.a the implication)
Case #1: IF true then true ---> the entire statement is TRUE
Case #2: IF false then true ---> the entire statement is TRUE
Case #3: IF true then false --> the entire statement is FALSE
Case #4: IF false then false --> the entire statement is FALSE...
#1)
Now, 4 is a root of x^2-16=0 is a TRUE statement
4 is a root of (x+4)(x-4) = 0 is a TRUE statement
(a) is case #3 so the entire statement is FALSE
(b) is case #2 so the entire statement is TRUE
(c) is case #2 so the entire statement is TRUE
(d) is case #3, so the entire statement is FALSE
#2) 55+55 = 4 * 5 is false
666+666 = 6*6 is false
(a)-(b) are case #4 so the entire statement is true
(c) -(d) are case #1, so the entire statement is true
Jin H.
Thank you very much for taking the time to answer my question. Now I understand.03/24/20