document.write( "Question 679821: i am 2 digit number the sum of my digits is 12 the difference between my digits is 4 i am?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #422068 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! i am 2 digit number the sum of my digits is 12 the difference between my digits is 4 i am? \n" ); document.write( "let u=units digit \n" ); document.write( "t=tens digit \n" ); document.write( "u+t=12 \n" ); document.write( "u-t=4 \n" ); document.write( "add \n" ); document.write( "2u=16 \n" ); document.write( "u=8 \n" ); document.write( "t=12-u=4 \n" ); document.write( "number=84 \n" ); document.write( " |