MHB Finding $max(a+b+c)$ Given $a\in Z, b,c\in R$

  • Thread starter Thread starter Albert1
  • Start date Start date
AI Thread Summary
The discussion focuses on maximizing the expression $max(a+b+c)$ under the constraints that $a$ is an integer, while $b$ and $c$ are real numbers, with the conditions $a > b$ and $a > c$. The equations provided are $a + 2b + 3c = 6$ and $abc = 5$. Participants explore the implications of these constraints and equations to determine the maximum value of $a + b + c$ given that the minimum value of $a$ is $k$. The conversation emphasizes the relationship between the variables and the need to satisfy both equations simultaneously. Ultimately, the goal is to find the optimal values that fulfill all conditions.
Albert1
Messages
1,221
Reaction score
0
$a\in Z,\,\, b,c\in R$
$a>b ,\,\, and ,\, a>c$
given:
$a+2b+3c=6---(1)$
$abc=5---(2)$
if :$min(a)=k$
find: $max(a+b+c)$
 
Mathematics news on Phys.org
Albert said:
$a\in Z,\,\, b,c\in R$
$a>b ,\,\, and ,\, a>c$
given:
$a+2b+3c=6---(1)$
$abc=5---(2)$
if :$min(a)=k$
find: $max(a+b+c)$

from (1) and (2) we know :$a\in N$
$c=\dfrac {6-2b-k}{3}=\dfrac {5}{kb}$
we have:$2kb^2+b(k^2-6k)+15=0----(*)$
if $b \in R $ then :
$(k^2-6k)^2\geq120k$
or:$k(k-6)^2\geq 120$
$\therefore min(a)=k=10$
from (*):$4b^2+8b+3=0 $
and $b=\dfrac {-1}{2} or,\, \dfrac {-3}{2}$
and :$(a,b,c)=(10,\dfrac {-1}{2}, -1)$
or :$(a,b,c)=(10,\dfrac {-3}{2}, \dfrac {-1}{3})$
$\therefore max(a+b+c)=10-\dfrac {1}{2}-1=\dfrac{17}{2}$
 
Last edited:
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.

Similar threads

Back
Top