⌊ lo g ( x ) ⌋ + ⌊ lo g ( y ) ⌋ + ⌊ lo g ( z ) ⌋ = 1 4 0
If the number of positive integral solutions to above equation can be expressed in the form of a b × c d × e f × g h × i j , where a , c , e , g and i are distinct positive primes and b , d , f , h and j are positive integers. Then find the value of
a + b + c + d + e + f + g + h + i + j
Details and Assumptions
⌊ k ⌋ represents the greatest integer less than or equal to k .
lo g k is the logarithm of k to the base 10.
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.
I'm loving how you're converting these into generating functions, which makes the total much easier to calculate!
I'm loving how you're converting these into generating functions, which makes the total much easier to calculate!
Log in to reply
thank you sir.
I've learnt a lot from the first problem he gave. Thanks :)
Now the initial problem is to partition 140 in 3 numbers where any perticular number can be 0. Now this is done in 142C2=141
71=3
47*71.
Let a solution triplet be {a,b,c} , then
x is in the range
(
1
0
a
,
1
0
a
+
1
−
1
)
, similarly y is in the range
(
1
0
b
,
1
0
b
+
1
−
1
)
,
and z is in the range
(
1
0
c
,
1
0
c
+
1
−
1
)
* Also (a+b+c=140) *
So the total number of Integral solutions are given by
1
4
2
C
2
∗
(
1
0
a
∗
(
1
0
−
1
)
∗
1
0
b
∗
(
1
0
−
1
)
∗
1
0
c
∗
(
1
0
−
1
)
)
=
4
7
∗
7
1
∗
3
∗
1
0
1
4
0
∗
9
3
=
2
1
4
0
∗
5
1
4
0
∗
3
7
∗
4
7
1
∗
7
3
1
.
The solution follows from this.
Problem Loading...
Note Loading...
Set Loading...
The number of solutions to this equation is equivalent to finding the coefficient of t 1 4 0 in the expansion,
( t ⌊ lo g ( 1 ) ⌋ + t ⌊ lo g ( 2 ) ⌋ + t ⌊ lo g ( 3 ) ⌋ + … ) 3
= ( 9 + 9 0 t + 9 0 0 t 2 + 9 0 0 0 t 3 + … ) 3
= 7 2 9 ( 1 + 1 0 t + ( 1 0 t ) 2 + ( 1 0 t ) 3 + … ) 3
= 7 2 9 ( 1 − 1 0 t 1 ) 3 (Infinite G.P.)
= 7 2 9 ( 1 − 1 0 t ) − 3
= 7 2 9 ( 1 + ( 1 3 ) ( 1 0 t ) + ( 2 4 ) ( 1 0 t ) 2 + ( 3 5 ) ( 1 0 t ) 3 + … )
So the coefficient of t 1 4 0 in this expansion is
= 7 2 9 × ( 1 0 ) 1 4 0 × ( 1 4 0 1 4 2 )
= 2 1 4 0 × 3 7 × 5 1 4 0 × 7 1 1 × 4 7 1
Therefore, a + b + c + d + e + f + g + h + i + j = 4 1 7 .