Question 1070520
 Consider the set of all the 7-digit numbers that can be obtained using, for each number, all the
digits 1, 2, 3,..., 7. List the numbe
rs of the set in increasing order and split the list exactly at the
middle into two parts of the same size. What is the last number of the first half?
----
smallest number:: 1234567
largest number::7654321
-----------
Average or middle number:: 8888888/2 = 4444444
-----
Cheers,
Stan H.
------------