拦截计算器
计算器将尝试找到给定函数、表达式或方程的 x 和 y 截距。
Your input: find the x- and y-intercepts of $$$4 x + 5 y=15$$$
x-intercepts
Plug `y=0` into the equation and solve the resulting equation $$$4 x=15$$$ for `x` (use the equation solver).
The x-intercept:
$$$\left(\frac{15}{4},0\right)$$$
y-intercepts
Plug `x=0` into the equation and solve the resulting equation $$$5 y=15$$$ for `y` (use the equation solver).
The y-intercept:
$$$\left(0, 3\right)$$$