104k views
5 votes
What is the equation of the sphere with radius 2 and centered at (1, 0, 0)?

User Goofy
by
8.1k points

1 Answer

1 vote

Final answer:

The equation of a sphere with radius 2 and centered at (1, 0, 0) is sqrt((x - 1)^2 + y^2 + z^2) = 2.

Step-by-step explanation:

The equation of a sphere with radius 2 and centered at (1, 0, 0) can be written using the distance formula. The distance formula for a point (x, y, z) and a center (a, b, c) is:

d = sqrt((x - a)^2 + (y - b)^2 + (z - c)^2)

In this case, the center is (1, 0, 0) and the radius is 2, so the equation becomes:

sqrt((x - 1)^2 + y^2 + z^2) = 2

User Bananaaus
by
7.7k points