a and b are digits chosen from 0 to 9. The number 1 2 3 4 a b is a multiple of 9 and 11. What is the value of a b ?
Details and assumptions
a b c means 1 0 0 a + 1 0 b + 1 c , as opposed to a × b × c . As an explicit example, for a = 2 , b = 3 , c = 4 , a b c = 2 3 4 and not 2 × 3 × 4 = 2 4 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A number is a multiple of 9 and 11 means it is divisible by 9 and 11
So,a fast way to know a multiple 9 is sum all the digits if the total is divisible by 9 means the original number is also divisible by 9.
The number 1234ab has to total up to 18 or 27 to be divisible by 9
So we have narrow down our solutions to 1234ab where ab is 17, 26, 35, 44, 53, 62, 72, 89, 98
Now to look for a multiple of 11, add the digits in blocks of 2 from the right to left
For eg : 17 + 34 + 12 = 63 ( not multiple of 11 )
53 + 34 + 12 = 99 ( a multiple of 11 and 9 )
Therefore, our answer is 53...
1234ab is both divisible by 9 and 11 and both are coprimed numbers
so 1234ab is divisible by 9x11=99
Hence 1234ab = 1247x99 - 53 + 10a+ b
so 10a + b - 53 is divisible by 99 --> 10a + b - 53 = 99n
Hence 10a + b <= 99 --> n = 0 --> 10a + b = 53 = ab
I also solved it the same way but this seems like hit and trial any other solutions?
thanx....
We begin by giving a random value to a and b, say a = 0 and b = 0
Therefore if we divide 123400 by 11:
1 1 1 2 3 4 0 0 = 1 1 2 1 8 + 1 1 2 ⟶ 1 2 3 4 0 0 = 1 1 2 1 8 ⋅ 1 1 + 2
1 2 3 3 9 8 = 1 1 2 1 8 ⋅ 1 1
we know 123398 is a multiple of 11, so every time we add 11 to it, it will be a multiple of 11 as well
⟶ 1 2 3 3 9 8 = 1 1 ⋅ x ⟶ 1 2 3 3 9 8 + 1 1 = 1 1 ⋅ x + 1 1 ⟶ 1 2 3 3 9 8 + 1 1 = 1 1 ⋅ ( x + 1 )
so if we keep adding 11 to 123398 we will end up with a number which is a multiple of 9.
If it is a multiple of 9, it will be a multiple of 3, therefore the sum of their digits will be a multiple of three too
− 1 2 3 3 9 8 + 1 1 = 1 2 3 4 0 9 ( 1 + 2 + 3 + 4 + 0 + 9 = 1 9 ) NOT A MULTIPLE OF 3
− 1 2 3 4 0 9 + 1 1 = 1 2 3 4 2 0 ( 1 + 2 + 3 + 4 + 2 + 0 = 1 2 ) A MULTIPLE OF 3 BUT NOT 9
− 1 2 3 4 2 0 + 1 1 = 1 2 3 4 3 1 ( 1 + 2 + 3 + 4 + 3 + 1 = 1 4 ) NOT A MULTIPLE OF 3
− 1 2 3 4 3 1 + 1 1 = 1 2 3 4 4 2 ( 1 + 2 + 3 + 4 + 4 + 2 = 1 6 ) NOT A MULTIPLE OF 3
− 1 2 3 4 4 2 + 1 1 = 1 2 3 4 5 3 ( 1 + 2 + 3 + 4 + 4 + 2 = 1 8 ) VUOLA !!)
A n s w e r = 1 2 3 4 5 3
123453
divisiblity test for 9:- sub of digits divisiblle by 9 and divisibility test for 11:- A number passes the test for 11 if the difference of the sums of alternating digits is divisible by 11
so 1+2+3+4+a+b should be divisile by 9 (1+3+a)-(2+4+b) should be divisible by 11
10+a+b by 9 -2+a-b by 11
putting a=5 b=3 satisfies answer
shouldn't it be (1+3+a)-(2+4+b) ?
Log in to reply
yes....it wrong... sorry for that.. you are correct
Log in to reply
Updated. Remember to check for careless mistakes.
for the number to be divisible by 11, (sum of the digits of odd places) - (sum of the digits of even places) =0 So, (1+3+a)=(2+4+b) This gives us the first equation a-b=2 For the number to be divisible by 9, the sum of the digits must equal to a number divisible by 9. We know that 1+2+3+4=10 So, a+b=8 or a+b=17 because 10+8=18 (divisible by 9) and 10+17=27(divisible by 9) So, now we have two system of equations to be solved: First system: a-b=2 , a+b=17 Or, Second system: a-b=2, a+b=8 if you solve the first system you get b=7.5 rejected if you solve the second system you get a=5 and b=3 So ab is 53
Problem Loading...
Note Loading...
Set Loading...
Any multiple of 11 can be found by taking the sum of the 1st, 3rd, 5th, etc numbers in the number and subtracting the sum of the 2nd, 4th, 6th, etc numbers. The difference must be 0 or a multiple of 11.
The sum of all the numbers must be a multiple of 9. The first 4 add to 10 so a+b must be either 8 or 17 to meet this condition making the sum of all 6 numbers 18 or 27.
Considering the first conditions... (a+4) - (b+6) = 0 since the highest possible positive number made with this equation is 7 and the lowest is -11, where for (a+4) - (b+6) = -11 a = 0 and b = 9... This makes the sum of each number in 1234ab 19 which is not a multiple of 9.
(a - b) + (4 - 6) = 0 a - b - 2 = 0 a - b = 2
We know the difference between a and b to be 2. The sum of 9 and 7 is 16 so their sum must be 8 and not 17.
a + b = 8 a - b = 2
a = 8 - b
(8 - b) - b = 2 -2b = -6 b = 3
a - 3 = 2 a = 5
So ab is 53.