document.write( "Question 221214: Suppose that X represents one of two positive numbers whose sum is 50. Determine a function F that represents the product of these two numbers. For what two such numbers is the product equal to 400? \n" ); document.write( "
Algebra.Com's Answer #165973 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that X represents one of two positive numbers whose sum is 50. Determine a function F that represents the product of these two numbers. For what two such numbers is the product equal to 400? \n" ); document.write( "---------------- \n" ); document.write( "1st number: x \n" ); document.write( "2nd number: 50-x \n" ); document.write( "-------------------------- \n" ); document.write( "Product = 400 \n" ); document.write( "x(50-x)-400 = 0 \n" ); document.write( "-x^2+50x-400 = 0 \n" ); document.write( "x^2 - 50x + 400 = 0 \n" ); document.write( "(x-10)(x-40) = 0 \n" ); document.write( "x = 10 and x = 40 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |