document.write( "Question 1097559: If the larger of two numbers is divided by the smaller, the quotient is 7 and the remainder is 19. But if 3 times the greater is divided by twice the smaller, the quotient is 11 and the remainder is 19. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #712002 by ikleyn(52786)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let x be the larger of the two numbers and y be the smaller.\r\n" );
document.write( "\r\n" );
document.write( "Then the condition gives you these two equations\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "x = 7y + 19,           (1)\r\n" );
document.write( "\r\n" );
document.write( "3x = 11*(2y) + 19.     (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Substitute (1) into (2). You will get\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "3*(7y + 19) = 22y + 19,    or\r\n" );
document.write( "\r\n" );
document.write( "21y + 57 = 22y + 19  ====>  y = 57 - 19 = 38.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then  x = 7*y + 19 = 7*38 + 19 = 285.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  The larger number is 285.  The smaller number is 38.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Check.   Check eq(1):  7*y+19 = 7*38+19 = 285 = x.             ! Correct !\r\n" );
document.write( "\r\n" );
document.write( "         Check eq(2):  3x = 3*285 = 11*2*38+19 = 11*(2x)+19.   ! Correct !\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Thanks to @MathTherapy for pointing my error in the earlier version.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );