number_system_solutions
number_system_solutions
Solution:
The even natural numbers between 1 and 31 are 2, 4, 6, ..., 30. Using sum formula for an AP:
Sum = n/2 * (first term + last term).
Here, n=15, first term=2, last term=30.
Sum = 15/2 * (2+30) = 15 * 16 = 240.
Answer: c. 240.
Q2: The sum of first five prime numbers is:
Solution:
The first five prime numbers are 2, 3, 5, 7, 11.
Sum = 2 + 3 + 5 + 7 + 11 = 28.
Answer: d. 28.
Q3: Find the smallest three numbers which is a multiple of 7:
Solution:
Smallest three-digit numbers divisible by 7:
First multiple of 7 = 7 * 15 = 105.
Answer: b. 105.
Q4: The six-digit number 54321A is divisible by 9 where A is a single digit whole number. Find A:
Solution:
A number is divisible by 9 if the sum of its digits is divisible by 9:
Sum of 54321A = 5+4+3+2+1+A = 15 + A.
To make it divisible by 9, A = 3.
Answer: d. 3.
Q5: What is the difference between the greatest 5-digit number and the smallest 5-digit number?
Solution:
The greatest 5-digit number = 99999 and smallest 5-digit number = 10000.
Difference = 99999 - 10000 = 89999.
Answer: b. 89999.
Q6: The sum of two numbers is 18 and their difference is 4. The numbers respectively:
Solution:
Let the numbers be x and y:
x + y = 18 and x - y = 4.
Solving: x = 11, y = 7.
Answer: b. 11, 7.
Q7: The sum of three consecutive odd numbers is 63. The middle one is:
Solution:
Let the three consecutive odd numbers be x, x+2, x+4:
Sum = x + (x+2) + (x+4) = 63.
3x + 6 = 63 x = 19.
The middle number = 19.
Answer: c. 19.
Q8: If one-third of one-fourth of a number is 15, then three-tenth of that number is:
Solution:
One-third of one-fourth of a number = 15:
(1/3)*(1/4)*N = 15 N = 15 * 12 = 180.
Three-tenth of N = (3/10)*180 = 54.
Answer: d. 54.
Q9: Three times the first of three consecutive odd integers are 3 more than twice the third. The third integer is:
Solution:
Let the numbers be x, x+2, x+4:
3x = 2(x+4) + 3.
Solving: x = 9, x+4 = 15.
The third integer = 15.
Answer: c. 15.
Q10: Which one of the following is not a prime number?
Solution:
Prime numbers are divisible only by 1 and itself:
91 = 7 x 13, so it is not prime.
Answer: d. 91.
Q11: The difference between a two-digit number and the number obtained by interchanging the positions of its
digits is 36. What is the difference between the two digits of that number?
Solution:
Let the number be 10x + y:
|10x + y - (10y + x)| = 36 9|x - y| = 36 |x - y| = 4.
Answer: b. 4.
Q12: What least number must be added to 1056, so that the sum is completely divisible by 23?
Solution:
To make 1056 divisible by 23:
1056 ÷ 23 gives remainder 21.
23 - 21 = 2.
Answer: a. 2.
Q13: 1397 x 1397 =?
Solution:
1397 x 1397 = 1951609 (using calculator or formula).
Answer: a. 1951609.
Q14: The largest 4-digit number exactly divisible by 88 is:
Solution:
Largest 4-digit number is 9999.
9999 ÷ 88 = 113 remainder 55.
Largest divisible = 113 * 88 = 9944.
Answer: a. 9944.
Q15: The smallest prime number is:
Solution:
The smallest prime number is 2.
Answer: b. 2.