document.write( "Question 460851: a three-digit number satisfies the following conditions: the digits are consecutive whole numbers; the sum of the digits is greater than 10 and less than 20; and the tens digit is ann odd number. what is the number? \n" ); document.write( "
Algebra.Com's Answer #316113 by J2R2R(94)![]() ![]() You can put this solution on YOUR website! You could solve this with guesswork or mathematically, so let us look at it both ways.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Guesswork:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Three numbers in succession\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1, 2, 3: too low since 1 + 2 + 3 = 6; \n" ); document.write( "2, 3, 4: too low since 2 + 3 + 4 = 9; \n" ); document.write( "3, 4, 5: okay since 3 + 4 + 5 = 12 \n" ); document.write( "4, 5, 6: okay since 4 + 5 + 6 = 15 \n" ); document.write( "5, 6, 7: okay since 5 + 6 + 7 = 18 \n" ); document.write( "6, 7, 8: too high since 6 + 7 + 8 = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can see that we have three to choose form but the ten’s must be odd, so the only solution is 456.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Mathematically:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let the three numbers be a - 1, a, a + 1 where a is the ten digit\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sum of the three digits is 3a which has to be between 10 and 20, so 3a = 12, 15 or 18 giving a = 4, 5 or 6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The only odd value for a is 5, so the three digit number we have is 456. \n" ); document.write( " |