document.write( "Question 1033736: Which of the following statements are True, and which of them are False?
\n" );
document.write( "• if 10 is a prime then 100 is composite
\n" );
document.write( "• if 100 is a perfect square then 100 is a perfect cube
\n" );
document.write( "• if 1000 is composite then 7 is prime
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #648397 by robertb(5830)![]() ![]() You can put this solution on YOUR website! • if 10 is a prime then 100 is composite. \n" ); document.write( "The truth value is true. F --> T is true.\r \n" ); document.write( "\n" ); document.write( "• if 100 is a perfect square then 100 is a perfect cube. \n" ); document.write( "The truth value is false. T --> F is false.\r \n" ); document.write( "\n" ); document.write( "• if 1000 is composite then 7 is prime. \n" ); document.write( "The truth value is true. T --> T is true. \n" ); document.write( " |