SOLUTION: A student wants to know how many integers between 1 and 1000 are a multiple of 4 or a multiple of 5. She wonders if it is correct to find the number of those integers that are mul
Algebra ->
Test
-> SOLUTION: A student wants to know how many integers between 1 and 1000 are a multiple of 4 or a multiple of 5. She wonders if it is correct to find the number of those integers that are mul
Log On
Question 261032: A student wants to know how many integers between 1 and 1000 are a multiple of 4 or a multiple of 5. She wonders if it is correct to find the number of those integers that are multiples of 4 and add the number of those that are multiples of 5. How do you respond? Answer by Greenfinch(383) (Show Source):
You can put this solution on YOUR website! 1/4 are multiples of 4 and 1/5 are multiples of 5. However, this process will double count every 20th number since they will be in both lists and thus counted twice. You could take away the multiples of 20.