Answer:
Step-by-step explanation:
No c
as she was initially 300m away from the bridge (distance from bridge=300m) (time=0) so it was her starting point.
and after 6 minutes (time=6min) she reached the bridge. (distance from bridge = 0m)
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:
Option 2 : m∠1 = 67.4°, m∠2 = 104.5°
Step-by-step explanation:
Lets find the measure of angle 2 first:
180° - 17.3° - (180° - 121.8°) = Angle 2
↑
Angle of the straight line = 180°
The angle should be 180 - 121.8
Angle 2 = 104.5
At this point the only answer that works is the second option, but let's still work out Angle 1
Angle 1 :
Theory of opposite angles state that the opposite angles inside a triangle = the exterior angle
in this case:
Angle 1 + 37.1 = Angle 2
Since we know angle 2 = 104.5, lets solve
Lets say angle 1 = x
x + 37.1 = 104.5
x = 104.5 - 37.1
x = 67.4
If my answer is incorrect, pls correct me!
If you like my answer and explanation, mark me as brainliest!
-Chetan K
Answer:
12%
Step-by-step explanation: