document.write( "Question 696872: I am 3 digit numbr.My tens digit s 3.My ones digit is twice my tens digit.The sum of my 3 digits is 14.Who am I? \n" ); document.write( "
| Algebra.Com's Answer #429421 by henew(13)      You can put this solution on YOUR website! Assume number as xyz\r \n" ); document.write( "\n" ); document.write( "My tenth digit is 3 ---- x3z \n" ); document.write( "My ones digit is twice tens digit ---- x36 \n" ); document.write( "Sum of digits is 14 ---- x plus y plus z=14\r \n" ); document.write( "\n" ); document.write( "x+3+6=14\r \n" ); document.write( "\n" ); document.write( "x=14-9 =5.\r \n" ); document.write( "\n" ); document.write( "Digit is 536. \n" ); document.write( " |