document.write( "Question 209076: I am a 3-digit number. All of my digits are odd. Iam less than 600. I am greater than 400. If you add my digits you get 15. My last digit is 7. What am I? \n" ); document.write( "
Algebra.Com's Answer #158043 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! I am a 3-digit number. \n" ); document.write( " All of my digits are odd. \n" ); document.write( "I am less than 600. \n" ); document.write( "I am greater than 400. \n" ); document.write( "If you add my digits you get 15. \n" ); document.write( "My last digit is 7. What am I? \n" ); document.write( ": \n" ); document.write( "All digits odd, >400, <600, first digit has to be 5 \n" ); document.write( ": \n" ); document.write( "Last digit given as 7 \n" ); document.write( ": \n" ); document.write( "2nd digit: 15 - 5 - 7 = 3 \n" ); document.write( ": \n" ); document.write( "537 is the number \n" ); document.write( " |