document.write( "Question 938522: what is the four digit number in which the first digit is one third the secound,the third is twice the sum of the first and secound and the last is three times the secound \n" ); document.write( "
Algebra.Com's Answer #571808 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! what is the four digit number \n" ); document.write( "a, b, c, d \n" ); document.write( ": \n" ); document.write( " in which the first digit is one third the second, \n" ); document.write( "a = \n" ); document.write( "or \n" ); document.write( "b = 3a \n" ); document.write( ": \n" ); document.write( "the third is twice the sum of the first and second \n" ); document.write( "c = 2(a+b) \n" ); document.write( ": \n" ); document.write( "and the last is three times the second \n" ); document.write( " d = 3b \n" ); document.write( "replace b with 3a \n" ); document.write( "d = 2(3a) \n" ); document.write( "d = 6a \n" ); document.write( "6a has to equal to a single digit, cannot be 2 or greater,therefore: \n" ); document.write( "a = 1 \n" ); document.write( "and \n" ); document.write( "d = 6(1) \n" ); document.write( "d = 6 \n" ); document.write( "then \n" ); document.write( "b = 3a \n" ); document.write( "b = 3(1) \n" ); document.write( "b = 3 \n" ); document.write( "and \n" ); document.write( "c = 2(a+b) \n" ); document.write( "c = 2(1+3) \n" ); document.write( "c = 8 \n" ); document.write( "and \n" ); document.write( "b = 3(1) = 3 \n" ); document.write( ": \n" ); document.write( "the four digit number: 1 3 8 6 \n" ); document.write( " |