document.write( "Question 162438This question is from textbook
\n" );
document.write( ": problem 1f:\r
\n" );
document.write( "\n" );
document.write( "-(PvQ) -||- -P&-Q \n" );
document.write( "
Algebra.Com's Answer #119708 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! One way to do all these logic type problems is to make a table. Make two rows for each variable (in this case 4 rows, one for P and one for Q). Then make a column for each logical step you take. The spacing will be messed up, but you can line them up by taking out all the fillers (+). \n" ); document.write( "Start by adding both true (1) and false (0) for each variable. Do this until you have each combination for all variables. Since we have two variables, that makes 4 total combinations (2 * 2). See the table below\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "+P++Q+++(-P)+++(-Q)++(PvQ)+++(-P&-Q)+++-(PvQ) \n" ); document.write( "+0++0 \n" ); document.write( "+1++0 \n" ); document.write( "+0++1 \n" ); document.write( "+1++1\r \n" ); document.write( "\n" ); document.write( "Now, using the info about P and Q, you can easily find (-P) and (-Q). Fill them in as follows.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "+P++Q+++(-P)+++(-Q)++(PvQ)+++(-P&-Q)+++-(PvQ) \n" ); document.write( "+0++0+++++1++++++1+ \n" ); document.write( "+1++0+++++0++++++1+ \n" ); document.write( "+0++1+++++1++++++0+ \n" ); document.write( "+1++1+++++0++++++0+\r \n" ); document.write( "\n" ); document.write( "Next, using logical properties for AND, OR, etc, continue completing the table Fill them in as follows.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "+P++Q+++(-P)+++(-Q)++(PvQ)+++(-P&-Q)+++-(PvQ) \n" ); document.write( "+0++0+++++1++++++1+++++0++++++++1 \n" ); document.write( "+1++0+++++0++++++1+++++1++++++++0 \n" ); document.write( "+0++1+++++1++++++0+++++1++++++++0 \n" ); document.write( "+1++1+++++0++++++0+++++1++++++++0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Finally, using the logical negative, complete the table. Then note that the columns for the two entities in the original problem are identical \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "+P++Q+++(-P)+++(-Q)++(PvQ)+++(-P&-Q)+++-(PvQ) \n" ); document.write( "+0++0+++++1++++++1+++++0++++++++1+++++++++1 \n" ); document.write( "+1++0+++++0++++++1+++++1++++++++0+++++++++0 \n" ); document.write( "+0++1+++++1++++++0+++++1++++++++0+++++++++0 \n" ); document.write( "+1++1+++++0++++++0+++++1++++++++0+++++++++0\r \n" ); document.write( "\n" ); document.write( "So what you need to know are: \n" ); document.write( "The rules for ANA, OR, negation, implication, etc. Your book will have all that stuff. Then you need to be methodical about starting with a truth table and gradually working your way through each logical step. Once you get two columns that have the same entries, you have proven those columns are logical equivalents.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |