document.write( "Question 435574: what are two consecutive positive integers where the product is 168? \n" ); document.write( "
| Algebra.Com's Answer #304527 by Cabdiqafaar(9)     You can put this solution on YOUR website! Let first number be x and second x+2 \n" ); document.write( "x+x+2=168 \n" ); document.write( "2x+2=168 \n" ); document.write( "2x=168-2 \n" ); document.write( "2x=166 \n" ); document.write( "divide both sides by 2 \n" ); document.write( "x=83 \n" ); document.write( "x+2= 83+2=85 \n" ); document.write( "the two numbers are \n" ); document.write( "83 and 85 \n" ); document.write( " \n" ); document.write( " |