78.8k views
0 votes
What are the 58 whole numbers between 1 and 100 that are not divisible by 3 or 11

User AtinSkrita
by
7.7k points

1 Answer

1 vote

Final answer:

To find the whole numbers between 1 and 100 that are not divisible by 3 or 11, we need to check each number in that range and exclude any numbers divisible by 3 or 11. The resulting list will contain 58 whole numbers.


Step-by-step explanation:

To find the whole numbers between 1 and 100 that are not divisible by 3 or 11, we need to analyze each number in that range and check if it is divisible by either 3 or 11. If a number is divisible by either 3 or 11, it is not a valid number. We can use a simple loop in a programming language or manually check each number.

For example:

  1. Starting from 1, we check if it is divisible by 3 or 11. It is not, so we include it in the list.
  2. Next, we check 2, which is not divisible by 3 or 11. So, we include it in the list as well.
  3. We continue this process until we reach 100, excluding any numbers divisible by 3 or 11. The resulting list will contain 58 whole numbers.

Learn more about whole numbers not divisible by 3 or 11

User Edgar Henriquez
by
8.0k points