..... 40.5 ...............
Answer:
p = 23 and p = -22
Step-by-step explanation:
| 2p -1 | =45
Absolute value equations have 2 solutions, one positive value and one negative
2p-1 = 45 and 2p-1 = -45
Add 1 to all sides
2p-1+1 = 45+1 and 2p-1+1 = -45+1
2p = 46 2p = -44
Divide by 2
2p/2 = 46/2 and 2p/2 = -44/2
p = 23 and p = -22
Answer:
X = 8, y = 8
Step-by-step explanation:
This question is an optimization problem. Two equations are going to be needed here
n = x+y
P = xy
Such that 64 = xy
When we divide through by x we get:
y = 64/x
So that n becomes:
n = x + 64/x
n = x+64x^-1
We take derivative
n' = 1-64x^-2
When n' = 0 then a min|max occurs
0 = 1-64x^-2
Such that:
64/x² = 1
Divide through by x²
64 = x²
x = √64
x = 8
Remember y = 64/x
So,
Y = 64/8
Y = 8.
X = 8, y = 8
Thank you!