Find the number of ordered pairs of positive integers ( a , b , c , d , e , f ) that satisfy the condition
a b c d e f = 1 5 0 1 5 0
Bonus : Generalize this for a b c d e f = n , where n ∈ N .
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.
Thanks for the answer Mr Bhagyanath. But doesn’t it look a bit odd that a number (150150) can have more(than itself) ways to achieve itself by multiplication of its factors (163296)?
My solution is same as Vishnu but just more general.
Let this be our problem -
a 1 a 2 a 3 ⋯ a m = n = p 1 α 1 p 2 α 2 ⋯ p n α n
Now, one can see that a i = p 1 x i , 1 p 2 x i , 2 ⋯ p n x i , n
such that i ∏ a i = p 1 α 1 p 2 α 2 ⋯ p n α n which gives us that
x 1 , j + x 2 , j + x 3 , j + ⋯ + x m , j = α j , x k , j ≥ 0
giving us the number of solutions for α j by generating functions = ( m − 1 m + α j − 1 )
and the similar results will be there for all α 's, thus giving by Law of multiplication,
Total number of solutions for ( a 1 a 2 a 3 ⋯ a m = n ) = j = 1 ∏ n ( m − 1 m + α j − 1 )
In general, let the prime decomposition of n be n = p 1 e 1 ⋅ p 2 e 2 ⋯ p k e k with 1 < p 1 < p 2 < ⋯ < p n .
Each prime factor must be assigned to one of the six factors a , b , c , d , e , f . If there are e i factors p i , then this assignment can be made in ( 5 + e i 5 ) ways. Multiplying gives N = ( 5 + e 1 5 ) ⋅ ( 5 + e 2 5 ) ⋯ ( 5 + e n 5 ) .
For n = 1 5 0 1 5 0 , 1 5 0 1 5 0 = 1 5 0 × 1 1 0 0 = 2 × 3 × 5 2 × 7 × 1 1 × 1 3 , so that N = ( 6 5 ) 5 ⋅ ( 7 5 ) = 6 5 × 2 1 = 1 6 3 2 9 6 .
Problem Loading...
Note Loading...
Set Loading...
1 5 0 1 5 0 = 2 × 3 × 5 2 × 7 × 1 1 × 1 3 Excepting 5 2 ,the remaining 5 elements are distinguishable and the number of ways to arrange them into 6 different variables is 6 5 . In these 6 5 arrangements, 2 indistinguishable 5 are to be arranged into 6 different variables. By Stars and Bars there are ( 2 6 + 2 − 1 ) = 2 1 ways to arrange them 6 5 × 2 1 = 1 6 3 2 9 6