Answer:
156
Step-by-step explanation:
Using PEMDAS: We do the paranthese first:
7 * 22 + (8-2) / 3.
7 * 22 + 6 / 3.
Multiply / Divide:
154 + 6 / 3
154 + 2
156
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).
1. 5x/2 +y=-3
2. False
3. y= -5x-37 because y=mx-b
4. y= 1/5 x - 1 because y=mx-b
M= the slope and b represents the intercept.
Answer:
A certain shade of pink us created by adding 3 cups of red paint to 7 cups of white paint
Step-by-step explanation:
Constant of proportionality is the constant value of the ratio of two proportional quantities x and y; usually written y = kx, where k is the factor of proportionality.
To make color pink,
for every 3 cups of red , we need 7 cups of white.
Let 'r' be the cups of red required
let 'w' be the cups of white required
so , as per the question
for 3 r we need = 7 w
r = 7/3 w
so, 7/3 is constant of proportionality
Answer:
If Lauren spend 2/3 of her 24-hour computer time doing homework, this means she spent 16 hours doing homework. Each third of the 24 hours is 8 hours, so two thirds would be 16 hours.