document.write( "Question 1142184: marlon randomly picked the following numbers from a deck cards: 7 8 2 0 5 8 2 9.
\n" );
document.write( "1. what is the greatest 8-digit number that can be formed using the cards once?
\n" );
document.write( "2. what is the least 8-digit number that can be formed using the cards once?
\n" );
document.write( "3. What is the greatest 8-digit odd number that can be formed using the cards once?
\n" );
document.write( "4. what is the least 8-digit even number that can be formed using the cards once?
\n" );
document.write( "whatis the sum of the greatest and the least 8-digit numbers that can be formed using the cards once? \n" );
document.write( "
Algebra.Com's Answer #762878 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "1. what is the greatest 8-digit number that can be formed using the cards once? \n" ); document.write( "Write the given digits in descending order. \n" ); document.write( "2. what is the least 8-digit number that can be formed using the cards once? \n" ); document.write( "Write the given digits in ascending order. Then, since 0 can't be the first digit, switch the first and second digits. \n" ); document.write( "3. What is the greatest 8-digit odd number that can be formed using the cards once? \n" ); document.write( "Take the answer from (1) and move the smallest odd digit to the end. \n" ); document.write( "4. what is the least 8-digit even number that can be formed using the cards once? \n" ); document.write( "Take the answer from (2) and move the largest even digit all the way to the end. \n" ); document.write( "What is the sum of the greatest and the least 8-digit numbers that can be formed using the cards once? \n" ); document.write( "Answer (1) plus answer (2). \n" ); document.write( " |