document.write( "Question 1107689: A machine comes in 2 sections. The weights of the section are x kg and b kg. The cost, c, of the machine (in dollars) is given by c=2x+b. The earning capacity, y, of the machine is given by y=x(x+b). If c has the fixed value 10, express y as a function of x and hence find the value of x for which y is a maximum. Find the maximum value of y. [Please do not use differentiation]. \n" ); document.write( "
Algebra.Com's Answer #722747 by Theo(13342) You can put this solution on YOUR website! you have 2 equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c = 2x + b is the first equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = x * (x + b) is the second equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that c = 10 which makes the first equation 10 = 2x + b.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you solve this first equation for b, you get b = 10 - 2x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace b in the second equation with this to get y = x * (x + 10 - 2x).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify that to get y = x * (10 - x).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify further to get y = 10x - x^2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "reorder the terms in descending order of degree to get y = -x^2 + 10x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's a quadratic equation in the form of y = ax^2 + bx + c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in that equation, a = -1 and b= 10.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the maximum value of y in that equation is when x = -b/2a.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this results in x = -10/-2 which results in x = 5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 5, the value of y is equal to -5^2 + 10*5= -25 + 50 = 25.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your maximum value of y should be 25.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you graph the equation of y = -x^2 + 10x, it will look like this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can see that the maximum value of the equation is y = 25 when x = 5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |