SOLUTION: Given 3 numbers A, B and C. What is the sum of all numbers whose digits are made only of 4, 5 and 6, that have at most A 4's, B 5's, and C 6's in decimal representation, respective

Algebra.Com
Question 978632: Given 3 numbers A, B and C. What is the sum of all numbers whose digits are made only of 4, 5 and 6, that have at most A 4's, B 5's, and C 6's in decimal representation, respectively.
Constraints: 0 <= A, B, C <= 10. ( "<=" indicates less than or equal to).

Answer by Edwin McCravy(20055)   (Show Source): You can put this solution on YOUR website!
Given 3 numbers A, B and C. What is the sum of all numbers whose digits are made
only of 4, 5 and 6, that have at most A 4's, B 5's, and C 6's in decimal
representation, respectively.
Constraints: 0 <= A, B, C <= 10. ( "<=" indicates less than or equal to).
The smallest one is 4 

and 

the largest one has 30 digits: 666666666655555555554444444444

where A=B=C=10

So this is asking for an answer with 30 or more digits!!!!

Please write the problem exactly as stated in the book or source in the 
thank-you note form below.  I don't think anybody would be asking you 
for an answer that large.

Edwin

RELATED QUESTIONS

Two dice are rolled once. What is the probability that the two numbers that show. a)... (answered by Edwin McCravy)
Numbers are to be built using only the digits 1,2,3,4, and 5 in such a way that each... (answered by lotusjayden,greenestamps)
1) A warehouse contains 200 shoes of size 8, 200 shoes of size 9 and 200 shoes of size... (answered by psbhowmick)
1) There exists a 5 digit number N with distinct and non-zero digits such that it equals... (answered by Edwin McCravy)
What is the sum of all the 4-digit numbers all of whose digits are odd? (answered by jorel1380,Edwin McCravy)
What is the sum of all the four-digit numbers whose digits are permutations 1,2,3, and... (answered by stanbon)
1)Alan has 5 pairs of trousers and 6 shirts. Ben has 7 pairs of trousers and 4 shirts.... (answered by Edwin McCravy)
Two dice are rolled. What is the probability that: a. the numbers that come up have a... (answered by Edwin McCravy)
You roll a fair die three times. What is the probability that a) you roll all 6's?... (answered by ewatrrr)