SOLUTION: what is T-kPV solve for P what is E=k+p solve for p what is y=mx+b solve for b and finally what is ax+by=c for x

Algebra ->  Equations -> SOLUTION: what is T-kPV solve for P what is E=k+p solve for p what is y=mx+b solve for b and finally what is ax+by=c for x      Log On


   



Question 128035: what is T-kPV solve for P
what is E=k+p solve for p
what is y=mx+b solve for b
and finally what is ax+by=c for x

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
These are all done by the same methods. Solve for whatever means get the 'whatever' on one side of the equation, generally the left, and everything else on the other side.

y+=+mx%2Bb, solve for b

Add -b to both sides:
y-b=mx

Add -y to both sides:
-b=-y%2Bmx

Multiply both sides by -1:
b=y-mx

Done.

You should be able to do the others using the same technique.