document.write( "Question 284628: The units digit of a two digit number exceeds twice the tens digit by 1. Find the number if the sum of its digits is 7. How do you solve this? \n" ); document.write( "
Algebra.Com's Answer #206529 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=7 \n" ); document.write( "b=7-a \n" ); document.write( "b=2*a+1\r \n" ); document.write( "\n" ); document.write( "7-a=2a+1 \n" ); document.write( "6-a=2a \n" ); document.write( "6=3a \n" ); document.write( "2=a \n" ); document.write( "b=5\r \n" ); document.write( "\n" ); document.write( "the number is 25 \n" ); document.write( " \n" ); document.write( " |