document.write( "Question 478093: Please help. I have 2 problems that I have never done before.\r
\n" );
document.write( "\n" );
document.write( "1. Write the compound statement in symbols.
\n" );
document.write( "Let r = The food is good, p = I eat too much, q = I'll exercise.\r
\n" );
document.write( "\n" );
document.write( "I'll exercise if I don't eat too much.
\n" );
document.write( "
\n" );
document.write( " ~p -> q
\n" );
document.write( " ~p ^ q
\n" );
document.write( " ~p V q
\n" );
document.write( " ~(p -> q) \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. Form the converse: If I do not wash my clothes, then I will have nothing clean to wear.
\n" );
document.write( " If I do not wash my clothes, then I will have something clean to wear.
\n" );
document.write( " If I wash my clothes, then I will have something clean to wear.
\n" );
document.write( " If I have something clean to wear, then I washed my clothes.
\n" );
document.write( " If I have something clean to wear, then I did not wash my clothes.
\n" );
document.write( " If I have nothing clean to wear, then I did not wash my clothes. \n" );
document.write( "
Algebra.Com's Answer #327620 by Theo(13342)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "1. Write the compound statement in symbols. \n" ); document.write( "Let r = The food is good, p = I eat too much, q = I'll exercise. \n" ); document.write( "I'll exercise if I don't eat too much. \n" ); document.write( "~p -> q \n" ); document.write( "~p ^ q \n" ); document.write( "~p V q \n" ); document.write( "~(p -> q) \n" ); document.write( "Answer: \n" ); document.write( "change the statement to read: \n" ); document.write( "if i don't eat too much, then i'll exercise \n" ); document.write( "this looks a lot like ~p->q \n" ); document.write( "that would be the first selection above. \n" ); document.write( "Question: \n" ); document.write( "2. Form the converse: If I do not wash my clothes, then I will have nothing clean to wear. \n" ); document.write( "If I do not wash my clothes, then I will have something clean to wear. \n" ); document.write( "If I wash my clothes, then I will have something clean to wear. \n" ); document.write( "If I have something clean to wear, then I washed my clothes. \n" ); document.write( "If I have something clean to wear, then I did not wash my clothes. \n" ); document.write( "If I have nothing clean to wear, then I did not wash my clothes. \n" ); document.write( "Answer: \n" ); document.write( "if the statement is p->q then the converse is q->p \n" ); document.write( "the statement is \"if i don't wash my clothes, then i will have nothing clean to wear\". \n" ); document.write( "the converse of that would be \"if i have nothing clean to wear, then i did not wash my clothes\". \n" ); document.write( "that looks a lot like the last selection. \n" ); document.write( " \n" ); document.write( " |