document.write( "Question 328644: Two numbers. The sum of two numbers is 8.5, and their product is 18. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #235430 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x \n" ); document.write( "the other number will be (8.5-x) \n" ); document.write( ".. \n" ); document.write( "The product = x(8.5-x) =18 \n" ); document.write( "8.5x-x^2=18 \n" ); document.write( "multiply by 10 \n" ); document.write( "85x-10x^2=180 \n" ); document.write( "rearrange the terms \n" ); document.write( "10x^2-85x+180=0 \n" ); document.write( "10x^2-40x-45x+180=0 \n" ); document.write( "10x(x-4)-45(x-4)=0 \n" ); document.write( "(x-4)(10x-45) \n" ); document.write( "x= 4 OR x=4.5\r \n" ); document.write( "\n" ); document.write( "both satisfy the condition \n" ); document.write( "the numbers are 4 & 4.5 \n" ); document.write( " |