document.write( "Question 178551This question is from textbook
\n" );
document.write( ": Let p, q, and r be the following statements:
\n" );
document.write( " p: Roses are red
\n" );
document.write( " q: The sky is blue
\n" );
document.write( " r: The grass is green
\n" );
document.write( "Translate the following statements into English
\n" );
document.write( "(a) p and q (b) p and (q or r) (c) q if then (p and r) (d) ( Not r and not q) if then, not p\r
\n" );
document.write( "\n" );
document.write( " Do I understand this correctly??
\n" );
document.write( "(a) p and q would be: roses and sky are blue??? help me please.... \n" );
document.write( "
Algebra.Com's Answer #133511 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! I'll do the first two to get you started.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a) \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p and q ... Start with the given expression\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(roses are red) and (the sky is blue) ... replace \"p\" with the statement \"roses are red\" and replace \"q\" with \"the sky is blue\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So p and q translates to: \"roses are red and the sky is blue\"\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p and (q or r) ... Start with the given expression\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(roses are red) and (q or r) ... Replace \"p\" with the statement \"roses are red\"\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(roses are red) and ((the sky is blue) or r) ... Replace \"q\" with the statement \"the sky is blue\"\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(roses are red) and ((the sky is blue) or (the grass is green)) ... Replace \"r\" with the statement \"the grass is green\"\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So p and (q or r) translates to: \"roses are red and the sky is either blue or the grass is green\"\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: I threw in the term \"either\" to show that there is grouping \n" ); document.write( " |