document.write( "Question 567016: a 2 digit number is 4 times the sum of the digits. the ones digit is 4 more than the tens digit. what is the original number \n" ); document.write( "
Algebra.Com's Answer #366613 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a 2 digit number is 4 times the sum of the digits. the ones digit is 4 more than the tens digit. what is the original number \n" ); document.write( "** \n" ); document.write( "let u=units digit \n" ); document.write( "let t=tens digit \n" ); document.write( "u=t+4 \n" ); document.write( "10t+u=4(t+u) \n" ); document.write( "10t+t+4=4t+4u \n" ); document.write( "10t+t+4=4t+4(t+4) \n" ); document.write( "10t+t+4=4t+4t+16 \n" ); document.write( "3t=12 \n" ); document.write( "t=4 \n" ); document.write( "u=t+4=8 \n" ); document.write( "original number=10t+u=40+8=48 \n" ); document.write( " |