Amazing number

Logic Level 3

Which two-digit number that when multiplied by any integer 6 n 15 6 \leq n \leq 15 , the digit sum of the product is equal to n n .


The answer is 19.

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.

3 solutions

Since the given condition must apply when n = 10 n = 10 , the digit sum of the original two-digit number must be 10 10 , (since if the two-digit number is a b ab , then 10 a b = a b 0 10 * ab = ab0 ).

This narrows the options to 19 , 28 , 37 , 46 , 55 , 64 , 73 , 82 19, 28, 37, 46, 55, 64, 73, 82 and 91 91 . Now multiply each of these numbers by n = 6 n = 6 and keep those for which the digit sum of the product is equal to 6 6 . This leaves us with 19 , 37 19, 37 and 55 55 as our options. Now do the same with n = 7 n = 7 , We are left with just 19 19 . We can then quickly check that the given condition is satisfied for 6 n 15 6 \le n \le 15 , confirming that 19 \boxed{19} is indeed the desired two-digit number.

Good problem @Precious Prestosa - missed this by a narrow margin :(..How'd you find out this super-awesome property???????

Krishna Ar - 6 years, 10 months ago

Log in to reply

Honestly, it occur to me when I was solving a problem here on Brilliant. Forgot what the problem was. :(

Astro Enthusiast - 6 years, 9 months ago

The first step is brilliant but after that it is mostly hit and trial.

Adarsh Kumar - 6 years, 10 months ago

Log in to reply

Yes, the second step isn't that elegant, but with only 9 options to check out it was the quickest way to finish up. I tried again to find a reason why it works for just these values of n and no others but came up empty, so I'm still curious.

Brian Charlesworth - 6 years, 10 months ago

Log in to reply

very correct.

Adarsh Kumar - 6 years, 10 months ago

@Adarsh Kumar -I'm very impressed by your knowledge and passion of E&M .Can you tell me from where you learn it?

Krishna Ar - 6 years, 10 months ago

Log in to reply

that is not me that is my dad solving.hehehehehehe

Adarsh Kumar - 6 years, 10 months ago

Log in to reply

@Adarsh Kumar LOL what...seriously...hey please help me out ...no jokes ;)

Krishna Ar - 6 years, 10 months ago

Log in to reply

@Krishna Ar but i did NT by myself.

Adarsh Kumar - 6 years, 10 months ago

Log in to reply

@Adarsh Kumar Sure,,,,,what about mechanics?.......You;;re lvel 4 in it.....

Krishna Ar - 6 years, 10 months ago

Log in to reply

@Krishna Ar same thing

Adarsh Kumar - 6 years, 10 months ago

Log in to reply

@Adarsh Kumar XP....But why do y'reply so late??????????

Krishna Ar - 6 years, 10 months ago

what is the meaning of all n satisfy this not just one; in the question as 19 gives for all n.

shubham nain - 6 years, 9 months ago

Log in to reply

Because someone reported the question saying that a number n n (from the set) also has the same property. So that person considers only one and not all numbers n. geddit?

Astro Enthusiast - 6 years, 9 months ago

You can do it like this also that digital sums of reactants are equal to the digital sums of the product. Therefore,

let a, b, c be the digital sums of the two-digit number, n and the resulting number, then b = c

a*b = b

a = 1

and after that the same concept you applied(Hit and trial)..

Kartik Sharma - 6 years, 8 months ago

i don't understand

Uwais Skyhigh - 6 years, 8 months ago
Shubham Nain
Aug 22, 2014

int n,k,p,h,j,z,x,sum,q;
for(n=10;n<=99;n++) {
for(k=6;k<=15;k++){ p=n*k; h=p%10; p/=10; j=p%10; p/=10; z=p%10; p/=10; x=p%10; sum=x+z+j+h; if(sum==k) { System.out.println(""+n+" "+k); }

Jaiveer Shekhawat
Aug 20, 2014

well, just keep in mind that when (ab).(xy), the sum total of the product will be (a+b).(x+y). so, we have to find the two digit no. which when divided by n gives a product whose sum of the digits is n.

Therefore, (a*b).(n) should give n as the sum of the digits of the product obtained. so "(a+b)" must be equal to 10 as (1+0)=1 and when 1 multiplied by n gives n as the sum total.

Thus the required numbers can be 19, 28, 37, 46, 55, 64, 73, 82, 91. but in all cases except 19, the sum total of the digits is done more than once. for ex: (28).(15) [taking n=15] =420 =6 which is equal to 15 as 1+5 = 4+2 =6 [taking into account the sum of the digits]

but in case of 19. (19).(15) =285 =(2+8+5) =15

hence, 19 is the correct answer....

Why not 12*9 = 108 (n = 9 and number be 12 ). as 1+0+8 = 9

Atul Sewaiwar - 6 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...