Answer:
option is C
Step-by-step explanation:
did u forget me?????
It weighs 24 ounces. I got this by multiplying 6 by 16 (number of ounces in a pound) and dividing by 4 (number of quarts in a gallon)
The answer should be C. y=-3x+7
use the formula y=mx+b where mx is the slope and b is the y-intercept.
in this case, the slope is decreasing by 3 so -3 would fit in for mx. if you look on the y-int you’ll see that the value is positive 7.
when you put this together, you’d get the equation y=-3x+7
hope this helps.
Answer:
integers ∪ [0, ∞)
Step-by-step explanation:
The floor function gives the largest integer not greater than the input value. For non-negative numbers, that is the integer portion of the number, as Jim says.
However, for negative numbers, the floor is one less than the integer portion of any number that has a non-zero fractional part.
floor(1.2) = 1
floor(0.2) = 0
floor(-0.2) = -1
floor(-1.2) = -2
For any integer, negative or otherwise, the floor function gives that integer value.
Jim is correct on the domain of all integers and positive non-integers.