Multiple Choice Questions (MCQs)
Q1. Which of the following natural numbers cannot be expressed as a sum of consecutive natural numbers?
- a) 15
- b) 12
- c) 8
- d) 9
- Solution: c) 8 (Powers of 2 like 8 cannot be expressed as sums of consecutive natural numbers, as per the chapter.)
Q2. For four consecutive numbers n, n+1, n+2, n+3 with + and - signs between them, how many expressions are possible?
- a) 4
- b) 6
- c) 8
- d) 16
- Solution: c) 8 (There are 3 positions for signs, each can be + or -, so 2^3 = 8 expressions.)
Q3. According to parity rules, what is the result of Odd + Odd?
- a) Odd
- b) Even
- c) Depends on the numbers
- d) Always multiple of 3
- Solution: b) Even (Odd ± Odd = Even, as per the parity rules in the chapter.)
4. Which expression always results in an even number for any integer values?
- a) 3g + 5h
- b) b²
- c) x + 1
- d) 2a + 2b
- Solution: d) 2a + 2b (Both terms are multiples of 2, so always even; other options can be odd depending on values.)
5. If a number is divisible by both 9 and 4, it must be divisible by:
- a) 12
- b) 18
- c) 36
- d) 72
- Solution: c) 36 (LCM of 9 and 4 is 36, as stated in the chapter.)
6. What is the general form of numbers that give a remainder of 3 when divided by 5?
- a) 5k + 2
- b) 5k + 3
- c) 5k - 1
- d) 5k
- Solution: b) 5k + 3 (As explained, numbers like 3, 8, 13 are 5k + 3.)
7. For divisibility by 4, which part of the number must be checked?
- a) Units digit only
- b) Last two digits
- c) Sum of all digits
- d) Last three digits
- Solution: b) Last two digits (The last two digits must form a number divisible by 4.)
8. A number is divisible by 11 if:
- a) The sum of its digits is divisible by 11
- b) The difference between the sum of odd and even positioned digits is divisible by 11
- c) The last digit is 0 or 5
- d) The number is even
- Solution: b) The difference between the sum of odd and even positioned digits is divisible by 11 (As per the divisibility rule for 11 in the chapter.)
9. The digital root of a multiple of 9 is always:
- a) 0
- b) 3
- c) 6
- d) 9
- Solution: d) 9 (For non-zero multiples of 9, the digital root is 9.)
10. In cryptarithms, if PQ × 8 = RS where both are 2-digit numbers with distinct digits, what is the solution?
- a) 10 × 8 = 80
- b) 11 × 8 = 88
- c) 12 × 8 = 96
- d) 13 × 8 = 104
- Solution: c) 12 × 8 = 96 (It fits the rules: 2-digit, distinct digits, and product is 2-digit.)
1. Every natural number can be written as a sum of consecutive natural numbers.
- True/False
- Solution: False (Not all can; e.g., powers of 2 like 2, 4, 8 cannot.)
2. Powers of 2, like 4 and 8, can be expressed as sums of consecutive natural numbers.
- True/False
- Solution: False (Powers of 2 cannot be expressed this way.)
3. All even numbers can be written as a sum of consecutive natural numbers.
- True/False
- Solution: False (Not all; e.g., 2 cannot.)
4. Zero can be written as a sum of consecutive numbers using negative numbers, such as -1 + 0 + 1.
- True/False
- Solution: True (As given in the chapter: -1 + 0 + 1 = 0.)
5. When placing + or - signs between four consecutive numbers, all resulting expressions have the same parity.
- True/False
- Solution: True (All have the same parity, either all even or all odd; for consecutive, they are even.)
6. Changing a sign in an expression like a + b - c - d always changes the result by an odd number.
- True/False
- Solution: False (It changes by an even number, like 2b.)
7. The expression 3g + 5h always results in an even number for any integers g and h.
- True/False
- Solution: False (Can be odd or even; e.g., g=2, h=1: 6+5=11, odd.)
8. If 8 divides two numbers separately, it always divides their sum.
- True/False
- Solution: True (Sum of multiples of 8 is a multiple of 8.)
9. If a number is divisible by 8, then any two numbers that add up to it are also divisible by 8.
- True/False
- Solution: False (Not always; e.g., 30 + 10 = 40, 40 div by 8, but 30 and 10 not.)
10. A number is divisible by 3 if the sum of its digits is divisible by 3.
- True/False
- Solution: True (Divisibility rule for 3.)
11. Adding an odd number to an even number can result in a multiple of 6.
- True/False
- Solution: False (Never; sum is odd, multiples of 6 are even.)
12. For divisibility by 5, the units digit must be 0 or 5.
- True/False
- Solution: True (Divisibility rule for 5.)
13. The digital root of 489710 is 2.
- True/False
- Solution: True (4+8+9+7+1+0=29, 2+9=11, 1+1=2.)
14. In cryptarithms, the first digit of a number can be 0.
- True/False
- Solution: False (First digit ≠ 0.)
15. Numbers divisible by 9 are always divisible by 3, but not vice versa.
- True/False
- Solution: True (All div by 9 are div by 3; reverse not true, e.g., 15 div by 3 not 9.)
1. Numbers like 15 can be written as sums of consecutive numbers in ________ ways.
- Solution: multiple (As stated in the chapter.)
2. For four consecutive numbers, all 8 expressions with + and - signs result in ________ numbers.
- Solution: even (All results are even numbers.)
3. According to parity rules, Even × Any Number = ________.
- Solution: Even (Even × Anything = Even.)
4. The expression 4m + 2n can be rewritten as 2(________), showing it is always even.
- Solution: 2m + n (2(2m + n).)
5. If a number is divisible by both 6 and 4, it must be divisible by ________ (their LCM).
- Solution: 24 (LCM of 6 and 4 is 24.)
6. Numbers that leave a remainder of 3 when divided by 5 can be written as 5k + ________.
7. A number is divisible by 8 if the number formed by its last ________ digits is divisible by 8.
- Solution: three (Last three digits.)
8. For divisibility by 9, the ________ of its digits must be divisible by 9.
- Solution: sum (Sum of digits.)
9. The digital roots of multiples of 3 cycle as 3, 6, ________, 3, 6, ...
- Solution: 9 (3, 6, 9 cycle.)
10. In the divisibility rule for 11, calculate the difference between the sum of digits in ________ positions and even positions.
- Solution: odd (Sum odd positions - sum even positions.)
11. A number is divisible by 6 if it is divisible by both 2 and ________.
- Solution: 3 (Div by 2 and 3.)
12. The remainder when a power of 10 is divided by 9 is always ________.
- Solution: 1 (10^n ≡ 1 mod 9.)
13. Aryabhata II used the ________ root method for checking arithmetic calculations.
- Solution: digital (Digital root.)
14. In cryptarithms, each letter represents ________ digit, and no digit is repeated for different letters.
- Solution: one (Each letter = one digit.)
15. For divisibility by 24, check divisibility by 3 and ________ instead of 4 and 6.
- Solution: 8 (3 and 8, as 24=3×8 and co-prime.)
Numerical Questions
1. Find a set of three consecutive natural numbers whose sum is 18.
Solution: Let the numbers be n, n+1, n+2. Their sum is n + (n+1) + (n+2) = 3n + 3 = 18. Solving, 3n = 15, so n = 5. The numbers are 5, 6, 7.
2. Using four consecutive numbers starting from 5 (i.e., 5, 6, 7, 8), calculate the value of the expression 5 + 6 - 7 - 8.
Solution: Compute 5 + 6 - 7 - 8 = 11 - 7 - 8 = 4 - 8 = -4.
3. Evaluate the expression 43 + 37 and determine if the result is even or odd.
Solution: 43 + 37 = 80. Since 80 is divisible by 2, it is even.
4. For integers m = 3 and n = -2, compute the value of 4m + 2n.
Solution: 4m + 2n = 4(3) + 2(-2) = 12 - 4 = 8.
5. Find the least common multiple (LCM) of 9 and 4.
Solution: Prime factors: 9 = 3², 4 = 2². LCM = 2² × 3² = 4 × 9 = 36.
6. Find the smallest positive number of the form 5k + 3 that is greater than 20.
Solution: Solve 5k + 3 > 20. Then, 5k > 17, k > 3.4. Since k is a whole number, try k = 4: 5(4) + 3 = 20 + 3 = 23.
7. Determine the number formed by the last two digits of 5678 and check if it is divisible by 4.
Solution: Last two digits: 78. Check: 78 ÷ 4 = 19.5, not an integer, so not divisible by 4.
8. For the number 462, calculate the difference between the sum of digits in odd and even positions to check divisibility by 11.
Solution: Digits: 4, 6, 2. Odd positions (1st, 3rd): 4 + 2 = 6. Even position (2nd): 6. Difference: 6 - 6 = 0. Since 0 is divisible by 11, 462 is divisible by 11.
9. Calculate the digital root of 729.
Solution: Sum digits: 7 + 2 + 9 = 18. Sum again: 1 + 8 = 9. Digital root is 9.
10. In the cryptarithm PQ × 8 = RS, where PQ and RS are two-digit numbers with distinct digits, compute the product for PQ = 12.
Solution: PQ = 12, so 12 × 8 = 96. Thus, RS = 96.
11. Find the sum of the digits of 99009 and check if it is divisible by 9.
Solution: Digits: 9 + 9 + 0 + 0 + 9 = 27. Check: 27 ÷ 9 = 3, so divisible by 9.
12. Compute the remainder when 427 is divided by 9 using the sum of its digits.
Solution: Digits: 4 + 2 + 7 = 13. Sum again: 1 + 3 = 4. Remainder is 4.
13. For the number 186, check if it is divisible by 6 by testing divisibility by 2 and 3.
Solution: Div by 2: 186 ends in 6 (even), so divisible. Div by 3: 1 + 8 + 6 = 15, 15 ÷ 3 = 5, so divisible. Thus, 186 is divisible by 6.
14. If two numbers, 24 and 40, are both divisible by 8, compute their difference and check if it is divisible by 8.
Solution: Difference: 40 - 24 = 16. Check: 16 ÷ 8 = 2, so divisible by 8.
15. Find the digital root of the 6th multiple of 3.
Solution: 6th multiple: 3 × 6 = 18. Sum digits: 1 + 8 = 9. Digital root is 9.