document.write( "Question 179021: Explain the difference between the following two statements:
\n" );
document.write( "All students passed the final.
\n" );
document.write( "Some students passed the final. \n" );
document.write( "
Algebra.Com's Answer #133964 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! the first statement includes all students \n" ); document.write( ": \n" ); document.write( "the second statement means at least one student passed the final. It is non specific as to the number. It only tells us that someone passed the test. \n" ); document.write( " |