document.write( "Question 817183: In a 3 digit number, the hundreds digit is 2 more than the ten digit & the unit digit is 2 less than the tens digit.If the sum of the digit is 18 find the number.
\n" ); document.write( "(A) 675 (B) 642 (C)864
\n" ); document.write( "

Algebra.Com's Answer #491951 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "In a 3 digit number \"green%28xyz%29\",
\n" ); document.write( "the hundreds digit is 2 more than the ten digit: \"x+=+y+%2B+2\"
\n" ); document.write( "the unit digit is 2 less than the tens digit: \"z+=+y+-+2\"
\n" ); document.write( "If the sum (x + y + z) of the digit is 18 find the number.
\n" ); document.write( " (y+2) + y + (y-2) = 18
\n" ); document.write( " 3y = 18
\n" ); document.write( " y = 6, x = 8 and z = 4
\n" ); document.write( "Number is 864 \n" ); document.write( "
\n" );