document.write( "Question 121349: What is the difference between \"you need to have less than 4 buckets\" and \"you need at most 4 buckets\"? This question is very simple, but I don't know how to express it the proper way. How would you express the answer to this problem or am I making this to complicated? Greatly appreciate an assist. Thanks \n" ); document.write( "
Algebra.Com's Answer #89058 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! What is the difference between \"you need to have less than 4 buckets\" and \"you need at most 4 buckets\"? This question is very simple, but I don't know how to express it the proper way. How would you express the answer to this problem or am I making this to complicated? Greatly appreciate an assist. Thanks \n" ); document.write( " \r\n" ); document.write( "\"You need to have less than 4 buckets\"\r\n" ); document.write( "\r\n" ); document.write( "means \r\n" ); document.write( "\r\n" ); document.write( "\"You need to have either 0 buckets, 1 bucket, 2 buckets,\r\n" ); document.write( "or 3 buckets.\" \r\n" ); document.write( "\r\n" ); document.write( "whereas,\r\n" ); document.write( "\r\n" ); document.write( "\"You need at most 4 buckets\"\r\n" ); document.write( "\r\n" ); document.write( "means\r\n" ); document.write( "\r\n" ); document.write( "\"You need to have either 0 buckets, 1 bucket, 2 buckets,\r\n" ); document.write( "3 buckets, or 4 buckets.\"\r\n" ); document.write( "\r\n" ); document.write( "In other words, the first does not allow you to have 4 buckets,\r\n" ); document.write( "but the second one does allow you to have 4 buckets.\r\n" ); document.write( "\r\n" ); document.write( "Edwin \n" ); document.write( " \n" ); document.write( " |