📝 Identify Multiples and divisibility Tests and rules (17 MCQs)
📖 From Digital SAT Algebra • 1. Basics of Algebra • 17 questions available
What is Identify Multiples and divisibility Tests and rules?
Definition:
Multiples are the products of a given number and any integer, while divisibility rules are shortcuts that determine whether one whole number can be divided by another without a remainder, based on specific patterns in the digits of the number.
Working:
To find multiples, multiply the number by , and for divisibility, apply rules such as a number divisible by if it ends in even digit, by if sum of digits is divisible by , by if it ends in or , and by if it ends in .
Example:
Check if is divisible by (rule: divisible by both and ).
Solution: Ends with (even, so divisible by ), and sum of digits , which is divisible by , so is divisible by .
Reason:
These concepts help in simplifying fractions, finding common denominators, and solving number theory problems, making arithmetic faster and more systematic, especially in algebra and factorization.
📝 All Identify Multiples and divisibility Tests and rules MCQs
Q1. A number is divisible by both 4 and 9. Which of the following must be true about the number?
📖 Explanation: If a number is divisible by both 4 and 9, since 4 and 9 are coprime (their only common factor is 1), the number must be divisible by their product, 36. Divisibility by 36 automatically implies divisibility by all factors of 36, which include 18 and 6. Option D is correct. A common error is to only consider the LCM as 36 but forget that 18 and 6 are divisors of 36, hence any multiple of 36 is also a multiple of those numbers.
Q2. A teacher wrote on the board. She then stated, 'This number is divisible by 12, 18, and 30.' A student disagrees, saying it is not divisible by 18. Who is correct and why?
📖 Explanation: The teacher is correct. For 18 = , N has and , which means it has enough prime factors to form 18. The student's likely error is thinking that '18' needs a factor of 3 three times or confusing it with 27. Option B is a strong distractor because it mistakes the exponent requirement. Option C is true but does not explain the reasoning fully, making A the best answer as it directly applies prime factorization.
Q3. A student claims that the number 5,760 is divisible by 45. To verify, she checks divisibility by 5 and 9 and finds that it is divisible by both. Is her method sufficient and is her claim correct?
📖 Explanation: 45 = 5 × 9, and 5 and 9 are coprime (gcd=1). Therefore, a number divisible by both 5 and 9 is indeed divisible by 45. 5,760 ends with 0 (divisible by 5) and sum of digits = 5+7+6+0=18 (divisible by 9), so it is divisible by 45. The student's method is correct. Option C is a distractor based on the misconception that you must check factors of 45 like 3 and 15, but 3 and 15 are not coprime (gcd=3), so that would be insufficient. Option D incorrectly states they are not coprime. So A is correct.
Q4. A palindrome number reads the same forward and backward. Which of the following 5-digit palindromes is always divisible by 11?
📖 Explanation: For a 5-digit palindrome of the form , the alternating sum for divisibility by 11 is: (a + c + a) - (b + b) = (2a + c - 2b). For this to be a multiple of 11, it must be 0, ±11, etc. But it is not always true. Example: 12321: (1+3+1)-(2+2)=5-4=1 not divisible by 11. So not all palindromes. Actually, the correct property: Any palindrome with an even number of digits is divisible by 11, but for odd number, not always. So the correct answer is D. Let's confirm: 12321 not divisible by 11 (12321/11=1120.09). So D is correct. This is a high-order question testing the rule's application to palindromes.
Q5. A student claims that the 15th multiple of 6 is 90, and the 20th multiple of 6 is 120. He then concludes that the 25th multiple of 6 must be 150 because the pattern of multiples increases by 30 every 5 steps. Is his reasoning correct for finding the 25th multiple? If not, what is the correct 25th multiple?
📖 Explanation: The student's final answer (150) happens to be correct because the 25th multiple of 6 is indeed . However, his reasoning is flawed: he assumed a pattern based on two data points (15th to 20th) and extrapolated linearly, but for multiples of a fixed number, the increase is constant per step, not per block of 5 steps. The correct method is direct multiplication. This tests whether students understand that correlation does not imply causation in patterns, and that direct definition is always reliable.
Q6. A school is arranging students in rows for a drill. If there are 144 students and they must be arranged in rows such that each row has the same number of students, and the number of students per row must be a multiple of 8. Which of the following row counts is NOT possible?
📖 Explanation: The number of students per row must divide 144 and be a multiple of 8. The divisors of 144 are 1,2,3,4,6,8,9,12,16,18,24,36,48,72,144. Among these, multiples of 8 are 8,16,24,48,72,144. 12 is a divisor but not a multiple of 8. Thus, 12 is not possible. This requires students to combine divisibility and multiples in a real-world context, testing both conceptual understanding and application.
Q7. If is a positive integer such that is a multiple of 4 and also a multiple of 6, then which of the following must be a multiple of 12?
📖 Explanation: If is a multiple of both 4 and 6, then is a common multiple of 4 and 6. The least common multiple (LCM) of 4 and 6 is 12, so is a multiple of 12. Therefore itself is a multiple of 12, and any multiple of (like ) is also a multiple of 12. may not be an integer if is not even, but since n is multiple of 4 it is even, but may be 6, which is not multiple of 12. So only and are guaranteed. This tests the fundamental relationship between common multiples and LCM.
Q8. Riya and Sohan are playing a game. Riya says: 'If a number is a multiple of 3, then it must be a multiple of 9.' Sohan says: 'No, every multiple of 9 is a multiple of 3, but not vice versa.' Who is correct and why?
📖 Explanation: Sohan is correct: If a number is a multiple of 9, say , then it can be written as , so it is a multiple of 3. However, a multiple of 3 like 6 is not a multiple of 9. Riya's statement is a common misconception that divisibility in one direction implies the reverse. This tests the understanding of the subset relationship: multiples of 9 are a subset of multiples of 3, but not equal.
Q9. A number is such that when divided by 7, the quotient is a multiple of 4 and the remainder is 0. Which of the following could be the value of ?
📖 Explanation: If is divisible by 7 and the quotient is a multiple of 4, then for some integer . So must be a multiple of 28. Check options: 56 = 28×2, 84 = 28×3, 112 = 28×4. All are multiples of 28. This question combines division, quotient, multiples, and requires checking multiple options, testing multi-step reasoning and the ability to generalize the condition into a single divisibility rule.
Q10. Find the least positive integer that is divisible by 6, 8, and 10, and is also a perfect square.
📖 Explanation: First, find the LCM of 6, 8, and 10. Prime factorizations: , , . LCM = . For a number to be a perfect square, each prime exponent must be even. . To make exponents even, we need to multiply by at least . So the smallest such number is .
Q11. A student claims that (4,536) is divisible by both (2) and (3), so it must also be divisible by (6). Which reasoning best evaluates the claim?
📖 Explanation: Divisibility by (6) requires both conditions simultaneously. The last digit (6) shows divisibility by (2), while the digit sum (18) shows divisibility by (3). Therefore (4,536) is divisible by (6).
Q12. A five-digit number has the form (47x25). Without calculating the whole number, which value of (x) makes the number divisible by both (3) and (5)?
📖 Explanation: The final digit is already (5), so divisibility by (5) is guaranteed. For divisibility by (3), the digit sum must be divisible by (3). The fixed digits give (4+7+2+5=18), so (18+x) must be divisible by (3). Among the choices, only (x=0) satisfies this.
Q13. A factory labels boxes with the numbers shown on a number line: (120, 121, 122, 123, 124, 125, 126). A box must satisfy divisibility by both (2) and (3). Which labeled position should be selected?
📖 Explanation: The number must satisfy both conditions. (126) is even, so it is divisible by (2), and its digit sum (1+2+6=9) is divisible by (3). The other listed candidates fail at least one of the two requirements.
Q14. A student tests (7,245) for divisibility by (2) by checking whether its digit sum is even. The student concludes that the number is divisible by (2). What is the error?
📖 Explanation: The student's method confuses two different tests. A whole number is divisible by (2) when its last digit is even. Since (7,245) ends in (5), it is not divisible by (2), regardless of its digit sum.
Q15. A delivery system accepts an ID only if it is divisible by (10). Four proposed IDs are (3,450), (3,455), (3,460), and (3,465). If the system rejects every ID whose last digit is not (0), which IDs will be accepted?
📖 Explanation: Divisibility by (10) requires the last digit to be (0). Both (3,450) and (3,460) end in (0), while (3,455) and (3,465) end in (5). Therefore exactly two IDs are accepted.
Q16. Two students analyze (8,132). Student A says it is divisible by (2) because it ends in (2). Student B says it is divisible by (3) because (8+1+3+2=14). Which conclusion is correct?
📖 Explanation: Student A uses the correct test because (8,132) ends in the even digit (2). Student B incorrectly concludes divisibility by (3): the digit sum is (14), which is not divisible by (3). Thus only Student A is correct.
Q17. A number is divisible by (6) and (10). Which statement must be true about the number?
📖 Explanation: Divisibility by (10) guarantees that the number ends in (0), while divisibility by (6) guarantees divisibility by both (2) and (3). Therefore the number must end in (0) and its digit sum must be divisible by (3). Among the options, only B states a necessary condition.