If a number is divisible by 3 need it to be tested for 9? Justify your answer by stating any 2 numbers which are divisible by 3 but not by 9.
Solution :
We know that,
If a number is divisible by another number, then it is divisible by its factors.
Therefore, If a number is divisible by 9 it is divisible by 3. But the reverse is not necessarily true.
For example,
12 and 15 are divisible by 3 but not by 9.
Therefore, if a number is divisible by 3 it may not be divisible by 9. Hence, we have
to check if the given number is divisible by 9 also.
- Related Articles
- If a number is divisible by 3 it must be divisible by 9. (True/False)
- Which of the following statements are true?(a) If a number is divisible by 3, it must be divisible by 9.(b) If a number is divisible by 9, it must be divisible by 3.(c) A number is divisible by 18, if it is divisible by both 3 and 6.(d) If a number is divisible by 9 and 10 both, then it must be divisible by 90.(e) If two numbers are co-primes, at least one of them must be prime.(f) All numbers which are divisible by 4 must also be divisible by 8.(g) All numbers which are divisible by 8 must also be divisible by 4.(h) If a number exactly divides two numbers separately, it must exactly divide their sum.(i) If a number exactly divides the sum of two numbers, it must exactly divide the two numbers separately.
- Which of the following statements are true?(i) If a number is divisible by 3, it must be divisible by 9.(ii) If a number is divisible by 9, it must be divisible by 3.(iii) If a number is divisible by 4, it must be divisible by 8.(iv) If a number is divisible by 8, it must be divisible by 4.(v) A number is divisible by 18, if it is divisible by both 3 and 6.(vi) If a number is divisible by both 9 and 10, it must be divisible by 90.(vii) If a number exactly divides the sum of two numbers, it must exactly divide the numbers separately.(viii) If a number divides three numbers exactly, it must divide their sum exactly.(ix) If two numbers are co-prime, at least one of them must be a prime number.(x) The sum of two consecutive odd numbers is always divisible by 4.
- 18 is divisible by both 2 and 3 . It is also divisible by \( 2 \times 3=6 \). Similarly, a number is divisible by both 4 and 6. Can we say that the number must also be divisible by \( 4 \times 6=24 \) ? If not, give an example to justify your answer.
- Verify if number 9019 is not divisible by 9.
- Find permutation of n which is divisible by 3 but not divisible by 6 in C++
- Check if a large number is divisible by 9 or not in C++
- A number is divisible by $12$. By what other numbers will that number be divisible?
- Given an example of a number which is divisible by(i) 2 but not by 4.(ii) 3 but not by 6.(iii) 4 but not by 8.(iv) both 4 and 8 but not 32.
- Using divisibility tests, determine which of the following numbers are divisible by 2 ; by 3 ; by 4 ; by 5 ; by 6 ; by 8 ; by 9 ; by 10 ; by 11 (say, yes or no):"
- Using pisibility tests, determine which of the following numbers are divisible by $2$; by $3$; by $4$; by $5$; by $6$; by $8$; by $9;$ by $10$; by $11$ $(say,\ yes\ or\ no):"\n
- Find the number of all three digit natural numbers which are divisible by 9.
- Check if 74526 is divisible by 3.
- Check if a large number is divisible by 3 or not in java
- Check if a large number is divisible by 3 or not in C++
Kickstart Your Career
Get certified by completing the course
Get Started