Hello,
100a²-49b²=(10a)²-(7b)²=(10a-7b)(10a+7b)
===================================
It's false. It's a product so...
Derivative of the first TIMES the second PLUS derivative of second TIMES the first.
Derivative of the first (x^3) = 3x^2
Times the second = 3x^2 * e^x
Derivative of the second = e^x (remains unchanged)
Times the first = e^x * x^3
So the answer would be (3x^2)(e^x) + (e^x)(x^3)
which can be factorised to form x^2·e^x(3 + x)
9514 1404 393
Answer:
f(x) = {-x for x < 2; 2x-3 for x ≥ 2}
Step-by-step explanation:
The blue line extending to the left has a slope of -1 and a y-intercept of 0. Its equation is y = -x. That part of the definition of f(x) is applicable for values of x less than 2. (The open dot at (2, -2) tells you that point is not included.)
The red line extending to the right has a slope = rise/run = 2/1 = 2. The y-intercept can be found by extending the line to the y-axis, or from the computation ...
b = y -mx
b = 1 -2(2) = -3 . . . . . for the point (x, y) = (2, 1)
Then the slope-intercept equation for the red line is ...
y = 2x -3
That part of the definition of f(x) is applicable for values of x ≥ 2. The solid dot tells you the point (2, 1) is included.
Putting these parts together, we get ...