document.write( "Question 627259: Good morning,
\n" );
document.write( " Write the compound statement in symbols. let r =The food is good, P =I eat too much, q = I'll exercise.
\n" );
document.write( "If the food is good and if I eat too much, then I'll exercise.
\n" );
document.write( ". r^ (p -> q)
\n" );
document.write( ". (r ^ P) -> q)
\n" );
document.write( ". p -> (r ^ q)
\n" );
document.write( ". r -> (p ^ q)
\n" );
document.write( "Is the first one the correct answer? \n" );
document.write( "
Algebra.Com's Answer #394814 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write the compound statement in symbols. let r =The food is good, P =I eat too much, q = I'll exercise. \n" ); document.write( "If the food is good and if I eat too much, then I'll exercise. \n" ); document.write( ". r^ (p -> q) \n" ); document.write( ". (r ^ P) -> q) \n" ); document.write( ". p -> (r ^ q) \n" ); document.write( ". r -> (p ^ q) \n" ); document.write( "Is the first one the correct answer? \n" ); document.write( "------ \n" ); document.write( "No ; the 2nd one is the correct answer. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |