12-3=9 they switch up and it still equals the same thing
X+y=62 ; x-y=12 Solve for x in one equation and plug that value into the other equation. ===> x=12+y ; 12+y+y=62 Subtract 12 to both sides (2y=50), then divide by 2 to find y (y=25). Now, plug 25 as y into x=12+y, getting x=37. Your two numbers are 37 and 25.
Area of a rectangle: A = 24 a² b
Length: L = 8 a b²
Width: W = A / L = 24 a² b / 8 a b²
Answer: W = 3 a / b
First, you need to find the derivative of this function. This is done by multiplying the exponent of the variable by the coefficient, and then reducing the exponent by 1.
f'(x)=3x^2-3
Now, set this function equal to 0 to find x-values of the relative max and min.
0=3x^2-3
0=3(x^2-1)
0=3(x+1)(x-1)
x=-1, 1
To determine which is the max and which is the min, plug in values to f'(x) that are greater than and less than each. We will use -2, 0, 2.
f'(-2)=3(-2)^2-3=3(4)-3=12-3=9
f'(0)=3(0)^2-3=3(0)-3=0-3=-3
f'(2)=3(2)^2=3(4)-3=12-3=9
We examine the sign changes to determine whether it is a max or a min. If the sign goes from + to -, then it is a maximum. If it goes from - to +, it is a minimum. Therefore, x=-1 is a relative maximum and x=1 is a relative miminum.
To determine the values of the relative max and min, plug in the x-values to f(x).
f(-1)=(-1)^3-3(-1)+1=-1+3+1=3
f(1)=(1)^3-3(1)+1=1-3+1=-1
Hope this helps!!