SOLUTION: S=L+2B;B

Algebra ->  Expressions-with-variables -> SOLUTION: S=L+2B;B      Log On


   



Question 349363: S=L+2B;B
Answer by nyc_function(2741) About Me  (Show Source):
You can put this solution on YOUR website!
Given S=L+2B, solve for B (in other words).

To solve for a variable means to isolate the variable on one side of the

equation.

S = L + 2B

Subtract L from both sides.

S - L = 2B

To find B, divide both sides by 2.

(S - L)/2 = B

Did you follow?