document.write( "Question 106472: find i six digit number in wich the first digit is one less than the second, the secound one less than the third, the fourth digit is one less than the fifth, and the fifth one is one less than the last. the second digit equals the sum of the last three digits and the third digit equals the sum of the secound and fourth digit. \n" ); document.write( "
Algebra.Com's Answer #77481 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a=b-1 \n" ); document.write( "b=c-1 \n" ); document.write( "d=e-1 \n" ); document.write( "e=f-1 \n" ); document.write( "b=d+e+f \n" ); document.write( ". \n" ); document.write( "d+e+f<10 So must be 1+2+3 or 2+3+4 \n" ); document.write( "b= 6 because if it were 9 then c would be 10 \n" ); document.write( "So, d+e+f=6 \n" ); document.write( "b=6 \n" ); document.write( "d=1 \n" ); document.write( "e=2 \n" ); document.write( "f=3 \n" ); document.write( "a=5 \n" ); document.write( "c=7 \n" ); document.write( ". \n" ); document.write( "The number is: 567123 \n" ); document.write( "We didn't need the final clue. \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |