Answer:
4/9
Step-by-step explanation:
If we let x as the number of years of service in the company and f(x) as the increase in the wage, the step wise function that describes the scenario is
f(x) = { 0.5, x < 3
{ 1.0, 3 ≤ x < 6
{ 1.5, 6 ≤ x < 9
{ 2.0, 9 ≤ x < 12
The point (2, 12) represents the wage increase of x < 12
Answer:
D.1440
Step-by-step explanation:
V=lxwxh
10x12x12
1440
Answer:
(0,0), (1,1), (2,2)
Step-by-step explanation:
When testing to find possible points in situations like this, I always start by testing with the origin point (0,0).
In this case:
4x+6y<24 ==> 0 + 0 < 24 TRUE, it satisfies the inequality.
We then try with (1,1):
4x+6y<24 ==> 4 + 6 < 24 TRUE, it satisfies the inequality.
And with (2,2):
4x+6y<24 ==> 8 + 12 < 24 TRUE, it satisfies the inequality.
Hey there!!
How do we find the equation of a line ?
Ans : We take the slope and the y - intercept and get them together.
How do you find slopes?
Ans - In order to find slop, we will need to use the slop formula which is
( y₂ - y₁ ) / ( x₂ - x₁ )
The two points shown in the above question are
( 4 , -8 ) and ( 8 , 5 )
y₂ = 5 , y₁ = -8 and x₂ = 8 , x₁ = 4
Now plug in the values:
( 5 + 8 ) / ( 8 - 5 )
13 / 3
Hence, the slope is 13/3
The basic formula : y = mx + b
Where b is the y-intercept and m is the slope.
We have found the slope, hence, the formula would become
... y = 13/3 x + b
Now take a coordinate and substitute it .
I will take ( 8 , 5 )
x = 8 and y = 5
Now plug in the values
... 5 = 13/3 × 5 + b
... 5 = 65/3 + b
Subtract 65/3 on both sides
... 5 - 65/3 = b
... -50/3 = b
Hence, the y-intercept is -50/3
Now plug in all the values to get the total equation...
The final equation : y = 13x/3 - 50/3
... y = 13x - 50 / 3
Hope my answer helps!!