document.write( "Question 632104: a number consists of two digits.Tens digit is 3 more than the ones digit and number is 7 times the sum of its dihits.Find the number. \n" ); document.write( "
Algebra.Com's Answer #398074 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a number consists of two digits.Tens digit is 3 more than the ones digit and number is 7 times the sum of its digits.Find the number. \n" ); document.write( "** \n" ); document.write( "let u=units digit \n" ); document.write( "let t= tens digit \n" ); document.write( "number=10t+u \n" ); document.write( "t=u+3 (tens digit 3 more than ones digit) \n" ); document.write( "t+u= sum of digits \n" ); document.write( ".. \n" ); document.write( "10t+u=7(t+u) \n" ); document.write( "10(u+3)+u=7(u+3)+7u \n" ); document.write( "10u+30+u=7u+21+7u \n" ); document.write( "3u=9 \n" ); document.write( "u=3 \n" ); document.write( "t=u+3=6 \n" ); document.write( "number: 63\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |