Answer:
The largest possible volume V is ;
V = l^2 × h
V = 20^2 × 10 = 4000cm^3
Step-by-step explanation:
Given
Volume of a box = length × breadth × height= l×b×h
In this case the box have a square base. i.e l=b
Volume V = l^2 × h
The surface area of a square box
S = 2(lb+lh+bh)
S = 2(l^2 + lh + lh) since l=b
S = 2(l^2 + 2lh)
Given that the box is open top.
S = l^2 + 4lh
And Surface Area of the box is 1200cm^2
1200 = l^2 + 4lh ....1
Making h the subject of formula
h = (1200 - l^2)/4l .....2
Volume is given as
V = l^2 × h
V = l^2 ×(1200 - l^2)/4l
V = (1200l - l^3)/4
the maximum point is at dV/dl = 0
dV/dl = (1200 - 3l^2)/4
dV/dl = (1200 - 3l^2)/4 = 0
3l^2= 1200
l^2 = 1200/3 = 400
l = √400
I = 20cm
Since,
h = (1200 - l^2)/4l
h = (1200 - 20^2)/4×20
h = (800)/80
h = 10cm
The largest possible volume V is ;
V = l^2 × h
V = 20^2 × 10 = 4000cm^3
Answer:
Step-by-step explanation:
Given a general quadratic formula given as ax²bx+c = 0
To generate the general formula to solve the quadratic equation, we can use the completing the square method as shown;
Step 1:
Bringing c to the other side
ax²+bx = -c
Dividing through by coefficient of x² which is 'a' will give:
x²+(b/a)x = -c/a
- Completing the square at the left hand side of the equation by adding the square of half the coefficient x i.e (b/2a)² and adding it to both sides of the equation we have:
x²+(b/a)x+(b/2a)² = -c/a+(b/2a)²
(x+b/2a)² = -c/a+(b/2a)²
(x+b/2a)² = -c/a + b²/4a²
- Taking the square root of both sides
√(x+b/2a)² = ±√-c/a + b²/√4a²
x+b/2a = ±√(-4ac+b²)/√4a²
x+b/2a =±√b²-4ac/2a
- Taking b/2a to the other side
x = -b/2a±√√b²-4ac/2a
Taking the LCM:
x = {-b±√b²-4ac}/2a
This gives the vertex form with how it is used to Solve a quadratic equation.
Answer: a rectangular prism
Step-by-step explanation:
8920000000.
Since the problem is asking for a positive 10^9 power, the final number with be greater than 8.92
9514 1404 393
Answer:
dy/dx = y/(2x)
Step-by-step explanation:
The product formula can be used, along with the power rule.
d(uv) = du·v +u·dv
__
d(y^2/x) = d(18)
2y·dy/x -y^2/x^2·dx = 0
2x·dy -y·dx = 0 . . . . . . . . multiply by x^2/y
dy/dx = y/(2x) . . . . . . . . add y·dx, divide by 2x·dx