document.write( "Question 66161: The tens digit of a two-digit number is 1 more the twice the units digit. The number is 26 times the units digit. Find the number. \n" ); document.write( "
Algebra.Com's Answer #46890 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Number: 10a + b \n" ); document.write( "a = 1 + 2b \n" ); document.write( "and \n" ); document.write( "10a + b = 26b \n" ); document.write( "10(1 + 2b) = 25b \n" ); document.write( "10 + 20b = 25b \n" ); document.write( "10 = 5b \n" ); document.write( "2 = b \n" ); document.write( "Plug: \n" ); document.write( "a = 1 + 2b = 1 + 4 = 5 \n" ); document.write( "Number: 52 \n" ); document.write( " |