document.write( "Question 534001: Find a six-digit number containing no zeros and no repeted digits in which the first digit is four more than the sixth digit, and the fourth and fith digit when read as a single number equal the product of the first and sixths digits. \n" ); document.write( "
Algebra.Com's Answer #351249 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find a six-digit number containing no zeros and no repeated digits \n" ); document.write( "a,b,c,d,e,f \n" ); document.write( ": \n" ); document.write( "I don't think there is enough information here to get a single solution. \n" ); document.write( " We need some clue for b and c \n" ); document.write( ": \n" ); document.write( "in which the first digit is four more than the sixth digit, \n" ); document.write( "a = f+4 \n" ); document.write( "Then a possible values: 5, 6, 7, 8, 9 \n" ); document.write( "then f: \n" ); document.write( "has corresponding values 1, 2, 3, 4, 5 \n" ); document.write( ": \n" ); document.write( "the fourth and fifth digits, when read as a single number, equal the product of the first and sixth digits. \n" ); document.write( "10d + e = a*f \n" ); document.write( "replace a with (f+4) \n" ); document.write( "10d + e = f(f+4) \n" ); document.write( "10d + e = f^2 + 4f \n" ); document.write( "then try \n" ); document.write( "f=5: 25+20 = 45, excluded because of repeated digit,5. \n" ); document.write( "; \n" ); document.write( "f=4: 16+16 = 32, this may work \n" ); document.write( "8_ _ 3 2 4, choose the other digit from 1,5,6,7,9 \n" ); document.write( ": \n" ); document.write( "f=3: 9+12 = 21, try this one \n" ); document.write( "7 _ _ 2 1 3, choose the other digits from 4,5,6,8,9 \n" ); document.write( ": \n" ); document.write( "f=2: 4+8 = 12, excluded because of repeated digit, 2 \n" ); document.write( ": \n" ); document.write( "f=1: 1+5 = 5, excluded because we need two digits, no zero allowed \n" ); document.write( ": \n" ); document.write( "I think that is about all we can do with it\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |