document.write( "Question 203008: Determine which, if any, of the three statements are equivalent.
\n" );
document.write( "
\n" );
document.write( " a) If today is Monday, then tomorrow is Tuesday.
\n" );
document.write( " b) If today is not Monday, then tomorrow is not Tuesday.
\n" );
document.write( " c) If tomorrow is not Tuesday, then today is not Monday.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #153174 by RAY100(1637) ![]() You can put this solution on YOUR website! Let p=\"today is Monday\",,,,and q= \"tomorrow is Tuesday\" \n" ); document.write( ". \n" ); document.write( "Then \n" ); document.write( ". \n" ); document.write( "a) if p then q \n" ); document.write( ". \n" ); document.write( "b) if not p then not q \n" ); document.write( ", \n" ); document.write( "c) if not q then not p \n" ); document.write( ", \n" ); document.write( "(a) and (c) are contrapositive, therefore equal \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |