document.write( "Question 1038553: I am a 7-digit number.\r
\n" );
document.write( "\n" );
document.write( "My tens digit is 3.
\n" );
document.write( "My hundreds digit is twice the thousands digit.
\n" );
document.write( "My thousands digit is thrice the tens digit.
\n" );
document.write( "My ones digit is 2 less than the thousands digit.
\n" );
document.write( "My tens thousands digit is 3 less than the thousands digit.
\n" );
document.write( "My thousands digit is 2.
\n" );
document.write( "My tens thousands digit is 8. \n" );
document.write( "
Algebra.Com's Answer #653269 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! We have 7 digits. They are currently unknown for now. Let's say the digits are: A,B,C,D,E,F,G\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = millions digit \n" ); document.write( "B = hundred thousands digit \n" ); document.write( "C = ten thousands digit \n" ); document.write( "D = thousands digit \n" ); document.write( "E = hundreds digit \n" ); document.write( "F = tens digit \n" ); document.write( "G = units digit\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We're told that the \"tens digit is 3\", so F = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We're given \"My thousands digit is 2.\" so D = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, we're given \"My tens thousands digit is 8.\" so C = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"My hundreds digit is twice the thousands digit.\" means E = 2*D\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"My thousands digit is thrice the tens digit.\" means D = 3*F\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But wait, we have a problem. If D = 3F and D = 2 and F = 3, then we have a contradiction. There is no way that D is three times bigger than F if D = 2 and F = 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there is a typo in this problem. Please double check to make sure you've typed it in correctly. Thank you. \n" ); document.write( " |