Answer:
The system is composed of these two inequalities combined
y <= -x+4
y >= (1/3)x
-----------------------------------------------------------------------
Explanation:
The solid line has the boundary equation y = -x+4
This line goes through (0,4) and (4,0). Using the slope formula, we find that m = -1. Plugging m = -1 and (x,y) = (0,4) into y = mx+b leads to y = -x+4
The shading is below the solid line so we change the equal sign to a "less than or equal to" sign, which leads us to y <= -x+4
That takes care of the first inequality. We must use "or equal to" as part of the inequality to ensure the boundary is solid
------------
The second inequality is y > (1/3)x as the boundary line is y = (1/3)x. This line goes through (0,0) and (3,1). The slope is 1/3 and y intercept is 0
The boundary is a dashed line. This means we don't have "or equal to" as part of the inequality
Table for the question is attached in the picture below :
Answer:
SELECT distinct(TRUCK_ID), WEIGHT from SHIPMENT where WEIGHT < 800 ;
Step-by-step explanation:
The Structured query language (SQL) defined above, returns only the TRUCK_ID and Weight column from the shipment table as they are the only two columns listed after the select keyword. The condition is added using the WHERE keyword on the weight table, this filters the result returned to include only rows where the weight value is less than 800. The distinct keyword used alongside the TRUCK_ID column ensures that a certian TRUCK_ID value isn't returned more than once (Hence, it is used to avoid duplicates).
You need the total amount of how many animals
20 pounds beacuse you have to first divide the ton by pounds