9514 1404 393
Answer:
32 feet
Step-by-step explanation:
The width of the doll house is 8/10 of the length of the doll house, so the actual house will have a width that is 8/10 of its length:
(8/10)(40 ft) = 32 ft
The actual house is 32 feet wide.
I'm not sure what the ray exactly is but some examples of ray names are ray RT or ray TR. You basically switch the letters.
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()
<h3>
Answer:</h3>
- C. (9x -1)(x +4) = 9x² +35x -4
- B. 480
- A. P(t) = 4(1.019)^t
Step-by-step explanation:
1. See the attachment for the filled-in diagram. Adding the contents of the figure gives the sum at the bottom, matching selection C.
2. If we let "d" represent the length of the second volyage, then the total length of the two voyages is ...
... (d+43) + d = 1003
... 2d = 960 . . . . . . . subtract 43
... d = 480 . . . . . . . . divide by 2
The second voyage lasted 480 days.
3. 1.9% - 1.9/100 = 0.019. Adding this fraction to the original means the original is multiplied by 1 +0.019 = 1.019. Doing this multiplication each year for t years means the multiplier is (1.019)^t.
Since the starting value (in 1975) is 4 (billion), the population t years after that is ...
... P(t) = 4(1.019)^t
Answer:
-2x = -60
Isolate x and simplify.
2x = 60
x = 30
Straight vertical line through x=30.