document.write( "Question 554669: In Exercises 57–66, write the statements in symbolic form. Let
\n" );
document.write( "p: The temperature is 90°.
\n" );
document.write( "q: The air conditioner is working.
\n" );
document.write( "r: The apartment is hot.
\n" );
document.write( "58. The temperature is not 90° and the air conditioner is working, but the apartment is hot.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #361435 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! \"The temperature is not 90° and the air conditioner is working, but the apartment is hot.\" translates to (~p ^ q) ^ r \n" ); document.write( " |