document.write( "Question 784731: find two consecutive natural numbers such that the difference of their reciprocals is 1/4 the reciprocal of the smallest number \n" ); document.write( "
Algebra.Com's Answer #806281 by CubeyThePenguin(3113) You can put this solution on YOUR website! (duplicate question)\r \n" ); document.write( "\n" ); document.write( "consecutive natural numbers: x, (x+1)\r \n" ); document.write( "\n" ); document.write( "1/x - 1/(x+1) = 1/4x \n" ); document.write( "4(x+1) - 4x = x+1 \n" ); document.write( "4x + 4 - 4x = x + 1 \n" ); document.write( "4 = x + 1 \n" ); document.write( "x = 3\r \n" ); document.write( "\n" ); document.write( "numbers: 3, 4 \n" ); document.write( " |