Math Problem Statement

已知 ae = 89.21, be =102.87, ce = 84.35, a.x = 0, a.y = 0, a.z = 0, b.x = 0, b.y = 20, b.z = 0, c.x = 100, c.y = 20, c.z = 10, 求解 Math.pow(x - a.x, 2) + Math.pow(y - a.y, 2) + Math.pow(z - a.z, 2) - ae * ae; Math.pow(x - b.x, 2) + Math.pow(y - b.y, 2) + Math.pow(z - b.z, 2) - be * be; Math.pow(x - c.x, 2) + Math.pow(y - c.y, 2) + Math.pow(z - c.z, 2) - ce * ce; 方程组

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Geometry
Distance Formula
Systems of Equations

Formulas

Distance formula
Equation of a sphere

Theorems

-

Suitable Grade Level

Advanced High School