Answer:
$66,092.50
Step-by-step explanation:
In 1988, the car cost $17,000
Annual inflation over this period was 3.54% from 1988 to 2017
After adjusted for inflation, $17,000.00 in 1978 is equal to $66,092.50 in 2017
Therefore, the cost of that car in 2017 is closest to $66,092.50
A general formula for the volume of a container is V = length x width x height (other words may be used in place of the three given).
3. 900 in^3, the fourth option
V = 20 x 15 x 3
V = 900 in^3
4. 288 in^3, the third option
V = 6 x 6 x 8
V = 288 in^3
Hope this helps!! :)
The correct answer to this question is B.
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: a) Georgia, b) 120 words
Step-by-step explanation:
We can calculate how many words they each wrote by multiplying their time and the rate at which they write words.
Richard: 45*16 = 720 words total
Georgia: 70*12 = 840 words total.
Therefore, Georgia wrote 120 more words.