document.write( "Question 252829: One of two positive integers is 8 more than the other. If the product of the two integers is 84, find the integers. Must be solved in an algebraic solution. \n" ); document.write( "
Algebra.Com's Answer #184945 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the numbers be x and x+8 \n" ); document.write( "x(x+8)=84 \n" ); document.write( "x^2+8x-84=0 \n" ); document.write( "(x+14)(x-6)=0 \n" ); document.write( "x=6, x+8=14 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |