- 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
A number is divisible by $12$. By what other numbers will that number be divisible?
Given: A number is divisible by $12$.
To do: To find the other number by which the given number will be divisible.
Solution:
$\because$ The number is divisible by $12$,
$\therefore$ This number will be divisible by the factors of $12$ i.e., $1,\ 2,\ 3,\ 4,\ 6,\ 12$.
So, $1,\ 2,\ 3,\ 4$ and $6$ are the numbers other than 12 by which this number is also divisible.
- Related Articles
- A number is divisible by both 5 and 12. By which other number will that number be always divisible?
- 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.
- If a number is divisible by 3 it must be divisible by 9. (True/False)
- Smallest number that is divisible by first n numbers in JavaScript
- Find the digits p and q, if the number p7q6 is divisible by 24.
- 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.
- Minimum value that divides one number and divisible by other in C++
- Generating a random number that is divisible by n in JavaScript
- Finding a pair that is divisible by some number in JavaScript
- Find the greatest number of 6 digits exactly divisible by 24, 15 and 36./p>
- Program to make sum divisible by P in Python
- Which is the biggest number by which 6 , 9 and 12 divisible
- The number 144 is divisible by the prime numbers 2 and ___
- Multiply the given number by 2 such that it is divisible by 10
- Replace the (*) by the smallest number so that 78*964 may be divisible by 9

Advertisements