The x-intercepts are indeed -1 and 1.
The increasing intervals are listed as (-1, 0) u (1, infinity) not because -1 and 1 are not included points of the function, but because the function is not differentiable in those points, so you can't tell whether the function is increasing or decreasing there.
Answer:
y = x + 4
Step-by-step explanation:
The equation of the line is
y = mx + c
Step 1: find the slope
m = y2 - y1 / x2 - x1
Give points
( 2 , 6) ( -2 ,2)
x1 = 2
y1 = 6
x2 = -2
y2 = 2
m = 2 - 6 / -2 - 2
m = -4 / -4
m = 1
y = mx + c
y = 1x + c
y = x + c
Step 2: sub any of the two points given into the equation
( 2 , 6)
x = 2
y = 6
y = x + c
6 = 2 + c
6 - 2 = c
c = 4
Step 3: sub c into the equation
y = x + 4
The equation of the line is
y = x + 4
Answer:
A blood bank needs 6 people to help with a blood drive. 11 people have volunteered. Find how many different groups of 6 can be formed from the 11 volunteers.
Step-by-step explanation:
A blood bank needs 6 people to help with a blood drive. 11 people have volunteered. Find how many different groups of 6 can be formed from the 11 volunteers.
We can use point slope form then convert to slope intercept
point slope
y-y1=m(x-x1)
m=slope
(x1,y1) is a givn point
point is (2,5)
slope is 3/4
y-5=3/4(x-2)
y-5=3/4x-6/2
add 5
y=3/4x-3+5
y=3/4x+2