document.write( "Question 291146: Write each of the following in symbolic form if p is the statement “It is raining” and q is the statement “The grass is wet.”
\n" );
document.write( "a) If it is raining, then the grass is wet.
\n" );
document.write( "b) If it is not raining, then the grass is wet.
\n" );
document.write( "c) If it is raining, then the grass is not wet.
\n" );
document.write( "d) The grass is wet if it is raining.
\n" );
document.write( "e) The grass is not wet implies that it is not raining.
\n" );
document.write( "f) The grass is wet if, and only if, it is raining. \n" );
document.write( "
Algebra.Com's Answer #212619 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! No similar problems. \n" ); document.write( "I'll do a couple \n" ); document.write( "a) p -> q \n" ); document.write( "b) -p -> q \n" ); document.write( "c) p -> -q \n" ); document.write( " |