Answer:
g - 16 is the answer
Step-by-step explanation:
−2 (3g−8g+8) − 9g
Distribute:
= (−2) (3g) + (−2) (−8g) + (−2) (8) + −9g
= −6g + 16g + −16 + − 9g
Combine Like Terms:
=−6g + 16g+ −16+ −9g
= (−6g+16g+−9g) + (−16)
=g+−16
Answer:
=g−16
I'm guessing that you don't really want the formulas. I think what you actually want
is the definitions of those functions of an acute angle when it's in a right triangle.
Cosine = (adjacent side) / (hypotenuse)
Tangent = (opposite side) / (adjacent side)
Sine = (opposite side) / (hypotenuse)
Tell me if I'm wrong, and I'll find some formulas for you.
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:
D
Step-by-step explanation:
i took the test trust me
Answer:
Rs. 250
Step-by-step explanation:
The price of 41 g. apple is Rs 10.25
The price of 1 g. apple is Rs 10.25/41, = Rs 0.25
The price of 1 Kg (1000 g.) is 0.25 x 1000 = Rs 250