document.write( "Question 1153929: where x is a 6 digit number, the sum 1st and 2nd number is 7,the 3rd number equals the first number, the 4th is equal to the 2nd plus 2, the sum of the 4th and 5th number is 8, the 6th number is the square of the 4th number, the sum of the 6 digit is 26,what is the value of x \n" ); document.write( "
Algebra.Com's Answer #776253 by ramkikk66(644)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Let us call the 6 digits D1 to D6.\r
\n" ); document.write( "\n" ); document.write( "Given data.
\n" ); document.write( "1) D1 + D2 = 7
\n" ); document.write( "2) D3 = D1
\n" ); document.write( "3) D4 = D2 + 2
\n" ); document.write( "4) D4 + D5 = 8
\n" ); document.write( "5) D6 = square of D4
\n" ); document.write( "6) Sum of D1+D2+D3+D4+D5+D6 = 26\r
\n" ); document.write( "\n" ); document.write( "From #5, D6 is a single-digit square number. So it can only be 0,1,4 or 9. Correspondingly, D4 is 0, 1, 2 or 3.\r
\n" ); document.write( "\n" ); document.write( "From #3, D4 = D2 + 2. So D4 cannot be 0 or 1. D4 is either 2 or 3\r
\n" ); document.write( "\n" ); document.write( "Let's check both the cases\r
\n" ); document.write( "\n" ); document.write( "If D4 = 2,
\n" ); document.write( "D2 = 0 (from #3) and
\n" ); document.write( "D1 = 7 - 0 = 7 (from #1),
\n" ); document.write( "D3 = 7 (from #2),
\n" ); document.write( "D5 = 6 (from #4) and
\n" ); document.write( "D6 = 4 (from #5)
\n" ); document.write( "Num is 707264. Sum of digits = 26 which matches.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To confirm, let's try the other possibility also.\r
\n" ); document.write( "\n" ); document.write( "If D4 = 3,
\n" ); document.write( "D2 = 1(from #3) and
\n" ); document.write( "D1 = 7 - 1 = 6 (from #1),
\n" ); document.write( "D3 = 6 (from #2),
\n" ); document.write( "D5 = 5(from #4) and
\n" ); document.write( "D6 = 9 (from #5)\r
\n" ); document.write( "\n" ); document.write( "Num is 616359. Sum of digits = 30 which does not match.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Hence the answer is 707264. Solved.\r
\n" ); document.write( "\n" ); document.write( "


\n" ); document.write( "
\n" ); document.write( "
\n" );