Answer:
Step-by-step explanation:
The formula you should use is
b = 7 * h
You can try any value to see what happens
Let h = 3
b = 3*7
b = 21
4
So the perimeter(P) of a rectangle would be:
P= 2L+2W
L being the length and W being the width.
The problem says the length is 4cm more than the width, so L= 4+W.
So if we substitute L with 4+W, we get:
P= 2(4+W) + 2W
Use the Distributive Property
P= 8+2W+2W
Combine like terms
P=8+4W
Since we're given the perimeter, we could replace P with 52. So:
52=8+4W
Subtract 8 to both sides
44=4W
Divide 4 to both sides
11=W
Therefore, the width is 11cm
And since the length is 4cm more than the width, we could add 4cm to 11cm to find that the length is 15cm
Thus, the dimensions of the rectangle are 15cm by 11cm
Volume of a sphere is given by the formula:

If we pull the 4 out front we have,

.
Volume of a cone is given by the formula:

Notice that if the height of the cone is equal to the radius,

then it's exactly what we see in our volume formula without the 4!
Answer:
y = -4
Step-by-step explanation:
12y + 4 = 8y-12
Subtract 8y from each side
12y - 8y +4 = -12
4y +4 = -12
Subtract 4 from each side
4y +4-4 = -12 -4
4y = -16
Divide by 4
4y/4 = -16/4
y = -4
PART A:
The given quadratic equation is 2x²-10x-8=0
The radicand is given by b²-4ac where a, b, and c are the constants in a quadratic form ax²+bx+c
From the given equation, we have
a = 2
b = -10
c = -8
Radicand b²-4ac = (-10)² - 4(2)(-8) = 100 + 64 = 164
The radicand is >0 hence the quadratic equation has two distinct roots
PART B:
4x²-12x+5 = 0
We can use the factorization method to solve the equation
Firstly, we multiply 4 by 5 to get 20
Then we find the pair of numbers that multiply gives 20 and sum gives -12
The pair of number is -2 and -10
Rewriting the equation
4x²-2x-10x+5 = 0
2x(2x-1)-5(2x-1) = 0
(2x-1)(2x-5) = 0
2x-1 = 0 and 2x-5 = 0
x = 1/2 and x = 5/2