Question 908909
b, how many banana bread loaves
n, how many nut bread loaves


Choice will be made to use b for the horizontal axis and n for the vertical axis.


At most 10 loaves:
{{{b+n<=10}}}
{{{n<=-b+10}}}


At least $24 in sales:
{{{(1.25)b+(1.5)n>=24}}}
{{{1.5n>=-1.25b+24}}}
{{{n>=-(5/6)b+16}}}


{{{graph(300,300,-2,10,-2,10,x+y<=10,1.25x+1.5y>=24)}}}


Any overlap of the two inequalities?


Take a look at each LINE represented:
{{{graph(300,300,-2,16,-2,16,y=-x+10,y=-(5/6)x+16)}}}


<b>This problem has NO practical solution.</b>