Sure
Happy to help.
It's a fusion of Reminder Theron.
1. Dividend = Quotient* Divisor + reminder.
D = dq + r
Forget about anything divide by 10^power , simply consider if,
10 divided by 9, reminder will be 1.So we can write the equation. Where any 1 is quotient, can be a integer like A'
10 = 9*1 + 1
Same can be written as
10 = 9A' + 1 -----(1) reminder is 1
Coming back to original question.
A is 100th Digit and B is tenth and C Unit digit.
q = 100A + 10B + B
a > C ; A > B ; B = C
A + B + C = A + 2B. (As B = C) ----(2)
(\(10^99\) - q) is divisible by 9 ----(3)
Since we are substrating q, it must be in such a way, reminder must be 1 to satisfy the condition (1)
So the equation can be again written as
\(\frac{10^99 }{ 9}\) - \(\frac{q}{9}\) = 0
To full fill the condition \(\frac{q}{9}\) and get reminder 1, q must be either
10, 19, 28, 37.....and so on, but our condition gets satisfied till 19, no need to push beyond it.
So q becomes 9*(multiple of 9) + reminder 1
Which I have simply stated as below, gives equation
A + 2B = 9A' + 1 here A remains single digit and b has to be same 2 digit (as B = C)
From here I had to test numbers:
1. A = 0, then ABB = 100
(100/9 = reminder 1)
A = 1, then
2. ABB = 811 = (8+1+1)/9 = 10/9 reminder 1
3. ABB = 622 = (6+2+2)/9 = 10/9 reminder 1
4. ABB = 433 = (4+3+3)/9 = 10/9 reminder 1
A = 2, then
5. ABB = 955 = (9+5+5)/9 = 19/9 reminder 1
6. ABB = 766 = (7+6+6)/9 = 19/9 reminder 1
So totally we have 6 condition satisfied .Hope it's makes sense & helps you to clear your doubt
SheelzG
100mitra
Correct Option C.
Number of possibility of q when (10^99 - q) divisible by 9.
Condition 1. 100 place > unit place and unit place is equal to 10th place.
A = 100 place digit
B = unit and 10th place
Possible number structure must be ABB
Condition 2.
10^99 / 9 = reminder 1
Q / 9 = reminder 1
A + 2B = 9A + 1
A = 0, then ABB = 100
A = 1, then ABB = 811, 622, 433
A = 2, then ABB = 955, 766
Option C
Posted from my mobile device
How you got the qeqn "A+2B=9A+1"? Can you explain? I am stuck with it..