document.write( "Question 117496: \r
\n" );
document.write( "\n" );
document.write( "the sum of the recipricals of two consecutive integers is 7/12. find the two intergers \n" );
document.write( "
Algebra.Com's Answer #85520 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! let the integers be x & (x+1). \n" ); document.write( "(1/x)+[1/(x+1)]=7/12 find a common denominator and combine these fractions on the left. x(x+1) \n" ); document.write( "(x+1+x)/x(x+1)=7/12 \n" ); document.write( "(2x+1)/(x^2+x)=7/12 now cross multiply \n" ); document.write( "7(x^2+x)=12(2x+1) \n" ); document.write( "7x^2+7x=24x+12 \n" ); document.write( "7x^2+7x-24x-12=0 \n" ); document.write( "7x^2-17x-12=0 \n" ); document.write( "(7x+4)(x-3)=0 \n" ); document.write( "x-3=0 \n" ); document.write( "x=3 answer \n" ); document.write( "so the integers are 3 & 4 \n" ); document.write( "proof \n" ); document.write( "1/3+1/4=7/12 \n" ); document.write( "(4+3)/12=7/12 \n" ); document.write( "7/12=7/12 \n" ); document.write( " |