document.write( "Question 503739: the difference of the reciprocals of two consecutive odd numbers is 1/84. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #339399 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the difference of the reciprocals of two consecutive odd numbers is 1/84. find the numbers. \n" ); document.write( "** \n" ); document.write( "let x=odd number \n" ); document.write( "x+2 =consecutive odd number \n" ); document.write( ".. \n" ); document.write( "(1/x)-(1/(x+2))=1/84 \n" ); document.write( "LCD:x(x+2)(84) \n" ); document.write( "84(x+2)-84x=x(x+2) \n" ); document.write( "84x+168-84x=x^2+2x \n" ); document.write( "x^2+2x-168=0 \n" ); document.write( "(x+14)(x-12)=0 \n" ); document.write( "x=-14 \n" ); document.write( "x+2=-12 \n" ); document.write( "or \n" ); document.write( "x=12 \n" ); document.write( "x+2=14 \n" ); document.write( ".. \n" ); document.write( "ans: \n" ); document.write( "-14 and -12 \n" ); document.write( "or \n" ); document.write( "12and 14 \n" ); document.write( ".. \n" ); document.write( "note: answers came out even consecutive numbers. You might want to check with another tutor or teacher. Maybe I am missing something. \n" ); document.write( " |