document.write( "Question 405806: I am a two digit number with the sum of 13. I have a 9 in the tens place...I am
\n" );
document.write( "I am a two digit number with the sum of 7. I have a 0 in the ones place...I am
\n" );
document.write( "I am a two digit number with the sum of 1. I have an 8 in the ones place. I am
\n" );
document.write( "I am an even number less than 50 with the sum of 9. I am
\n" );
document.write( "I am a three digit number with a sum of 27. I am \r
\n" );
document.write( "\n" );
document.write( "My son is having problems trying to figure these out. Can you please help me understand how to do this so that I can help him understand.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #286558 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! I am a two digit number with the sum of 13. I have a 9 in the tens place \n" ); document.write( "The number must be 94, because 9 + 4 = 13 \n" ); document.write( "----------------------------------- \n" ); document.write( "I am a two digit number with the sum of 7. I have a 0 in the ones place \n" ); document.write( "The number is 70, since 7 + 0 = 7 \n" ); document.write( "--------------------------- \n" ); document.write( "I am an even number less than 50 with the sum of 9 \n" ); document.write( "It's not 45, since that is an odd number \n" ); document.write( "It could be 36, which is even \n" ); document.write( "It can't be 27, which is odd \n" ); document.write( "It could be 18, which is even \n" ); document.write( "------------------------ \n" ); document.write( "I am a three digit number with a sum of 27 \n" ); document.write( "The number must be 999 \n" ); document.write( "There is no larger 3-digit number, and \n" ); document.write( "any smaller number adds up to less than 27, \n" ); document.write( "like 989, 9 + 8 + 9 = 26 \n" ); document.write( " |