document.write( "Question 1172388: Find how many numbers in the range 1 - 300 are divisible by at least one of the integers 4, 6 and 15 by using inclusion-exclusion principle. \n" ); document.write( "
Algebra.Com's Answer #797451 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Find how many numbers in the range 1 - 300 are divisible by at least one of the integers 4, 6 and 15 by using inclusion-exclusion principle. \n" ); document.write( "~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "We have a universal set U of 300 elements (integer numbers from 1 to 300).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Of them, 300/4 = 75 elements are divisible by 4 (subset F, from the word Four);\r\n" ); document.write( "\r\n" ); document.write( " 300/6 = 50 elements are divisible by 6 (subset X, from the word siX);\r\n" ); document.write( "\r\n" ); document.write( " 300/15 = 20 elements are divisible by 15 (subset N, from the word fifteeN).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Of them, we have these in-pair intersections\r\n" ); document.write( "\r\n" ); document.write( " 300/(4*3) = 25 elements divisible by 4 and by 6 (intersection (F and X) );\r\n" ); document.write( "\r\n" ); document.write( " 300/(4*15) = 5 elements divisible by 4 and by 15 (intersection (F and N) );\r\n" ); document.write( "\r\n" ); document.write( " 300/(6*5) = 10 elements divisible by 6 and by 15 (intersection (X and N) ).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Of them, we have triple intersection\r\n" ); document.write( "\r\n" ); document.write( " 300/(4*3*5) = 5 elements divisible by 4, 6 and 15 (intersection (F and X and N) ).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The problems asks about the number of elements in the union of the three subsets (F U X U N).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Use the formula for the number of elements in the union of any 3 subsets\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " n(F U X U N) = n(F) + n(X) + n(N) - n(F and X) - n(F and N) - n(X and N) + n(F and X and N) = \r\n" ); document.write( "\r\n" ); document.write( " = substitute the obtained numbers from above = \r\n" ); document.write( "\r\n" ); document.write( " = 75 + 50 + 20 - 25 - 5 - 10 + 5 = 110. ANSWER\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "ANSWER. There are 110 numbers between 1 and 300 (inclusive) that are divisible by at least one of three numbers 4, 6 and/or 15.\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( " \n" ); document.write( " |