document.write( "Question 1048379: For all positive integers x and y such that 1/x + 1/y = 1/12, find the greatest value that y can have.\r
\n" );
document.write( "\n" );
document.write( "What is the way to do this? Thanks! \n" );
document.write( "
Algebra.Com's Answer #664074 by robertb(5830)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\n" ); document.write( "<===> \n" ); document.write( "\n" ); document.write( "Since x and y are positive integers, x-12 must divide 12.\r \n" ); document.write( "\n" ); document.write( "===> x-12 = 1,2,3,4,6,12\r \n" ); document.write( "\n" ); document.write( "Obviously, the value of x-12 that would maximize y is 1, which would give x = 13. The corresponding value of y would be 156. \n" ); document.write( " |