C. 44 you need to do pendas
Answer:
- zeros: x = -3, -1, +2.
- end behavior: as x approaches -∞, f(x) approaches -∞.
Step-by-step explanation:
I like to use a graphing calculator for finding the zeros of higher order polynomials. The attachment shows them to be at x = -3, -1, +2.
__
The zeros can also be found by trial and error, trying the choices offered by the rational root theorem: ±1, ±2, ±3, ±6. It is easiest to try ±1. Doing so shows that -1 is a root, and the residual quadratic is ...
x² +x -6
which factors as (x -2)(x +3), so telling you the remaining roots are -3 and +2.
___
For any odd-degree polynomial with a positive leading coefficient, the sign of the function will match the sign of x when the magnitude of x gets large. Thus as x approaches negative infinity, so does f(x).
Answer:
17
Step-by-step explanation:
575/32=17.96875 or 17
This is always ''interesting'' If you see an absolute value, you always need to deal with when it is zero:
(x-4)=0 ===> x=4,
so that now you have to plot 2 functions!
For x<= 4: what's inside the absolute value (x-4) is negative, right?, then let's make it +, by multiplying by -1:
|x-4| = -(x-4)=4-x
Then:
for x<=4, y = -x+4-7 = -x-3
for x=>4, (x-4) is positive, so no changes:
y= x-4-7 = x-11,
Now plot both lines. Pick up some x that are 4 or less, for y = -x-3, and some points that are 4 or greater, for y=x-11
In fact, only two points are necessary to draw a line, right? So if you want to go full speed, choose:
x=4 and x= 3 for y=-x-3
And just x=5 for y=x-11
The reason is that the absolute value is continuous, so x=4 works for both:
x=4===> y=-4-3 = -7
x==4 ====> y = 4-11=-7!
abs() usually have a cusp int he point where it is =0
Hope it helps, despite being this long!
Answer:
3.58
Step-by-step explanation:
Given :
y = 2x + 4 -------- eq1
y = 2x - 4 -------- eq2
sanity check : both equations have same slope, so we can conclude that they are both parallel to one another.
Step 1: consider equation 1, pick any random x-value and find they corresponding y-value. we pick x = -2
This gives us y = 2(-2) + 4 = 0
Hence we get a point (x,y) = (-2,0)
Step 2: express equation 2 in general form (i.e Ax + By + C = 0)
y = 2x-4 -------rearrange---> 2x - y -4 = 0
Comparing with the general form, we get A = 2, B = -1, C = -4
Recall that the distance between 2 parallel lines is given by the attached formula (see attached picture).
substituting the values for A, B, C and (x, y) from the previous step:
d = | (2)(-2) + (-1)(0) + (-4) | / √(2² + (-1)²)
d = | -4 + 0 - 4 | / √(4 + 1)
d = | -8 | / √5
d = 8 / √5
d = 3.5777
d = 3.58 (rounded 2 dec. pl)