Answer:
(0, 33) : Yes
(4.8, 30.5) : Yes
Step-by-step explanation:
height of at least 24 ft : y >= 24
horizontal distance of no more than 10 ft. : 0 <= x <= 10
The vertical height must be at least three times as high as the horizontal distance. No rocket should go higher than 33 ft.:
y >= 3x and y <= 33
So Constraints:
24 <= y <= 33
y >= 3x
0 <= x <= 10
Now check to see if those coordinate points meet all the constraints
(0, 33) : Yes
(4.8, 30.5) : Yes
(9, 26) : No (because 26 is less than (3 * 9) = 27)
(4, 36)
: No (because 36 > 33, must be 24 <= y <= 33)
(2, 22): No (because 22 <24, must be 24 <= y <= 33)
Same for me it won’t let me pick a certain topic
12 yards of white 8 yards of blue and 2 yards of pink
Answer:
the answer is 4
Step-by-step explanation:
I did the homework
Answer:
area (A) =(9x+108)unit^2
perimeter (P) =(2x+42) units
Step-by-step explanation:
area(A) =length(l) × breadth(b)
perimeter(P) =2(l+ b) {which is sum of all sides}
so, l = 7+x+5 = (x+12) units and b = 9 units
now, A=(x+12) × 9 units^2
=(9×x + 12×9 ) units^2
Therefore,
A =(9x+108)unit^2
next, P=2{(x+12)+9}
=2(x+21)
Hence,
P=(2x+42) units