Answer:
the ...ha answer is =99 in.^3
Answer:
x = 20
Step-by-step explanation:
Given
120 = 6x
Solve for x by dividing both sides by the multiplier 6
x =
= 20
Both of the other angles are 40° because a triangle has a total angle of 180° and an isosceles triangle means that at least two of the sides have to be the same length (two angles must be the same)
180 - 100= 80
80 ÷ 2 = 40
X+y<=20 is false, because it tries to correlate the amount of hats and scarfs with the time, without considering the time to knit each object
x<=5 is correct, he can at most make 5 hats for more he is missing yarn
y<=8 is correct, same reasoning but with scarfs
5x+8y<=20 is false, it compares the yarn requirements with the total time
12x+6y<=20 is correct, a corrected version of the first constraint which uses the worktime of each object essentially meaning "the time worked on all objects has to be less than the 20 hour time total"
so
x<=5
y<=8
12x+6y<=20
are correct