To find the equations what you have to do is use the given points and the slope.
If the line is parallel then the slope will be the same and if it is perp. then the slope will be opposite an reciprocal.
So, you use the point slope form, y-y1 = m(x-x1), and then simplify it to get to the slope intercept form.
y1 is the y coordinate of the given point, m is the slope and x1 is the x coordinate of the given point.
22) The line is parallel so the slope are going to be the same.
y - 5 = 4 (x - 2)
y - 5 = 4x - 8
y = 4x - 3
So the equation parallel to that line would be y = 4x - 3
26) The line is perp. so the slope will be opposite and reciprocal.
y - (3) = -1/2 (x - (-4))
y + 3 = -1/2 (x + 4)
y + 3 = -1/2x - 2
y = -1/2 x - 5
So the equation to the perp. line will be y = -1/2x - 5
It’s is A, it’s the rotation of the triangle given to you.
The first 5 outputs are:

As you can see, the outputs keep doubling each time we increment x by 1.
This can be written formally, observing that if you know the value of
, the next value will be

So, again, we've shown that the next value is twice the previous one, so you have

Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer:
y - 7 = 4(x - 35)
Step-by-step explanation:
The fundamental theorem of calculus states that:
= f(x).
So using the fundamental theorem of calculus, you can find that h'(x) = f(x).
The question tells you that f(x) is periodic with a period of 8, so f(x) repeats itself every 8 units.
Using this, you can find that the slope of h(x) at x = 35 is the same as the slope of h(x) at x = 3, which is 4.
The slope of h(x) at x = 35 is 4.
Now I have to find the value of h(x) when x = 35. It is the area under f(x) from 0 to 35.
The area underneath f(x) from 0 to 35 is 7. When x = 35, h(x) = 7.
Now use the point-slope formula to write the equation of the tangent line.
The answer is <u>y - 7 = 4(x - 35)</u>