Cos28=11/x
x=11/cos28
it will be c
Answer:
The formula for the volume of a prism is V=Bh , where B is the base area and h is the height. The base of the prism is a rectangle. The length of the rectangle is 9 cm and the width is 7 cm. The area A of a rectangle with length l and width w is A=lw .
Step-by-step explanation:
Answer:
Please see explanation for the answer. The code is written in python and is as given below:
Step-by-step explanation:
The solution is obtained on the Python with the following code
import matplotlib.pyplot as plotter
import numpy as npy
x_s = npy.linspace(-5,5,100) #Defining a linear sample space with boundaries as -5 to 5 and 100 as number of samples.
def sigmo(z):return 1/(1 + npy.exp(-z)) #Defining sigmoid function for the f(x).
plotter.plot(x_s, sigmo(x_s))
plotter.plot([-5,5],[.5,.5])
plotter.xlabel("z")
plotter.ylabel("sigmoid(z)")
plotter.show()
The base of 6 is the same, so add 1/2+1/2 =1
6^1 = 6
Answer:
16
Step-by-step explanation:
To solve a quadratic equation by using the completing the square method, the coefficient of the square term i.e x² must be one (1).
Therefore, we would have to first make the coefficient of x² to be equal to 1.
4x² + 24x + 8 = 32
We would simplify the equation;
4x² + 24x = 32 - 8
4x² + 24x = 24
Divide all through by 4;
x² + 8x = 24
The value to be added = (8/2)² = 4² = 16
x² + 8x + 16 = 8 + 16
x² + 4x + 4x + 16 = 24
x(x + 4) + 4(x + 4) = 24
(x + 4)² = 24
Taking the square root of both sides;
x + 4 = ± 4.9
x = -4 ± 4.9
x = -4 + 4.9 = 0.9
or
x = -4 - 4.9 = - 8.9
<em>Therefore, 16 must be added to solve the quadratic equation by completing the square method. </em>