75%
explanation: it can’t be above 100% because that would be over 40.
Answer:
If you aren't looking for the quadratic solving method then comment it down below and tell me what you're looking for
QUADRATIC EQUATION
x²- 4x = 6
(x - 2)²- 4 = 6
(x - 2)² = 10
x - 2 = ±10
x = ±10+2
x = -8, 12
Answer: 10
Step-by-step explanation:
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