A)2.8
b1) 4.5/2.8
b2)impossible because if you want to do trigonometry you can't have that is an angle (Which is 148.1) larger than 90 degrees.
but if its angle BAF then the angle would be 2.8/5.3
c)41.32
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()
Answer:
(x + 9)(x - 8)
Step-by-step explanation:
f(x) = x^2 + x - 72
= x^2 - 8x + 9x - 72
= (x^2 - 8x) + (9x - 72)
= x(x - 8) + 9(x - 8)
= (x + 9)(x - 8)
A lot of numbers, equations, etc equal 14.1. Be more specific in your questions. I’m sorry this doesn’t really help but just use this for future reference