document.write( "Question 890113: One number is four more than five times another. If their sum is decreased by six, the result is sixteen. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #538723 by Nigelyul(18)\"\" \"About 
You can put this solution on YOUR website!
Let \"x\" be the 1st number
\n" ); document.write( "\"y\" be the 2nd number\r
\n" ); document.write( "\n" ); document.write( "\"x+=+4+%2B+5y\"
\n" ); document.write( "\"%28x%2By%29-6+=+16\"
\n" ); document.write( "\"4+%2B+5y+%2B+y+-+6+=+16\"
\n" ); document.write( "\"6y+-+2+=+16\"
\n" ); document.write( "\"6y+=+18\"
\n" ); document.write( "\"y+=+3\"\r
\n" ); document.write( "\n" ); document.write( "\"x+=+4+%2B+5%283%29\"
\n" ); document.write( "\"x+=+19\"\r
\n" ); document.write( "\n" ); document.write( "Therefore, the 1st number is 19 and the other is 3
\n" ); document.write( "
\n" );