document.write( "Question 627205: Determine the truth value of the following statement:
\n" );
document.write( "The Eiffel Tower is located in France and all positive numbers are between 0 and 1.\r
\n" );
document.write( "\n" );
document.write( "True\r
\n" );
document.write( "\n" );
document.write( "False \n" );
document.write( "
Algebra.Com's Answer #394833 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \"The Eiffel Tower is located in France\" is true\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "but\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"all positive numbers are between 0 and 1\" is false (counterexample: 2 is positive, but it's not between 0 and 1)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the overall statement \"The Eiffel Tower is located in France and all positive numbers are between 0 and 1\" is False\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: when using \"and\", both pieces have to be true for the whole thing to be true. \n" ); document.write( " |