document.write( "Question 825272: The product of two consecutive numbers is 272. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #497175 by faceoff57(108) You can put this solution on YOUR website! The product of two consecutive numbers is 272. Find the numbers \n" ); document.write( "X, x+1 \n" ); document.write( "X(x+1)=272 \n" ); document.write( "X^2+x=272 \n" ); document.write( "X^2+x-272=0 \n" ); document.write( "(X-16)(x-17)=0 \n" ); document.write( "X-16=0 \n" ); document.write( "X=16 \n" ); document.write( "X-17=0 \n" ); document.write( "X=17 \n" ); document.write( "16,17 \n" ); document.write( " |