document.write( "Question 863576: Della wrote a 4 digit number the digit in the ones place is 5 more than the digit in the hundreds place the digit in the tens place is 3 more than the digit in the hundreds place the digit in the hundreds place is 2 less than the digit in the thousands place the sum of all 4 digits is 10 what is the 4 digit number \n" ); document.write( "
Algebra.Com's Answer #520481 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Della wrote a 4 digit number the digit in the ones place is 5 more than the digit in the hundreds place the digit in the tens place is 3 more than the digit in the hundreds place the digit in the hundreds place is 2 less than the digit in the thousands place the sum of all 4 digits is 10 what is the 4 digit number \n" ); document.write( "*** \n" ); document.write( "let u=units digit \n" ); document.write( "let t=tens digit \n" ); document.write( "let h=hundreds digit \n" ); document.write( "let k=tousands digit \n" ); document.write( "u+t+h+k=10 \n" ); document.write( "... \n" ); document.write( "h=k-2 \n" ); document.write( "t=k-2+3 \n" ); document.write( "u=k-2+5 \n" ); document.write( ".. \n" ); document.write( "u+t+h+k=10 \n" ); document.write( "k-2+5+k-2+3+k-2+k=10 \n" ); document.write( "4k+2=10 \n" ); document.write( "4k=8 \n" ); document.write( "k=2 \n" ); document.write( "k-2=0=h \n" ); document.write( "k-2+3=3=t \n" ); document.write( "k-2+5=5=u \n" ); document.write( "The 4-digit number: 2035\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |