Question 1082166
.
Find two real numbers x and y such that 2x+y=80 and A=xy is maximum
~~~~~~~~~~~~~~~~~~~~~~


<pre>
From 2x + y = 80 you have y = 80-2x.


Then A = xy = x*(80-2x), and you need to find the maximum of this quadratic function.


The zeros are at x = 0 and x = {{{80/2}}} = 40.

Hence, the maximum is achieved at x = {{{40/2}}} = 20, exactly at the mid-point between the zeroes.


Then the maximum value of A is A = x*(80-2x) = 20*(80-2*20) = 20*40 = 800.
</pre>

Solved.



{{{graph( 330, 330, -5.5, 50.5, -100.5, 1000.5,
          x*(80-2x)
)}}}


Plot y = x*(80-2x)



------------------
My other lessons in this site on finding the maximum/minimum of a quadratic function are 

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/HOW-TO-complete-the-square-of-a-quadratic-function-to-find-its-minimum-maximum.lesson>HOW TO complete the square to find the minimum/maximum of a quadratic function</A>

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/Briefly-on-How-to-complete-the-square-of-a-quadratic-function-to-find-its-minimum-maximum.lesson>Briefly on finding the minimum/maximum of a quadratic function</A>

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/HOW-TO-complete-the-square-to-find-the-vertex-of-a-quadratic-function.lesson>HOW TO complete the square to find the vertex of a parabola</A>

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/Briefly-on-finding-the-vertex-of-a-parabola.lesson>Briefly on finding the vertex of a parabola</A>

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/A-rectangle-with-the-given-perimeter-which-has-the-maximal-area-is-a-square.lesson>A rectangle with a given perimeter which has the maximal area is a square</A>

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/A-farmer-planning-to-fence-a-rectangular-garden-to-enclose-the-maximal-area.lesson>A farmer planning to fence a rectangular garden to enclose the maximal area</A>

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/A-farmer-planning-to-fence-a-rectangular-area-along-the-river--to-enclose-the-maximal-area.lesson>A farmer planning to fence a rectangular area along the river to enclose the maximal area</A>

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/A-rancher-planning-to-fence-two-adjacent-rectangular-corrals-to-enclose-the-maximal-area-.lesson>A rancher planning to fence two adjacent rectangular corrals to enclose the maximal area</A>



Also, you have this free of charge online textbook in ALGEBRA-I in this site

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/ALGEBRA-I-YOUR-ONLINE-TEXTBOOK.lesson>ALGEBRA-I - YOUR ONLINE TEXTBOOK</A>.


The referred lessons are the part of this textbook under the topic "<U>Finding minimum/maximum of quadratic functions</U>".