document.write( "Question 308586: the one's digit of a two digit number is one more than the ten's digit. If the digits of the number are reversed, the new number is 3 less than twice the original. Find the number. \n" ); document.write( "
Algebra.Com's Answer #220668 by mananth(16949) You can put this solution on YOUR website! the one's digit of a two digit number is one more than the ten's digit. If the digits of the number are reversed, the new number is 3 less than twice the original. Find the number.\r \n" ); document.write( "\n" ); document.write( "let the ten's digit be x \n" ); document.write( "the unit digit will be y\r \n" ); document.write( "\n" ); document.write( "y=x+1 \n" ); document.write( "y-x=1\r \n" ); document.write( "\n" ); document.write( "10y+x= 2(10x+y)-3 \n" ); document.write( "10y+x= 20x+2y-3 \n" ); document.write( "8y-19x=-3 \n" ); document.write( ". \n" ); document.write( "8y-8x -8y+19x= 8+3 \n" ); document.write( "11x=11 \n" ); document.write( "x=1 \n" ); document.write( "y=x+1 \n" ); document.write( "y=2 \n" ); document.write( "the number = 12 \n" ); document.write( " |