document.write( "Question 179325This question is from textbook
\n" );
document.write( ": Write the converse, inverse, and contrapositive of the following conditional statement
\n" );
document.write( " If a dog is barking, then it will not bite
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #134236 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Here's are the general guidelines to if-then constructions, \n" ); document.write( "Original Statement: if (a) then (b) \n" ); document.write( "Converse Statement: if (a) then (b) \n" ); document.write( "Inverse Statement: if (not a) then (not b) \n" ); document.write( "Contrapositive Statement: if (not a) then (not b) \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "a=dog is barking, \n" ); document.write( "b=dog will not bite \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "Original Statement : If a dog is barking, then it will not bite. \n" ); document.write( "Converse Statement: If a dog is not biting, then it will bark. \n" ); document.write( "Inverse Statement: If a dog is not barking, then it will bite. \n" ); document.write( "Contrapositive Statement: If a dog is biting, then it will not bark. \n" ); document.write( " |