document.write( "Question 162433: I HAVE A TWO DIGIT NUMBER. THE SUM OF 4 TIMES THE TENS DIGIT AND THE UNITS DIGIT IS 26. THE SUM OF THE TENS DIGIT AND 4 TIMES THE UNITS DIGIT IS 14. WHAT IS THE SUM OF THE DIGITS OF MY NUMBER? \n" ); document.write( "
Algebra.Com's Answer #119749 by Anthea Lawn(22)\"\" \"About 
You can put this solution on YOUR website!
Let t be the tens digit and u be the units digit.\r
\n" ); document.write( "\n" ); document.write( "In that case, the number can be written as 10t + u (eg 43 is 4 X 10 + 3)\r
\n" ); document.write( "\n" ); document.write( "We are told :
\n" ); document.write( "4t + u = 26 -------(1)\r
\n" ); document.write( "\n" ); document.write( "And we are also told :
\n" ); document.write( "t + 4u = 14 ----------(2)\r
\n" ); document.write( "\n" ); document.write( "multiplying (2) by 4 gives :
\n" ); document.write( "4t + 16u = 56 ------(3)\r
\n" ); document.write( "\n" ); document.write( "and subtracting (1) gives :\r
\n" ); document.write( "\n" ); document.write( "15u = 30
\n" ); document.write( "u=2
\n" ); document.write( "therefore t=6\r
\n" ); document.write( "\n" ); document.write( "Hence the number is 62 and the sum of its digits is 8.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );