document.write( "Question 393690: what is the lrgest number such the second digit is one-fourth of the thrid digit the thrid digit is twice the first digit and the last digit is the same as the first digit? \n" ); document.write( "
Algebra.Com's Answer #279536 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A four digit number: w, x, y, z \n" ); document.write( ": \n" ); document.write( "what is the lrgest number such: \n" ); document.write( ": \n" ); document.write( "\"the second digit is one-fourth of the third digit\" \n" ); document.write( "x = \n" ); document.write( ": \n" ); document.write( "\"the third digit is twice the first digit\" \n" ); document.write( "y = 2w; w has to be =< 4, y has to be 2, 4, 6, 8 \n" ); document.write( ": \n" ); document.write( "\" the last digit is the same as the first digit?\" \n" ); document.write( "z = w \n" ); document.write( ": \n" ); document.write( "I think the number is: 4 2 8 4 \n" ); document.write( " |