document.write( "Question 1037857: A four-digit number with all different digits has the
\n" );
document.write( "sum of its digits is 13. Find the number if the thousands
\n" );
document.write( "place is double the units place and the tens place is
\n" );
document.write( "one more than the hundreds place. \n" );
document.write( "
Algebra.Com's Answer #652516 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! A four-digit number with all different digits has the \n" ); document.write( "sum of its digits is 13. Find the number if the thousands \n" ); document.write( "place is double the units place and the tens place is \n" ); document.write( "one more than the hundreds place. \n" ); document.write( " \r\n" ); document.write( "Let the number be \"ABCD\"\r\n" ); document.write( " \n" ); document.write( "the sum of its digits is 13. \n" ); document.write( " \r\n" ); document.write( "A+B+C+D=13\r\n" ); document.write( " \n" ); document.write( "the thousands place is double the units place \n" ); document.write( " \r\n" ); document.write( "A = 2D or D = \n" ); document.write( "the tens place is one more than the hundreds place. \n" ); document.write( " \r\n" ); document.write( "C = B+1 or B = C-1\r\n" ); document.write( "\r\n" ); document.write( "Substitute in A+B+C+D=13 and solve for A\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |