document.write( "Question 66687: a two-digit number is twice the sum of its digit. If the tens digit is 7 less than the unit digit, find the number. \n" ); document.write( "
Algebra.Com's Answer #47324 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! a two-digit number is twice the sum of its digit. If the tens digit is 7 less than the unit digit, find the number.\r \n" ); document.write( "\n" ); document.write( "Let x= the unit digit \n" ); document.write( "Then y= the tens digit \n" ); document.write( "And 10y+x= the number\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+y= the sum of the digits\r \n" ); document.write( "\n" ); document.write( "Now we are told that 10y+x=2(x+y) ------1st equation\r \n" ); document.write( "\n" ); document.write( "We are also told that y=x-7 ----------- 2nd Equation\r \n" ); document.write( "\n" ); document.write( "So our equations to solve are:\r \n" ); document.write( "\n" ); document.write( "(1) 10y+x=2(x+y) \n" ); document.write( "(2) y=x-7 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute (2) into (1)\r \n" ); document.write( "\n" ); document.write( "10(x-7)+x=2(x+x-7) simplifying we have\r \n" ); document.write( "\n" ); document.write( "10x-70+x=2x+2x-14 Collecting like terms:\r \n" ); document.write( "\n" ); document.write( "11x-70=4x-14 subtract 4x from both sides and add 70 to both sides:\r \n" ); document.write( "\n" ); document.write( "11x-4x=70-14 \n" ); document.write( "7x=56 \n" ); document.write( "x=8 the unit digit\r \n" ); document.write( "\n" ); document.write( "Substite x=8 in (2): \n" ); document.write( "y=x-7=8-7; \n" ); document.write( "y=1 the tens digit\r \n" ); document.write( "\n" ); document.write( "The 2 digit number is 10+8=18\r \n" ); document.write( "\n" ); document.write( "ck\r \n" ); document.write( "\n" ); document.write( "y=x-7 \n" ); document.write( "1=8-7=1 \n" ); document.write( "1=1 \n" ); document.write( "18=2(8+1) \n" ); document.write( "18=18\r \n" ); document.write( "\n" ); document.write( "Hope this helps ----ptaylor \n" ); document.write( " \n" ); document.write( " |