document.write( "Question 893233: Ginf two consecutive positive integers whose product is 380. \n" ); document.write( "
Algebra.Com's Answer #541158 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! N(n+1)=380 \n" ); document.write( "N^2+n=380 \n" ); document.write( "N^2+n-380=0 \n" ); document.write( "(n+20)(n-19)=0 \n" ); document.write( "N=19,-20 \n" ); document.write( "The integers are 19 and 20 \n" ); document.write( " |