document.write( "Question 835878: Determine the truth value of: Any n that is a positive integer and is a prime number, implies => n is and odd number, or n is equal to 2.\r
\n" );
document.write( "\n" );
document.write( "Write the negation, converse, inverse, and contrapositive of this implication, and determine their
\n" );
document.write( "truth values.\r
\n" );
document.write( "\n" );
document.write( "This is a discrete mathematics word problem. \n" );
document.write( "
Algebra.Com's Answer #503778 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! A - n is a prime number (all primes are positive) \n" ); document.write( "B - n is an odd number \n" ); document.write( "C - n equals 2 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "Conditional : If A then B or C. \n" ); document.write( "Negation : If A then -B or -C. \n" ); document.write( "Converse : If B or C, then A. \n" ); document.write( "Inverse : If -A then -B or -C. \n" ); document.write( "Contrapositive : If -B or -C, then -A. \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "-A - n is not a prime number \n" ); document.write( "-B - n is not an odd number or n is an even number \n" ); document.write( "-C - n does not equal 2 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "Work through the conditionals and determine the truth values. \n" ); document.write( "I'll do the first one. \n" ); document.write( "If n is prime, then n is either odd or equals 2. TRUE, if it was even, then you could divide by 2 and it wouldn't be prime. \n" ); document.write( " |