SOLUTION: S=L+2B;B
Algebra
->
Expressions-with-variables
-> SOLUTION: S=L+2B;B
Log On
Algebra: Expressions involving variables, substitution
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Expressions-with-variables
Question 349363
:
S=L+2B;B
Answer by
nyc_function(2741)
(
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?