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 #165972 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Let x and y be numbers \n" ); document.write( ". \n" ); document.write( "x+y =50,,,,or x= 50-y \n" ); document.write( ". \n" ); document.write( "product = x*y = 400,,,,subst \n" ); document.write( ". \n" ); document.write( "(50-y) * y = 400 \n" ); document.write( ". \n" ); document.write( "50y -y^2 =400 \n" ); document.write( ". \n" ); document.write( "0= y^2 -50y +400 \n" ); document.write( ". \n" ); document.write( "(y-10) (y-40) = 0 \n" ); document.write( ". \n" ); document.write( "y=10, or,,,y=40 \n" ); document.write( ". \n" ); document.write( "whereas,, x= 40 or x=10 \n" ); document.write( ". \n" ); document.write( "therefore,,,numbers are 10,,,and 40 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "check 10+40 = 50,,,ok,,,,,,10*40 = 400,,,ok \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |