document.write( "Question 358974: if a two digit number is divided by the sum of its digits, the qoutient is 7. if the number expressed by the same digits in reverse order is divided by the sum of its digits, the qoutient is 4. find the number. \n" ); document.write( "
Algebra.Com's Answer #256175 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let the number be represented by xy.
\n" ); document.write( "From the given information, we get the system
\n" ); document.write( "\"matrix%282%2C1%2C%2810x+%2B+y%29%2F%28x%2By%29+=+7%2C+%2810y+%2B+x%29%2F%28x%2By%29+=+4%29\".
\n" ); document.write( "After simplification, the two equations yield exactly the same equation:
\n" ); document.write( "\"x+=+2y\". Therefore there are four possible answers: 21,42,63, and 84. (Incidentally the last three numbers are just multiples of 21 =))
\n" ); document.write( "
\n" );