document.write( "Question 735609: What is the five digit number in which the first digit is one more than the second, the last is four fewer than the first, the second is more than the last, and the fourth is one more than the last? The sum of all the digits is 35. \n" ); document.write( "
Algebra.Com's Answer #449519 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The five digits: a, b, c, d, e \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\" the first digit is one more than the second, \n" ); document.write( "a = b+1 \n" ); document.write( "or \n" ); document.write( "b = a-1 \n" ); document.write( ": \n" ); document.write( "\" the last is four fewer than the first, \n" ); document.write( "e = a-4 \n" ); document.write( ": \n" ); document.write( "\" the second is more than the last,\" \n" ); document.write( "b > e \n" ); document.write( ": \n" ); document.write( "\" the fourth is one more than the last?\" \n" ); document.write( "d = e+1 \n" ); document.write( "replace e with (a-4) \n" ); document.write( "d = (a-4) + 1 \n" ); document.write( "d = a-3 \n" ); document.write( ": \n" ); document.write( "\" The sum of all the digits is 35.\" \n" ); document.write( "a + b + c + d + e = 35 \n" ); document.write( "replace b with (a-1), replace e with (a-4); replace d with (a-3) \n" ); document.write( "a + (a-1) + c + (a-3) + (a-4) = 35 \n" ); document.write( "combine like terms \n" ); document.write( "4a + c - 8 = 35 \n" ); document.write( "4a + c = 35 + 8 \n" ); document.write( "4a + c = 43 \n" ); document.write( "c = -4a + 43 \n" ); document.write( "The only single digit integer solution is when a = 9, then c = 7 \n" ); document.write( "b = 9-1 \n" ); document.write( "b = 8 \n" ); document.write( "and \n" ); document.write( "d = 9-3 \n" ); document.write( "d = 6 \n" ); document.write( "and \n" ); document.write( "e = 9-4 \n" ); document.write( "e = 5 \n" ); document.write( "the five digit number: 98765 \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "See if that adds up \n" ); document.write( "9 + 8 + 7 + 6 + 5 = 35\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |