document.write( "Question 758409: what is the number? it is an even, two digit number, the difference between the digit is 3, the one's digit is twice the ten's digit
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #461453 by lwsshak3(11628) ![]() You can put this solution on YOUR website! what is the number? it is an even, two digit number, the difference between the digit is 3, the one's digit is twice the ten's digit. \n" ); document.write( "*** \n" ); document.write( "let u=units digit \n" ); document.write( "let t=tens digit \n" ); document.write( "u-t=3 \n" ); document.write( "t=u-3 \n" ); document.write( "u=2t \n" ); document.write( "u=2(u-3) \n" ); document.write( "u=2u-6 \n" ); document.write( "u=6 \n" ); document.write( "t=u-3=3 \n" ); document.write( "number=36 \n" ); document.write( " |