document.write( "Question 977030: In a three digit number unit's digit, ten's digit and hundred's are in the ratio of 1:2:3. If the difference in the original number and the number obtained by reversing the digit is 594 find the number? \n" ); document.write( "
Algebra.Com's Answer #598519 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! In a three digit number unit's digit, ten's digit and hundred's are in the ratio of 1:2:3. If the difference in the original number and the number obtained by reversing the digit is 594 find the number? \n" ); document.write( "*** \n" ); document.write( "let u=units digit \n" ); document.write( "let t=tens digit \n" ); document.write( "let h=hundredth digit \n" ); document.write( ".. \n" ); document.write( "(100h+10t+u)-(100u+10t+h)=594 \n" ); document.write( "100h+10t+u-100u-10t-h)=594 \n" ); document.write( "99h-99u=594 \n" ); document.write( "h=3u \n" ); document.write( "99*3u-99u=594 \n" ); document.write( "297u-99u=594 \n" ); document.write( "198u=594 \n" ); document.write( "u=3 \n" ); document.write( "h=3u=9 \n" ); document.write( "t=2u=6 \n" ); document.write( ".. \n" ); document.write( "check: \n" ); document.write( "100h+10t+u=900+60+3=963 \n" ); document.write( "100u+10t+h=300+60+9=369 \n" ); document.write( "difference: 963-369=594 \n" ); document.write( " |