document.write( "Question 777188: Please help me. I am a two digit number. The sum of my digits is 9. The digit in the tens place is one half the value of the digit in the ones place. What number am I? \n" ); document.write( "
Algebra.Com's Answer #473975 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
I am a two digit number. The sum of my digits is 9. The digit in the tens place is one half the value of the digit in the ones place. What number am I.
\n" ); document.write( "***
\n" ); document.write( "let u=unit digit
\n" ); document.write( "t=tens digit
\n" ); document.write( "u+t=9
\n" ); document.write( "u=9-t
\n" ); document.write( "..
\n" ); document.write( "t=u/2
\n" ); document.write( "t=(9-t)/2
\n" ); document.write( "2t=9-t
\n" ); document.write( "3t=9
\n" ); document.write( "t=3
\n" ); document.write( "u=9-t=6
\n" ); document.write( "number: 36
\n" ); document.write( "
\n" );