document.write( "Question 224105: when a number is subtracted from 11, the result is 6 more than the number. find the number. \n" ); document.write( "
Algebra.Com's Answer #167439 by chibisan(131)\"\" \"About 
You can put this solution on YOUR website!
the number : x
\n" ); document.write( "11-x +6 = x
\n" ); document.write( "18 = 2x
\n" ); document.write( "x = 9
\n" ); document.write( "
\n" );