Q1. Using the digits 4, 0 and 5, form all possible 3 digit numbers without repeating the digits. Also, classify them in a multiple of 2 and 3. Solution Digits are: 4, 0, 5 3 digit numbers are: 405, 450, 540, 504 A number is multiple of 2 if its unit place is even. Therefore, 450, 540 and 504 are multiples of 2. A number is multiple of 3 if the sum of digits is divisible by 3. For all the above 3 digit numbers, sum of digits is 9, which is divisible by 3. Hence all numbers are divisible by 3. Q2. Write all possible numbers using the digits 2, 4, 7 without repeating them. Solution All possible numbers with digits 2, 4 and 7 are: 247, 274, 427, 472, 742, 724. Q3. Write the following numbers in usual form: (i) 100 x 7 + 10 x 9 + 1 x 8 (ii) 1000 x 3 + 100 x 1 + 10 x 5 + 1 x 9 Solution (i) 100 x 7 + 10 x 9 + 1 x 8 = 700 + 90 + 8 = 798 (ii) 1000 x 3 + 100 x 1 + 10 x 5 + 1 x 9 = 3000 + 100 + 50 + 9 = 3159 Q4. Test the divisibility of 46602479 by 11. Sol...