- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
To do:
We have to find whether the given statement is true or false.
Solution :
(i) 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 converse 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.
The given statement is false.
(ii) 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
The given statement is true.
(iii) 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 8 it is divisible by 4 but the converse is not necessarily true.
For example,
12 and 20 are divisible by 4 but not by 8.
Therefore, if a number is divisible by 4 it may not be divisible by 8.
The given statement is false.
(iv) 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 8 it is divisible by 4.
The given statement is true.
(v) A number is divisible by 18 if it is divisible by both 9 and 2.
The given statement is false.
(vi) A number is divisible by 90 if it is divisible by both 9 and 10.
The given statement is true.
(vii) $10+30=40$ is divisible by 4 but both 10 and 30 are not divisible by 4.
The given statement is false.
(viii) Let the three numbers be $4, 6$ and $8$
2 divides 4, 6 and 8 exactly.
$4+6+8=18$
2 divides 18 exactly.
The given statement is true.
(ix) When two numbers have no common factors other than 1, then the numbers are co prime.
8 and 9 are co-primes but both 8 and 9 are not prime numbers.
The given statement is false.
(x) Let $x$ be an odd number.
This implies,
$x+1$ is an even number.
The next odd number is $x+2$
Sum of the consecutive odd numbers $= x+x+2$
$=2x+2$
$(2x+2)\div4= \frac{2x+2}{4}$
$=\frac{x+1}{2}$
$x+1$ is divisible by 2.
This implies,
$2x+2$ is divisible by 4
Therefore, the sum of two consecutive odd numbers is always divisible by 4.
The given statement is true.
- Related Articles
- 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.
- If a number is divisible by 3 it must be divisible by 9. (True/False)
- 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.
- State whether True or FalseAll numbers which are divisible by 4 must also be divisible by 8.
- 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.
- A number is divisible by $12$. By what other numbers will that number be divisible?
- A number is divisible by both 5 and 12. By which other number will that number be always divisible?
- Verify if number 9019 is not divisible by 9.
- Find the least square number which is exactly divisible by 8, 9 and 10
- Rearrangement of a number which is also divisible by it in C++
- The number 144 is divisible by the prime numbers 2 and ___
- Check if a number is divisible by all prime divisors of another number in C++
- Check if a large number is divisible by 9 or not in C++
- Find the smallest value of a, if the number\(6a4231\) is divisible by 3.
- Check if a large number is divisible by 20 in C++
