document.write( "Question 192593: Find two positive integers whose difference is 4 and whose product is 96 \n" ); document.write( "
Algebra.Com's Answer #144585 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let x & x=4 be the 2 integers. \n" ); document.write( "x(x+4)=96 \n" ); document.write( "x^2+4x-96=0 \n" ); document.write( "(x-8)(x=12)=0 \n" ); document.write( "x-8=0 \n" ); document.write( "x=8 ans. for the smaller integer. \n" ); document.write( "8+4=12for the larger integer. \n" ); document.write( "Proof: \n" ); document.write( "8*12=96 \n" ); document.write( "96=96 \n" ); document.write( " |