answersLogoWhite

0

See if it is an even number. If it is, it's divisible by 2.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you test if a number is divisible by 8?

Because 8 is 2 cubed, you can test if a number is divisible by 8 by dividing it by 2 three times. If the number you reach is an integer, then the number is divisible by 8. For example, 72/2 = 36/2 = 18/2 = 9. Therefore, 72 is divisible by 8. For very large numbers, if the last three digits are divisible by 8, the number itself is divisible by 8.


What is the divisibility test for 15?

It is divisibility by 3 and divisibility by 5.Divisibility by 3: the digital root of an integer is obtained by adding together all the digits in the integer, with the process repeated if required. If the final result is 3, 6 or 9, then the integer is divisible by 3.Divisibility by 5: the integer ends in 0 or 5.


Is 117 divisible by 9?

Yes. 117/9=13. An easy test for divisibility by nine (for an integer of any length) is to add all of the digits. If the sum is nine or a number divisible by nine, then the integer is divisible by nine. In this case, 1+1+7=9, so 117 is divisible by nine. (Be careful, this test fo divisibility only works generally for divisibility by three -- i.e., an integer is divisible by three if and only if the sum of its digits equals three or a multiiple of three-- and for nine.) To find if an integer is divisible by 4, you can check if the last two digits are. If they are, it is. To check if an integer is divisible by 6, you must make sure that the integer is divisible by both 3 and 2. If you want to check if an integer is divisible by 2, just make sure it's even. Any integer divisible by 10 will end in zero. Any integer divisible by 5 will end in either 5 or 0. This is an important part of pre-algebra, as well as algebra.


How do you write c program to test that an integer number is divisible by 2?

int isDivisibleByTwo(int N) return N % 2 == 0;


How do you determine if prime number?

A prime number is a positive integer with two factors: one and the number itself. If you test the numbers up to the square root and your number is not divisible by any of them, it's prime.


How do you determine what is a prime number?

A prime number is a positive integer with two factors: one and the number itself. If you test the numbers up to the square root and your number is not divisible by any of them, it's prime.


How do you know its a prime number?

A prime number is a positive integer with two factors: one and the number itself. If you test the numbers up to the square root and your number is not divisible by any of them, it's prime.


How do you know a number is prime?

Prime numbers are not divisible by any integer other than themselves and one. So if you can't produce an integer (whole number) by dividing the number by any integer, it's prime. For example, 13 is a prime number. You can't produce 13 by multiplying any integers together except 13 and 1.


How can you tell number given is prime?

A prime number is a positive integer with two factors: one and the number itself. If you test the numbers up to the square root and your number is not divisible by any of them, it's prime.


How do you determine whether a no is prime or not?

A prime number is a positive integer with two factors: one and the number itself. If you test the numbers up to the square root and your number is not divisible by any of them, it's prime.


How do you determine whether a prime number is one or not?

A prime number is a positive integer with two factors: one and the number itself. If you test the numbers up to the square root and your number is not divisible by any of them, it's prime.


How do you test if a number is divisible by 6?

If it is divisible by 2 and 3