document.write( "Question 977691: i am thinking of a 5 digit number the first digit is 2 more than the last digit but less than the second digit the second digit is the third multiple of 3 while the fourth digit is the second multiple of 3 the third digit is the difference between the second and the fourth digits what number i an thinking of? \n" ); document.write( "
Algebra.Com's Answer #599326 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Five digits: a,b,c,d,e \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( " the first digit is 2 more than the last digit \n" ); document.write( "a = e + 2 \n" ); document.write( " but less than the second digit \n" ); document.write( "a < b \n" ); document.write( " the second digit is the third multiple of 3 \n" ); document.write( "b = 9 \n" ); document.write( " while the fourth digit is the second multiple of 3 \n" ); document.write( "d = 6 \n" ); document.write( " the third digit is the difference between the second and the fourth digits \n" ); document.write( "c = b - d \n" ); document.write( "c = 9 - 6 \n" ); document.write( "c = 3 \n" ); document.write( "now we have: _ 9 3 6 _ \n" ); document.write( "Could be 89366, 79365, 69364............39361 \n" ); document.write( " what number \n" ); document.write( " |