document.write( "Question 719075: I am a 3-digit number. The difference in the value of the digits in the hundreds and tens place is 220. My tens is 6 more than the ones digit. My ones digit stands for 2. What number I am? \n" ); document.write( "
Algebra.Com's Answer #441180 by god2012(113)\"\" \"About 
You can put this solution on YOUR website!
Let the 3 digit number be ABC
\n" ); document.write( "Given : C =2
\n" ); document.write( "100A - 10B = 220 --------eq.1
\n" ); document.write( "B = 6 + C = 8
\n" ); document.write( "100A = 220 + 10 B = 220 + 10*8 = 300
\n" ); document.write( "A = 3
\n" ); document.write( "B = 8
\n" ); document.write( "C = 2\r
\n" ); document.write( "\n" ); document.write( "The 3 digit number is 382
\n" ); document.write( "
\n" );