document.write( "Question 858240: The sum of the digits of a two-digit number is 13. the value of the number is 2 more than 7 times the units digit
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #517122 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the digits of a two-digit number is 13. the value of the number is 2 more than 7 times the units digit \n" ); document.write( "*** \n" ); document.write( "let u=units digit \n" ); document.write( "let t=tens digit \n" ); document.write( "u+t=13 \n" ); document.write( "t=13-u \n" ); document.write( ".. \n" ); document.write( "10t+u=7u+2 \n" ); document.write( "10(13-u)+u=7u+2 \n" ); document.write( "130-10u+u=7u+2 \n" ); document.write( "16u=128 \n" ); document.write( "u=8 \n" ); document.write( "t=5 \n" ); document.write( "number=58 \n" ); document.write( " |