In maths, we do a × b = a b . But if you do that while there is the log function, lo g ( a ) × lo g ( b ) = lo g ( a × b ) then that will be a big mistake!
But for some pairs of integers ( a , b ) , for which lo g ( a ) and lo g ( b ) are also integers, the above property is true. Find the sum of all a and b in these pairs.
If you get n pairs ( a 1 , b 1 ) , ( a 2 , b 2 ) , … , ( a n , b n ) , then answer should be reported as k = 1 ∑ n ( a k + b k )
Details and assumptions :
Assume we take the log in base 10.
We only consider a and b as integers, and so are lo g ( a ) and lo g ( b )
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.
Really? Level 4? Should be Level 2.
Did it the same way...
I know that the value of 5,4are less than 1 but if take log 20 and log9 are not equal.hence i found that LHS=RHS. am i right. pl comment.
Log in to reply
Nobody asked lo g ( a + b ) ? where comes the question of lo g ( 9 ) ?
And FYI , lo g ( a ) × lo g ( b ) = lo g ( a + b ) , so no1 out of L H S and R H S will become lo g ( 9 )
suppose log 5xlog4=log5+log4 on left hand side1.3010=R.H.S=1.3020 log20=log5+log4 are same. please comment
Log in to reply
Well. even without calculation, i can tell your comment is wrong. lo g ( 4 ) < 1 and also lo g ( 5 ) < 1 And hence LHS is lo g ( 4 ) × lo g ( 5 ) always less than 1. And lo g ( 2 0 ) > 1 obviously. You are wrong with your calculations.
And lo g ( a ) + lo g ( b ) = lo g ( a b ) is an identity , what you saw is approximate values. But actually, they are equal.
I am the biggest fool. I tried this prob, did it correct added the no's up to 202 and typed 402.... Kept wondering why my answer got wrong and I couldn't even notice it!! Revisited the prob today,and got it right I felt like crying for loosing my ratings...Aargh
Problem Loading...
Note Loading...
Set Loading...
If you call lo g ( a ) = x and lo g ( b ) = y , problem is actually to find the number of integer solutions of x y = x + y
because we know that lo g ( a ) + lo g ( b ) = lo g ( a × b ) , means R H S is equal to x + y .
This is simple to do,
x y = x + y
x y − x − y = 0
x y − x − y + 1 = 1
( x − 1 ) ( y − 1 ) = 1
This has integer solutions only at x = y = 0 and x = y = 2
Thus we have lo g ( a ) = lo g ( b ) = 0 or lo g ( a ) = lo g ( b ) = 2
This give us a = b = 1 0 0 or a = b = 1 0 2
Giving the pairs ( a , b ) = ( 1 , 1 ) , ( 1 0 0 , 1 0 0 ) and hence the answer is 2 0 2