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()
----------------------------------
Define their percentage:
----------------------------------
Adam = 100%
Tapiwa = 100 + 5 = 105%
----------------------------------
Find their total percentage:
----------------------------------
100 + 105 = 205
----------------------------------
Find 1%
----------------------------------
205% = 697 liters
1% = 3.4 liters
----------------------------------
Find 100% (Adam):
----------------------------------
100% = 3.4 x 100
100% = 340 liters
----------------------------------
Find 105% (Tapiwa):
----------------------------------
105% = 3.4 x 105
105% = 357 liters
--------------------------------------------------------------------
Answer: Tapiwa = 357 liters and Adam = 340 liters.
--------------------------------------------------------------------
Answer:
question? haven't learn this yet but try asking desmos that app helps me a lot!
Answer:

Step-by-step explanation:
So we have the inequality:

Definition of Absolute Value:

Note that the sign is flipped in the second case because we multiplied by a negative.
Add 5 to both sides to both equations:

Merge:

And we're done!