Answer:
Step-by-step explanation:
He scored 85%
(17/20)%
85%
Check the picture below.
make sure your calculator is in Degree mode.
<h3>
Answer: $44.10</h3>
====================================================
Work Shown:
5% = 5/100 = 0.05
5% of 42 = 0.05*42 = 2.10
tax = $2.10
total cost including tax = $42 + $2.10 = $44.10
----------
An alternative is to multiply 42 by 1.05 to get
1.05*42 = 44.10
We get the same answer. The 1.05 refers to 1 + 0.05 where the "1" is 100% and the 0.05 is 5%, so the two combine to 105%, meaning the total cost is 105% of the cost before tax is considered.
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()
Length of one edge is 10cm
And the surface area is 600cm2