Number System

Q1: The last digit of the number obtained by multiplying the numbers $81\times82\times83\times84\times85\times86\times87\times88\times89$ will be
A. 0
B. 9
C. 7
D. 2
Correct Answer: A

Solution:
We need to find the unit digit of the product $81\times82\times83\times84\times85\times86\times87\times88\times89$.
The unit digit of the product is determined by the unit digits of each number in the product.
The unit digits are $1, 2, 3, 4, 5, 6, 7, 8, 9$.
The product of these unit digits is $1\times2\times3\times4\times5\times6\times7\times8\times9 = 362880$.
The unit digit of this product is 0.
Therefore, the unit digit of the number obtained by multiplying the given numbers will be 0.

Q2: The sum of the digits of a two-digit number is 10, while when the digits are reversed, the number decreases by 54. Find the changed number.
A. 28
B. 19
C. 37
D. 46
Correct Answer: A

Solution:
Let the two-digit number be $10a + b$, where $a$ and $b$ are digits from 0 to 9, and $a \ne 0$.
The sum of the digits is 10, so $a + b = 10$.
When the digits are reversed, the new number is $10b + a$.
The number decreases by 54 when the digits are reversed, so $10a + b - (10b + a) = 54$.
This simplifies to $9a - 9b = 54$, which further simplifies to $a - b = 6$.
Now we have a system of two linear equations: $a + b = 10$ $a - b = 6$ Adding the two equations, we get $2a = 16$, so $a = 8$.
Substituting $a = 8$ into $a + b = 10$, we get $8 + b = 10$, so $b = 2$.
The original number is $10a + b = 10(8) + 2 = 82$.
The reversed number is $10b + a = 10(2) + 8 = 28$.
The changed number (the reversed number) is 28.

Q3: When we multiply a certain two-digit number by the sum of its digits, 405 is achieved. If you multiply the number written in reverse order of the same digits by the sum of the digits, we get 486. Find the number.1
A. 81
B. 45
C. 36
D. 54
Correct Answer: B

Solution:
Let the two-digit number be $10a + b$, where $a$ and $b$ are digits from 1 to 9.
The problem states that $(10a + b)(a + b) = 405$.
Also, $(10b + a)(a + b) = 486$.
Dividing the second equation by the first, we get: $\frac{(10b + a)(a + b)}{(10a + b)(a + b)} = \frac{486}{405}$ $\frac{10b + a}{10a + b} = \frac{486}{405} = \frac{54}{45} = \frac{6}{5}$ $5(10b + a) = 6(10a + b)$ $50b + 5a = 60a + 6b$ $44b = 55a$ $4b = 5a$ Since $a$ and $b$ are integers, $a$ must be a multiple of 4 and $b$ a multiple of 5.
The only single-digit possibilities are $a=4$ and $b=5$.
Therefore, the number is $10a + b = 10(4) + 5 = 45$.
Let's check: $(4+5)(45) = 9 \times 45 = 405$.
$(5+4)(54) = 9 \times 54 = 486$.
Both conditions are satisfied.

Q4: The difference between two numbers is 48 and the difference between the arithmetic mean and the geometric mean is two more than half of $1/3$ of 96. Find the numbers.
A. 49, 1
B. 12,60
C. 50,2
D. 36,84
Correct Answer: A

Solution:
Let the two numbers be $x$ and $y$.
We are given that the difference between the two numbers is 48, so we can write: $x - y = 48$ (1) The arithmetic mean is $\frac{x+y}{2}$ and the geometric mean is $\sqrt{xy}$.
The difference between the arithmetic mean and the geometric mean is given as two more than half of $1/3$ of 96: $\frac{x+y}{2} - \sqrt{xy} = 2 + \frac{1}{2} \times \frac{1}{3} \times 96 = 2 + 16 = 18$ $\frac{x+y}{2} - \sqrt{xy} = 18$ (2) From (1), $x = y + 48$.
Substituting this into (2): $\frac{2y + 48}{2} - \sqrt{(y+48)y} = 18$ $y + 24 - \sqrt{y^2 + 48y} = 18$ $\sqrt{y^2 + 48y} = y + 6$ Squaring both sides: $y^2 + 48y = y^2 + 12y + 36$ $36y = 36$ $y = 1$ Then $x = y + 48 = 1 + 48 = 49$ Therefore, the two numbers are 49 and 1.

Q5: If 3814 is divisible by 9, find the value of smallest natural number A.
A. 5
B. 5
C. 7
D. 6
Correct Answer: D

Solution:
A number is divisible by 9 if the sum of its digits is divisible by 9.
The given number is 381A.
The sum of its digits is $3 + 8 + 1 + A = 12 + A$.
For this sum to be divisible by 9, $12 + A$ must be a multiple of 9.
The smallest multiple of 9 greater than or equal to 12 is 18.
Therefore, $12 + A = 18$, which means $A = 18 - 12 = 6$.

Q6: What will be the remainder obtained when $(9^{6}+1)$ will be divided by 8?
A. 0
B. 3
C. 7
D. 2
Correct Answer: D

Solution:
We need to find the remainder when $(9^6 + 1)$ is divided by 8.
We can rewrite 9 as $8+1$.
Therefore, $9^6 = (8+1)^6$.
Using the binomial theorem, we have: $(8+1)^6 = \binom{6}{0}8^6 + \binom{6}{1}8^5 + \binom{6}{2}8^4 + \binom{6}{3}8^3 + \binom{6}{4}8^2 + \binom{6}{5}8^1 + \binom{6}{6}8^0$ $(8+1)^6 = 8^6 + 6(8^5) + 15(8^4) + 20(8^3) + 15(8^2) + 6(8) + 1$ Every term except the last one is divisible by 8.
Therefore, $(8+1)^6 \equiv 1 \pmod{8}$ So, $9^6 \equiv 1 \pmod{8}$ Adding 1 to both sides, we get: $9^6 + 1 \equiv 1 + 1 \pmod{8}$ $9^6 + 1 \equiv 2 \pmod{8}$ Thus, the remainder when $(9^6 + 1)$ is divided by 8 is 2.

Q7: Find the LCM of $5/2$, $8/9$, 11/14.
A. 280
B. 360
C. 420
D. None of these
Correct Answer: D

Solution:
To find the LCM of fractions, we first find the LCM of the numerators and the HCF of the denominators.
Numerators: 5, 8, 11.
The LCM of these numbers is $5 \times 8 \times 11 = 440$, since they are coprime.
Denominators: 2, 9, 14.
Prime factorization: $2 = 2^1$ $9 = 3^2$ $14 = 2^1 \times 7^1$ HCF(2, 9, 14) = $2^1 = 2$ LCM($\frac{5}{2}$, $\frac{8}{9}$, $\frac{11}{14}$) = $\frac{LCM(5, 8, 11)}{HCF(2, 9, 14)} = \frac{440}{2} = 220$

Q8: If the number A is even, which of the following will be true?
A. $3A$ will always be divisible by 6
B. $3A+5$ will always be divisible by 11
C. $(A^{2}+3)/4$ will be divisible by 7
D. All of these
Correct Answer: A

Solution:
An even number is an integer that is divisible by 2.
If $A$ is an even number, it can be represented as $A = 2k$, where $k$ is an integer.
The question lacks the "following" options, making a definitive answer impossible.
However, several statements would be true about an even number $A$: \begin{itemize} \item $A$ is divisible by 2.
\item $A/2$ is an integer.
\item $A$ can be expressed as $2k$ where $k$ is an integer.
\item The last digit of $A$ is 0, 2, 4, 6, or 8.
\end{itemize} Without the options, a specific correct answer cannot be provided.
The question needs to be completed.

Q9: A five-digit number is taken. Sum of the first four digits (excluding the number at the units digit) equals sum of all the five digits. Which of the following will not divide this number necessarily?
A. 10
B. 2
C. 4
D. 5
Correct Answer: C

Solution:
Let the five-digit number be represented as $abcde$, where $a, b, c, d, e$ are digits from 0 to 9, and $a \ne 0$.
The given condition is that the sum of the first four digits equals the sum of all five digits.
This can be written as: $a + b + c + d = a + b + c + d + e$ Subtracting $a + b + c + d$ from both sides, we get: $0 = e$ This means the units digit ($e$) must be 0.
Therefore, the number is divisible by 10, 2, and 5.
Since the number is divisible by 2 and 5, it's also divisible by their least common multiple, which is 10.
Any number ending in 0 is divisible by 2, 5, and 10.
There is no other information given to determine divisibility by any other number.
Thus, the number is necessarily divisible by 2, 5, and 10.
The question asks which of the following will *not* divide this number necessarily.
Without knowing the specific options, it's impossible to answer which option will not necessarily divide the number.
However, based on the provided information, a number that will *not* necessarily divide this number is one that is not a factor of 10 (or any number not necessarily a factor of the number based on the given information).

Q10: A number 15B is divisible by 6. Which of these will be true about the positive integer B?
A. B will be even
B. B will be odd
C. B will be divisible by 6
D. Both (a) and (c)
Correct Answer: D

Solution:
A number is divisible by 6 if it is divisible by both 2 and 3.
For a number to be divisible by 2, its unit digit must be an even number (0, 2, 4, 6, or 8).
Therefore, B can be 0, 2, 4, 6, or 8.
For a number to be divisible by 3, the sum of its digits must be divisible by 3.
The sum of the digits of 15B is $1 + 5 + B = 6 + B$.
For $6 + B$ to be divisible by 3, B can be 0, 3, 6, or 9.
To satisfy both conditions (divisible by 2 and 3), B must be in the intersection of {0, 2, 4, 6, 8} and {0, 3, 6, 9}.
The common value is 6.
Therefore, the only possible value for B is 6.

No comments:

Post a Comment