Rearranging formula 3y + x = -1

  • Context:
  • Thread starter Thread starter gazparkin
  • Start date Start date
  • Tags Tags
    Formula
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
gazparkin
Messages
17
Reaction score
0
Hello,

I'm trying to work out the individual steps to get from start: 3y + x = -1

to: 3y = -x -1

to: y = - 1/3x -1/3

Could anyone help me with this!

Thank you :-)
 
Mathematics news on Phys.org
$3y+x=-1$

subtract $x$ from both sides ...

$3y = -x-1$

divide all terms by 3 ...

$\dfrac{3y}{3} = -\dfrac{x}{3} - \dfrac{1}{3}$

$\dfrac{\cancel{3}y}{\cancel{3}} = -\dfrac{x}{3} - \dfrac{1}{3}$

$y = -\left(\dfrac{x}{3} + \dfrac{1}{3}\right)$

$y = - \dfrac{x+1}{3}$