How is $-4/7$ the slope of $4x+7y=1$?

58 Views Asked by At

How is $-4/7$ the slope of $4x+7y=1$?

Can someone explain? I think they have divided the coefficients of $x$ and $y$.

3

There are 3 best solutions below

5
On

It is a bit of algebra, but essentially you have:

$4x+7y=1,$

$7y=-4x+1,$

$y=-4/7x+1/7$

the slope is always a coefficient of the term containing $x$.

0
On

Hints:- For a linear equation $ax+by=c$, slop is always $-\dfrac{a}{b}$.

4
On

There’s another neat way to think about slopes. Suppose $x$ is increased by $1$ unit. How should $y$ change so that that the resulting point is still on the line, i.e. the equation remains unchanged? The new LHS is $$4(x+1) +7y = 4x+7y +4 $$ If $y$ is decreased by $\frac 47$, the change in $x$ cancels out: $$4x+7(y-\frac 47) +4 = 4x +7y -4+4 =4x+7y $$

The slope is therefore $-\frac 47$.