document.write( "Question 316593: Find a five-digit number in which the first digit equals the sum of the fourth and fifth digits, the second digit equals the sum of the first and third digits, the first digit is one less than the second and the fourth digit is two more than the third. The sum of all the digits is 23. \n" ); document.write( "
Algebra.Com's Answer #226509 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find a five-digit number in which the first digit equals the sum of the fourth and fifth digits, the second digit equals the sum of the first and third digits, the first digit is one less than the second and the fourth digit is two more than the third. The sum of all the digits is 23. \n" ); document.write( "------------------- \n" ); document.write( "Let the number be abcde \n" ); document.write( "Equation: \n" ); document.write( "a = d + e \n" ); document.write( "b = a + c \n" ); document.write( "a = b -1 \n" ); document.write( "d = c+2 \n" ); document.write( "a + b + c +d + e = 23 \n" ); document.write( "------------------------ \n" ); document.write( "Rearrange: \n" ); document.write( "a + 0 + 0 - d - e = 0 \n" ); document.write( "a - b + c + 0 + 0 = 0 \n" ); document.write( "a - b + 0 + 0 + 0 = -1 \n" ); document.write( "0 + 0 + c - d + 0 = -2 \n" ); document.write( "a + b + c + d + e = 23 \n" ); document.write( "----------------------------- \n" ); document.write( "I used a calculator to get: \n" ); document.write( "a = 7 \n" ); document.write( "b = 8 \n" ); document.write( "c = 1 \n" ); document.write( "d = 3 \n" ); document.write( "e = 4 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " |