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 #77480 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
Call the digits d1, d2, d3, d4, d5, and d6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The relationships described are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d1 = d2 - 1
\n" ); document.write( "d2 = d3 - 1
\n" ); document.write( "d4 = d5 - 1
\n" ); document.write( "d5 = d6 - 1
\n" ); document.write( "d2 = d4 + d5 + d6
\n" ); document.write( "d3 = d2 + d4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Giving us 6 linear equations in 6 variables.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Rearrange each equation so that you have an expression set equal to zero\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1) d1 - d2 + 1 = 0
\n" ); document.write( "2) d2 - d3 + 1 = 0
\n" ); document.write( "3) d2 - d4 - d5 - d6 = 0
\n" ); document.write( "4) -d2 + d3 -d4 = 0
\n" ); document.write( "5) d4 - d5 + 1 = 0
\n" ); document.write( "6) d5 - d6 + 1 = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Add equation 4) to equation 2), resulting in\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0d2 + 0d3 - d4 + 1 = 0, which reduces to
\n" ); document.write( "d4 = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Substituting d4 in equation 5), d5 = 2
\n" ); document.write( "Substituting d5 in equation 6), d6 = 3
\n" ); document.write( "Substituting d4, d5, and d6 in equation 3), d2 = 6
\n" ); document.write( "Substituting d2 in equation 1), d1 = 5
\n" ); document.write( "Substituting d2 in equation 2), d3 = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Hence the number is 567123.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Check,\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "5 is one less than 6.
\n" ); document.write( "6 is one less than 7.
\n" ); document.write( "1 is one less than 2.
\n" ); document.write( "2 is one less than 3.
\n" ); document.write( "6 is equal to 1 + 2 + 3
\n" ); document.write( "7 is equal to 6 + 1\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );