The digits 1,2,3 and 4 are used to generate 256 different 4 digit numbers.Find the sum of all these numbers.
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.
From where did you find that formula?
Log in to reply
Can be found using some combinatorics. Not a general formula as such.
1 2 3 4 5 6 7 8 |
|
It is easy to get the result: 6 4 × ( 1 0 0 0 + 1 0 0 + 1 0 + 1 ) × ( 1 + 2 + 3 + 4 ) = 7 1 1 0 4 0
How to get that? Can you explain it?
Problem Loading...
Note Loading...
Set Loading...
Using the formula:- y x × z × ( 1 1 1 . . . y times )
Where,
x = No of numbers formed
y = No. of digits given
z = Sum of given digits
⇒ 4 2 5 6 ∗ ( 1 + 2 + 3 + 4 ) ∗ 1 1 1 1 = 7 1 1 0 4 0