document.write( "Question 568352: p: The house is owned by an engineer
\n" );
document.write( "q: The heat is solar generated
\n" );
document.write( "r: The car is run by electric power\r
\n" );
document.write( "\n" );
document.write( "Translate the statement into symbols, then construct a truth table and determine under what conditions the compound statement is true.\r
\n" );
document.write( "\n" );
document.write( "The house is owned by an engineer and the heat is solar generated, or the car is run by electric power.\r
\n" );
document.write( "\n" );
document.write( "I've gotten the first two columns down for the table\r
\n" );
document.write( "\n" );
document.write( " p q
\n" );
document.write( "1 t t
\n" );
document.write( "2 t t
\n" );
document.write( "3 t f
\n" );
document.write( "4 t f
\n" );
document.write( "5 f t
\n" );
document.write( "6 f t
\n" );
document.write( "7 f f
\n" );
document.write( "8 f f\r
\n" );
document.write( "\n" );
document.write( "Not sure how to continue or to label.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #366924 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! p: The house is owned by an engineer \n" ); document.write( "q: The heat is solar generated \n" ); document.write( "r: The car is run by electric power \n" ); document.write( "Translate the statement into symbols, then construct a truth table and determine under what conditions the compound statement is true. \n" ); document.write( "The house is owned by an engineer and the heat is solar generated, or the car is run by electric power. \n" ); document.write( "----- \n" ); document.write( "p AND q OR r \n" ); document.write( "--------------------- \n" ); document.write( "I've gotten the first two columns down for the table \n" ); document.write( "..p q r \n" ); document.write( "1 t t t \n" ); document.write( "2 t t f \n" ); document.write( "3 t f t \n" ); document.write( "4 t f f \n" ); document.write( "5 f t t \n" ); document.write( "6 f t f \n" ); document.write( "7 f f t \n" ); document.write( "8 f f f \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |