353 views
0 votes
0 votes
Number of integers between 1 and 1000(inclusive) with sum of digits=9

sol :x1 + x2 + x3 =9

V(n,k) = C(n-1+k , k)

this includes repeated values too (i.e) x1 and x2 and x3 can take same values

a)if the question is asked that each values should be distinct and sum up to 9 then how to solve?

b)V(n,k) = C(n-1+k , k).... does this work only for sum ?? what if question was multiplication of the digits give some value..say 290 for example

c)

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
Lakshman Bhaiya asked Oct 29, 2018
736 views
What is the sum of all $5-$digit numbers possible using with the numbers $ 1,3,5,7,9$(Repetition is not allowed)?$A)6666660$ $B)6666600$$...
0 votes
0 votes
1 answer
2
bahirNaik asked Jan 2, 2016
1,195 views
Find the sum of all four digit numbers that can be formed by the digits {0,1,2,3,4}?a)183450b)259980c)266640d)6600
0 votes
0 votes
1 answer
3
hitendra singh asked Oct 26, 2018
908 views
A -How many three digit number whose sum of digit equals 10?1- $\binom{9}{7}$2- $\binom{10}{2}$3- $\binom{10}{2}$4-NoneB- 3 dice are tossed total ways that numbers appear...