document.write( "Question 373161: The difference of the reciprocals of two consecutive even integers is 1/12 Find the Integers \n" ); document.write( "
Algebra.Com's Answer #265656 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! The difference of the reciprocals of two consecutive even integers is 1/12 Find the Integers\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let n be one integer \n" ); document.write( "let n + 2 be the next consecutive even integer \n" ); document.write( "1/n - 1/(n + 2) = 1/12 \n" ); document.write( "12/n - 12/(n + 2) = 1 \n" ); document.write( "12 - 12n/(n + 2) = n \n" ); document.write( "12(n + 2) - 12n = n(n + 2) \n" ); document.write( "12n + 24 - 12n = n^2 + 2n \n" ); document.write( "24 = n^2 + 2n \n" ); document.write( "0 = n^2 + 2n - 24 \n" ); document.write( "0 = (n - 4)(n + 6) (by FOIL this same, 6n - 4n = 2n) \n" ); document.write( "n = 4 or n = -6 \n" ); document.write( "check: \n" ); document.write( "1/4 - 1/6 = 1/4 * 3/3 - 1/6 * 2/2 = 3/12 - 2/12 = 1/12, yes \n" ); document.write( "1/(-6) - 1/(-4) = -1/6 + 1/4 = -1/6 * 2/2 + 1/4 * 3/3 = -2/12 + 3/12 = 1/12, yes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4 and 6 or -6 and -4 are answers \n" ); document.write( " \n" ); document.write( " |