document.write( "Question 67005: find two integers whose difference is 23 and whose product is 195 \n" ); document.write( "
Algebra.Com's Answer #47640 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find two integers whose difference is 23 and whose product is 195 \n" ); document.write( "Let the integers by x and y \n" ); document.write( "EQUATIONS: \n" ); document.write( "x-y=23 \n" ); document.write( "xy=195 \n" ); document.write( "---------- \n" ); document.write( "Solve one for x: x=y+23 \n" ); document.write( "Substitute into the other to get: \n" ); document.write( "(y+23)y=195 \n" ); document.write( "y^2+23y-195=0 \n" ); document.write( "Use the quadratic formula to get: \n" ); document.write( "y=[-23+-sqrt(23^2-4*-195)]/2 \n" ); document.write( "y=[-23+-sqrt1309}/2 \n" ); document.write( "y=[-23+-36.18...]/2 \n" ); document.write( "This does not yield an integer. \n" ); document.write( "You may have posted your numbers incorrectly. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |