document.write( "Question 940677: If the larger of the two numbers is divided by the smaller,the quotient and the reminder are 2 each.If 5 times the smaller number is divided by the larger,the quotient and the reminder are still 2 each.Find the two numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #573358 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let the larger number be x. \n" ); document.write( "let the smaller number be y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "larger number divided by smaller number = 2 + remainder of 2 becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x/y = 2 + 2/y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5 times smaller number divided by larger number= 2 + remainder of 2 becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5y/x = 2 + 2/x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x in the equation of x/y = 2 + 2/y to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 2y + 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace x with 2y + 2 in the equation of 5y/x = 2 + 2/x to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5y/(2y + 2) = 2 / (2y + 2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for y in this equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace y with 6 in the equation of x/y = 2 + 2/y to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "14/6 = 2 + remainder of 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5 * 6 = 30 / 14 = 2 + remainder of 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the solution is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |