Ask Question
23 March, 13:01

if j is the number of integers between 1 and 500 that are divisible by 9 and k is the number of integers between 1 and 500 that are divisible by 7, what is j + k?

Answers (1)
  1. C
    23 March, 16:54
    0
    126

    Step-by-step explanation:

    The number of numbers divisible by 9 is ...

    j = floor (500/9) = 55

    The number of numbers divisible by 7 is ...

    k = floor (500/7) = 71

    Then the total (j+k) is ...

    j + k = 55 + 71 = 126
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “if j is the number of integers between 1 and 500 that are divisible by 9 and k is the number of integers between 1 and 500 that are ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers
Sign In
Ask Question