10
it looks like the pattern is 1, (x+2) x is the number before it
<span>( 5, 2) and ( 6, 4)
slope m = (4-2)/(6-5) = 2
y = mx + b
b = y - mx
b = 2 - 2(5)
b = 2 - 10
b = -8
so now you have slope m = 2 and y intercept b = -8
equation
y = 2x - 8
answer
</span><span>a. y = 2x - 8</span>
Radius, r = 3
The equation of a sphere entered at the origin in cartesian coordinates is
x^2 + y^2 + z^2 = r^2
That in spherical coordinates is:
x = rcos(theta)*sin(phi)
y= r sin(theta)*sin(phi)
z = rcos(phi)
where you can make u = r cos(phi) to obtain the parametrical equations
x = √[r^2 - u^2] cos(theta)
y = √[r^2 - u^2] sin (theta)
z = u
where theta goes from 0 to 2π and u goes from -r to r.
In our case r = 3, so the parametrical equations are:
Answer:
x = √[9 - u^2] cos(theta)
y = √[9 - u^2] sin (theta)
z = u