document.write( "Question 640322: the difference of two numbers greater than 1 is 11, and their product is 42 \n" ); document.write( "
Algebra.Com's Answer #403138 by sachi(548) You can put this solution on YOUR website! let the nos be A & B \n" ); document.write( "then A-B=11 -------1 \n" ); document.write( "& AB=42 -------2 \n" ); document.write( "then A+B=sqrt[(A-B)^2+4AB]=sqrt[11^2+4*42]=sqrt[121+168] \n" ); document.write( "=sqrt289=17 \n" ); document.write( "so A+B=17 ---------3 \n" ); document.write( "now from eqns 1 & 3 \n" ); document.write( "we get A=[11+17]/2=14 & B=[17-11]/2=3 ans \n" ); document.write( " |