document.write( "Question 356710: Find a four-digit number that meets all these conditions:\r
\n" );
document.write( "\n" );
document.write( "a. No two digits are the same.
\n" );
document.write( "b. The sum of the two middle digits = the sum of the first and last digits.
\n" );
document.write( "c. The thousands digit is the smallest.
\n" );
document.write( "d. No digit is even.
\n" );
document.write( "e. The units digit is the largest. \n" );
document.write( "
Algebra.Com's Answer #254640 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Find a four-digit number that meets all these conditions: \n" ); document.write( "a. No two digits are the same. \n" ); document.write( "b. The sum of the two middle digits = the sum of the first and last digits. \n" ); document.write( "c. The thousands digit is the smallest. \n" ); document.write( "d. No digit is even. \n" ); document.write( "e. The units digit is the largest.\r \n" ); document.write( "\n" ); document.write( "1357 is an example. (This is just by trial and error.) Or 1537. \n" ); document.write( " |