document.write( "Question 872716: seven times a two digit number is equal to four times the number obtained by reversing the order of its digits.if the difference between the digits is 3.find the no
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #526472 by lwsshak3(11628) ![]() You can put this solution on YOUR website! seven times a two digit number is equal to four times the number obtained by reversing the order of its digits.if the difference between the digits is 3.find the no \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( "u=t+3 \n" ); document.write( ".. \n" ); document.write( "7(10t+u)=4(10u+t) \n" ); document.write( "70t+7u=40u+4t \n" ); document.write( "70t+7t+21=40t+120+4t \n" ); document.write( "33t=99 \n" ); document.write( "t=3 \n" ); document.write( "u=6 \n" ); document.write( "number: 36 \n" ); document.write( " |