Find the
average
of all the 4-digit positive integers that can be formed using each of the digits
3,5,7,9
exactly once in each number.
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.
There will be an equal number of digits in each on the places (4!=24). So, average of each of these places is 4 3 + 5 + 7 + 9 = 6 and the number is 6 6 6 6 .