document.write( "Question 1137732: How many numbers between 100 and 1000 are
\n" );
document.write( "Not divisible by 2
\n" );
document.write( "Not divisible by 3
\n" );
document.write( "Not divisible by either 2 or 3 .
\n" );
document.write( "Not quite an algebra one!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #755603 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! .\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " The formulation of the problem in the post leaves the room for questions\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " is 100 included ? Is 1000 included ?\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " In this sense, this formulation is unprofessional. A professional formulation of a Math problem does not leave \r \n" ); document.write( "\n" ); document.write( " the room for such questions. Therefore, I will reformulate the problem in this way:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " How many three-digit numbers are\r\n" ); document.write( "\r\n" ); document.write( " - Not divisible by 2 ?\r\n" ); document.write( " - Not divisible by 3 ?\r\n" ); document.write( " - Not divisible by either 2 or 3 ?\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " Thre-digit numbers are the numbers from 100 to 999 inclusively, so there is no uncertainty with this formulation.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(a) How many three-digit numbers are not divisible by 2 ?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " Every second integer number in the interval [100,999] is divisible by 2.\r\n" ); document.write( "\r\n" ); document.write( " The number of such pairs is\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(b) How many three-digit numbers are not divisible by 3 ?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " Every third integer number in this interval is divisible by 3.\r\n" ); document.write( "\r\n" ); document.write( " More precisely, every third, starting from 102.\r\n" ); document.write( "\r\n" ); document.write( " The number of such triples is\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(c) How many three-digit numbers are not divisible by either 2 or 3 ?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " As a first approach, we can subtract 450 and 300 from 900 - those integer numbers that are divisible by 2 and by 3.\r\n" ); document.write( "\r\n" ); document.write( " 900 - 450 - 300 = 150.\r\n" ); document.write( "\r\n" ); document.write( " But doing in this way, we subtract multiples of 6 twice (!).\r\n" ); document.write( "\r\n" ); document.write( " Therefore, we must return back the number of multiples of 6 among 3-digit numbers.\r\n" ); document.write( "\r\n" ); document.write( " Again, we need to calculate the number of segments of the length 6 from 100 to 999 inclusively.\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |