document.write( "Question 325348: the sum of the digits of two-digit number is 13.twice the ones digits is two more than four times the tens digit.find the number \n" ); document.write( "
Algebra.Com's Answer #232988 by AAfter Search(61)![]() ![]() ![]() You can put this solution on YOUR website! Let the number be 10x + y \n" ); document.write( "Given, x + y = 13; y = 13 - x \n" ); document.write( "2y = 4x + 2; therefore 2(13 - x) = 4x + 2 \n" ); document.write( "26 - 2x = 4x + 2 \n" ); document.write( "=> -6x = -24 \n" ); document.write( "=> x = 4, hence y = 13 - 4 = 9 \n" ); document.write( "Hence, the required two-digit number is 4 X 10 + 9 = 49 \n" ); document.write( " |