Ask your own question, for FREE!
Mathematics 16 Online
satellite73 (satellite73):

Fewest number of steps, no truth tables show \[[(p\lor q)\land (p\rightarrow r)\land (q\rightarrow r)]\rightarrow r\] is a tautology

OpenStudy (amistre64):

fewest steps would be the wolf I think

OpenStudy (anonymous):

i know it is true and i can see why, but i cannot make the steps

OpenStudy (amistre64):

p>r = -pvr q>r = -qvr

OpenStudy (anonymous):

i don't want a truth table

OpenStudy (amistre64):

these are identities and operations

OpenStudy (amistre64):

[]>r = -[]vr

OpenStudy (anonymous):

wrote it out twice and got lost in the damned ps and qs had \[[(p\lor q)\land(\lnot p\lor r)\land (\lnot q \lor r)]\rightarrow r\] then \[\lnot[(p\lor q)\land(\lnot p\lor r)\land (\lnot q \lor r)]\lor r\]

OpenStudy (amistre64):

-(pvq)-n-(-pvr)-n-(-qvr) v r (-pn-q) v (pn-r) v (qn-r) v r

OpenStudy (anonymous):

\[[\lnot(p\lor q)\lor \lnot(\lnot p\lor r)\lor \lnot(\lnot q \lor r)]\lor r\]

OpenStudy (amistre64):

(-pn-q) v (pn-r) v (qn-r) v r (-pn-q) v (pn-r) v (qvr) n (-rvr) =r (-pn-q) v (pn-r) v (qvr) n r (-pn-q) v (-r) v (qvr) (-pn-q) v (-rvq) v (-rvr) =r (-pn-q) v (-rvq) v r (-pn-q) v (rvq) so far

OpenStudy (anonymous):

ok just about where you are \[[(\lnot p\land \lnot q)\lor ( p\land \lnot r)\lor (q\land \lnot r)]\lor r\]

OpenStudy (amistre64):

(-pn-q) v r v q (-pv q) n (-qv q) v r =q (-p v q v r ) n q = q perhaps

OpenStudy (anonymous):

problem is i want T

OpenStudy (amistre64):

thats not a T tho is it

OpenStudy (anonymous):

i am good to here \[[(\lnot p\land \lnot q)\lor ( p\land \lnot r)\lor (q\land \lnot r)]\lor r\] and i can move these around any way i like, bu i cannot seem to get rid of anything

OpenStudy (amistre64):

undistribute maybe

OpenStudy (anonymous):

oh maybe i can factor a not r out of the last two terms before the "or r"??

OpenStudy (amistre64):

yep

OpenStudy (anonymous):

which gets me what?

OpenStudy (amistre64):

(pvq) n -r

OpenStudy (anonymous):

maybe \[(p\lor q)\land \lnot r\]

OpenStudy (amistre64):

since you got all vs inbetween the [ ] seem rather useless

OpenStudy (anonymous):

ok so \[[(\lnot p\land \lnot q)\lor ( p\land \lnot r)\lor (q\land \lnot r)]\lor r\] \[[(\lnot p\land \lnot q)\lor (( p\lor q)\land \lnot r)\lor r\]

OpenStudy (amistre64):

distribute your vr threw

OpenStudy (anonymous):

\[(\lnot p\land \lnot q)\lor (( p\lor q)\land \lnot r)\lor r\]

OpenStudy (anonymous):

looks like i should be close right??

OpenStudy (amistre64):

perhaps (-pnq) v [(pvqvr) n (-rvr)] =r (-pnq) v [(pvqvr) n r] (-pnq) v (pnr) v(qnr) v (rnr) maybe?

OpenStudy (amistre64):

that might be a cirle lol

OpenStudy (anonymous):

aaaaaaaaaaaaaaaaaaaaaargh

OpenStudy (amistre64):

\[(\lnot p\land \lnot q)\lor ( p\land \lnot r)\lor (q\land \lnot r)\lor r\] \[(\lnot p\land \lnot q)\lor ( p\land \lnot r)\lor (q\lor r) \land (\lnot r\lor r)\] \[(\lnot p\land \lnot q)\lor ( p\land \lnot r)\lor (q\lor r) \land r\] ugh is right

OpenStudy (anonymous):

ok i think i may have it please check

OpenStudy (anonymous):

starting here \[(\lnot p\land \lnot q)\lor (( p\lor q)\land \lnot r)\lor r\]

OpenStudy (amistre64):

-rvr = T right?

OpenStudy (anonymous):

\[(\lnot p\land \lnot q)\lor r \lor (( p\lor q)\land \lnot r)\] \[(\lnot p\land \lnot q)\lor (r\lor (p\lor q) \land (r \lor \lnot r)\]\]

OpenStudy (anonymous):

\[(\lnot p\land \lnot q)\lor (r\lor (p\lor q)) \land T\]\]

OpenStudy (anonymous):

\[((\lnot p \land \lnot q)\lor r \lor (p\lor q)\]

OpenStudy (anonymous):

\[\lnot( p \lor q) \lor r \lor (p \lor q)\] \[\lnot (p\lor q) \lor (p\lor q) \lor r)\] \[T\lor r\] TTTTTTTTTTTTTTTTTTTTTTTTTTT

OpenStudy (anonymous):

would it be easier with truth table?

OpenStudy (anonymous):

maybe? probably took 8 too many steps

OpenStudy (amistre64):

looks good to me :)

OpenStudy (anonymous):

i wanted to do it without truth tables and got all messed up

OpenStudy (zarkon):

you could just do this with words

OpenStudy (anonymous):

ok zarkon, lets see 2 steps

OpenStudy (zarkon):

not is 2 steps

OpenStudy (anonymous):

yeah i feel this way about all this nonsense lots of symbols for the completely obvious

OpenStudy (anonymous):

as a professor i once had (who sadly recently died) "just because it is obvious, doesn't mean you can't prove it"

OpenStudy (zarkon):

\[[(p\lor q)\land (p\rightarrow r)\land (q\rightarrow r)]\rightarrow r\] if r is true then the whole thing is true so assume r is false. then for the statement to be false the lhs has to be true this tells us p and q must be false (otherwise the two implications would be false) but then p or q is false and the lhs is false...thus the statement is always true

OpenStudy (zarkon):

I should probably write ...this tells us p is false and q is false

OpenStudy (phi):

[ (p + q) x (p->r) x (q->r) ] -> r ¬ [ (p + q) x (¬p + r) x (¬q + r) ] + r a->b becomes ¬a + b ¬(p+q) + (p x ¬r) + (q x ¬r) + r ¬(a + b) becomes ¬a x ¬b and ¬(a x b) becomes ¬a + ¬b ¬(p+q) + r + ((p + q) x ¬r) commute +r, factor out (p+q) (¬(p+q) + r) + ¬(¬(p + q) + r) ¬a x ¬b becomes ¬(a + b)

OpenStudy (phi):

no claims to being the shortest.

OpenStudy (anonymous):

yes it looks nice and short!

OpenStudy (anonymous):

sarcasm? :D

OpenStudy (anonymous):

no no you should have see what i wrote!

OpenStudy (anonymous):

im too tired to unravel it, beacuse you tend to go back, lol

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!