document.write( "Question 1070520: Consider the set of all the 7-digit numbers that can be obtained using, for each number, all the
\n" );
document.write( "digits 1, 2, 3,..., 7. List the numbers of the set in increasing order and split the list exactly at the
\n" );
document.write( "middle into two parts of the same size. What is the last number of the first half?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #685652 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Consider the set of all the 7-digit numbers that can be obtained using, for each number, all the \n" ); document.write( "digits 1, 2, 3,..., 7. List the numbe \n" ); document.write( "rs of the set in increasing order and split the list exactly at the \n" ); document.write( "middle into two parts of the same size. What is the last number of the first half? \n" ); document.write( "---- \n" ); document.write( "smallest number:: 1234567 \n" ); document.write( "largest number::7654321 \n" ); document.write( "----------- \n" ); document.write( "Average or middle number:: 8888888/2 = 4444444 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " \n" ); document.write( " |