document.write( "Question 440370: The product of two consecutive odd integers is 143. Find all pairs of integers that satisfy this condition. \n" ); document.write( "
Algebra.Com's Answer #304229 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Nx(N+2)=143 \n" ); document.write( "N2+2N-143=0 \n" ); document.write( "(N+13)(N-11)=0 \n" ); document.write( "N=-13 or 11.. \n" ); document.write( " |