<span>10 pounds of potatoes for $5.50
one pound = $5.50 / 10 = $0.55
answer
it cost 55 cents per pound</span>
3n = 1/81; divide both sides by 3 to isolate n:
3n/3 = 1/81 divided by 3. Remember that when you divide, you use the reciprocal and multiply instead!!
n = 1/81(1/3) = 1/243. Now plug 1/243 back in for n, and 3/243 is equivalent to 1/81
Answer:
The equation of the sphere in standard form is

Step-by-step explanation:
<u>Step 1</u>:-
The equation of the sphere having center and radius is

Given centered of the sphere is (-6,10,5) and radius r=5

on simplification,we get


simplify , we get

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()
Those are parallel line's....Ohh u mean what each angle measure's?