document.write( "Question 474867: the product of two integers is 84. one integer is 8 more than the other what are the two integers?
\n" );
document.write( "let x= the integer more than the other
\n" );
document.write( "x+4=\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #325625 by richard1234(7193) You can put this solution on YOUR website! You want to let x, x+8 be the integers instead of x, x+4. Then x(x+8) = 84,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + 8x - 84 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x - 6)(x + 14) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 6 or x = -14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Integers are (6, 14) or (-14, -6). \n" ); document.write( " |