subject
Mathematics, 06.12.2021 19:20 AnastasiaJauregui

Let $S$ denote the yellow region, shown below. [asy]
unitsize(0.5 cm);

int x, y;

fill((0,8)--(0,6)--(2,2)--(4,1)--(9 ,0)--(10,0)--(10,8)--cycle, yellow);

for (x = 1; x <= 10; ++x) {
draw((x,0)--(x,8),gray(0.7));
}

for (y = 1; y <= 8; ++y) {
draw((0,y)--(10,y),gray(0.7));
}

draw((0,0)--(10,0));
draw((0,0)--(0,8));
draw((0,8)--(0,6)--(2,2)--(4,1)--(9 ,0)--(10,0)--(10,8)--cycle);

label("$x$", (10,0), E);
label("$y$", (0,8), N);
label("$0$", (0,0), S);
label("$10$", (10,0), S);
label("$0$", (0,0), W);
label("$8$", (0,8), W);

dot((0,6));
dot((2,2));
dot((4,1));
dot((9,0));
[/asy]

(a) For all points $(x, y)$ in $S,$ what is the minimum value of $x + y$?

(b) For all points $(x, y)$ in $S,$ what is the minimum value of $x + 3y$?

ansver
Answers: 2

Another question on Mathematics

question
Mathematics, 21.06.2019 13:00
Which of the following system of equation is not equal to the system of equations is not equal to the system of equations shown below
Answers: 3
question
Mathematics, 21.06.2019 21:30
The measures of the legs of a right triangle are 15m and 20m . what is the length of the hypotenuse
Answers: 1
question
Mathematics, 21.06.2019 23:30
If the car had not hit the fence, how much farther would it have skidded? solve the skid-distance formula to find the extra distance that the car would have traveled if it had not hit the fence. round your answer to two decimal places. note that unit conversion is built into the skid distance formula, so no unit conversions are needed.
Answers: 2
question
Mathematics, 22.06.2019 00:00
Iwill arward ! , i if bt ≅ eu , bu ≅ et , prove: ∠b ≅ ∠e. fill in the blanks: draw segment ut ≅ bt≅ bu ≅ △ubt ≅ △
Answers: 1
You know the right answer?
Let $S$ denote the yellow region, shown below. [asy]
unitsize(0.5 cm);

int x, y;...
Questions