Answer:
1) 0
2) -6
Step-by-step explanation:
Any number to the ⁰th power is 1.
A negative exponent flips the fraction.
Convert to improper frist
2 and 7/8=16/8+7/8=23/8
2 and 1/4=8/4+1/4=9/4
(23/8)/(9/4)
make bottom 1
times the whole thing by (4/9)/(4/9)
(92/72)/(36/36)=
92/72=
23/18
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()
20 kg remaining in bag 1.
40 kg remaining in bag 2.
Answer:
A heart will beat 140 times in 2 minutes
Step-by-step explanation:
700 ÷ 10 = 70
140 ÷ 70 = 2