answersLogoWhite

0


Best Answer

To be divisible by 2 the last digit must be even, ie one of {0, 2, 4, 6, 8};

The last digit is 0, which is one of these so 330 is divisible by 2.

To be divisible by 3, sum the digits of the number and if this sum is divisible by 3, then the original number is divisible by 3.

As the test can be repeated on the sum, repeat the summing until a single digit remains; only if this number is one of {3, 6, 9} is the original number divisible by 3.

330→ 3 + 3 + 0 = 6

6 is one of {3, 6,9} so 330 is divisible by 3.

To be divisible by 5, the last digit must be one of {0, 5}.

The last digit is 0 which is one of {0, 5} so 330 is divisible by 5.

There is no real check for 7 which is not much slower than just dividing by 7 to see if there is no remainder. One check:

Write the digits in blocks of 3 starting from the right hand end (like you would for reading the number):

in each block of 3 add twice the first digit to three times the second digit to the third digit.

Alternately subtract and add the blocks starting from the right hand end of the number.

If the result is divisible by 7, then so is the original number.

330 → 2×3 + 3×3 + 0 = 15

15 is not divisible by 7, so 330 is not divisible by 7.

To be divisible by 11, alternately subtract and add the digits of the number from the right hand end; only if this sum is divisible by 11 (or is 0) is the original number divisible by 11.

330 → 0 - 3 + 3 = 0

0 is 0, so 330 is divisible by 11.

Therefore 330 is divisible by 2, 3, 5, 11

But not divisible by 7.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the divisibility rules to determine which numbers 330 is divisible by from the numbers 2 3 5 7 11 and what are those numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the divisibility rules of all prime numbers?

The divisibility rules for a prime number is if it is ONLY divisible by 1, and itself.


What are the divisibility rules to determine if 634 is divisible by 2?

Any even number is divisible by 2.


How understanding factors help to write divisibility rules?

Factors of numbers are divisible by them with no remainders


Divisibility rule -divisible by 12?

If a number is divisible by 3, and also by 4, then it is divisible by 12 - so you might use the divisibility rules for those two numbers. Although it might be simpler just to perform the division.


What are the divisibility rules for the number 80?

If the last 4 digits are divisible by 80, the entire number is divisible by 80.But really, it is hardly worth-while to learn divisibility rules for a large amount of numbers; only for a few small numbers. Normally it is easier to just do the division.


What is divisibility rules for 15?

If a number is divisible by 3 and 5, it is divisible by 15.


What are the divisibility rules for 9?

a number is divisible by 9 if the sum of the digits is divisible by 9.


Is 963 divisible by 3 according to the rules of divisibility?

Yes.


Which numbers from the divisibility rules list divide the number 1840?

The answer will depend on the divisibility rules list.


How divisibility rules can help you find common factors?

Divisibility rules help you find the factors of a number. Once you've found the factors for two or more numbers, you can find what they have in common. Take 231 and 321. If you know the divisibility rules, you know that they are both divisible by 3, so 3 is a common factor.


What is the prime factorization of 225 using the divisibility rules?

With the common divisibility rules, you can quickly see that it is divisible by 5, and by 9 (3 x 3). If you divide 225 by each of these numbers, you should be able to get the remaining factors quickly, as well.


What are the divisibility rules for 72?

If the last 3 digits are divisible by 8 and the sum of the digits are divisible by 9.