document.write( "Question 698515: I am a 3-digit number. My ones is 2 more than my hundreds and my tens is 3 less than my ones.The sum of my digits is 13.What number am I? \n" ); document.write( "
Algebra.Com's Answer #430759 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
I am a 3-digit number. My ones is 2 more than my hundreds and my tens is 3 less than my ones.The sum of my digits is 13.What number am I?
\n" ); document.write( "**
\n" ); document.write( "h=hudreds digit=h
\n" ); document.write( "u=ones digit=h+2
\n" ); document.write( "t=tens digit=u-3=h+2-3=h-1
\n" ); document.write( "..
\n" ); document.write( "h+u+t=13
\n" ); document.write( "h+(h+2)+(h-1)=13
\n" ); document.write( "3h+1=13
\n" ); document.write( "3h=12
\n" ); document.write( "h=4
\n" ); document.write( "u=h+2=6
\n" ); document.write( "t=h-1=3
\n" ); document.write( "number: 436
\n" ); document.write( "
\n" );