Question 1171790
the dose that will minimize the amount of radiation absorbed by the brain is shown in the following table.


<pre>
		min	<=2.7	<=6	>=6
x	y	brain	spine	tumor	center
6	6	5.4	2.4	6	6
7.4	4.5	5.21	2.67	5.95	6.24
8	3	4.7	2.7	5.5	6

</pre>


i believe the answer is 8 seconds from beam 1 and 3 seconds from beam 2.
that provides the minimum dose of radiationon your brain.



if your want your table to look like a table, then use the pre and /pre html tags.
these tags are preceded by a < and followed by a >.
that's how html recognizes them as tags.


i used them on your table and also used them on the table i showed you.


anything between these tags is shown exactly the way you typed them, with multiple spaces, tab spacing, etc.
i use spaces rather than tabs because i find it easier to control the spaces between columns, although you might be able to get away with tabs as well.
it works pretty good once you get the hang of it.
apparently, algebra.com text follows html rules, so you can do other things if you're familiar with html.


i used the desmos.com calculator to graph your problem, since it looks like the graphical approach is applicable.


x represents the number of seconds from beam 1.
y represents the number of seconds from beam 2.


the objective function is .4 * x + .5 * y.
this is the function you want to minimize.
it is the function you will analyze at each of the corner points in the region of feasibility on the graph.


using the desmos.com calculator, you graph the opposite of the constraint functions.


your constraint functions are:


.3x + .1y <= 2.7
.5x + .5y <= 6
.6x + .4y >= 6
x >= 0
y >= 0


you will graph the opposite of the inequalities.
specifically, you will graph:


.3x + .1y >= 2.7
.5x + .5y >= 6
.6x + .4y <= 6
x <= 0
y <= 0


the far out view of the graph is shown below.


<img src = "http://theo.x10hosting.com/2020/122705.jpg" >


the near in view of the graph is shown below.
this graph shows the (x,y) values at the corner points of the feasible region.
the feasible region is the unshaded portion of the graph.


<img src = "http://theo.x10hosting.com/2020/122706.jpg" >


the desmos.com calculator can be found at <a href = "https://www.desmos.com/calculator" target = "_blank">https://www.desmos.com/calculator</a>


i'll be available to answer any questions you might have about this.


theo