document.write( "Question 359596: Hello, I have two problems I need help with. Thanks\r
\n" ); document.write( "\n" ); document.write( "let p, q, and r be the following statement:
\n" ); document.write( "p: jamie is on the train.
\n" ); document.write( "q: sylvia is at the park.
\n" ); document.write( "r: nigel is in the car.
\n" ); document.write( "translate the following statement into english: (~q^p)arrow going to right ~r\r
\n" ); document.write( "\n" ); document.write( "construct a truth table for ~q V ~p
\n" ); document.write( "

Algebra.Com's Answer #256696 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
p: jamie is on the train.
\n" ); document.write( "q: sylvia is at the park.
\n" ); document.write( "r: nigel is in the car.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "~p: jamie is not on the train
\n" ); document.write( "~q: sylvia is not at the park
\n" ); document.write( "~r: nigel is not in the car.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "(~q^p)->~r
\n" ); document.write( "If (not q and p) then (not r)
\n" ); document.write( "Now just substitute,
\n" ); document.write( "If (sylvia is not at the park and jamie is on the train) then (nigel is not in the car)
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "
\r\n" );
document.write( "p      q     ~p    ~q    (~q v ~p)\r\n" );
document.write( "-----------------------------------\r\n" );
document.write( "T      T      F     F        F\r\n" );
document.write( "T      F      F     T        T\r\n" );
document.write( "F      T      T     F        T\r\n" );
document.write( "F      F      T     T        T\r\n" );
document.write( "
\n" ); document.write( "
\n" );