Question 166597: if the perimeter of a rectangle is expressed by the formula p=2l+2w the side w can be found by the formula ? Found 2 solutions by stanbon, gonzo:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! if the perimeter of a rectangle is expressed by the formula p=2l+2w the side w can be found by the formula ?
------------------
Solve the forula for "w":
P = 2l + 2w
2w = P -2l
w = (P- 2l)/2
==================
Cheers,
Stan H.
You can put this solution on YOUR website! sure.
if you know the other 2 parameters.
-----
example:
p = 100
l = 5
w = ?????
-----
formula for perimeter is p = 2*l + 2*w
substitute 100 for p and 5 for l and you get:
100 = 2*5 + 2*w
this becomes
100 = 10 + 2*w
this becomes
90 = 2*w
this becomes
45 = w
-----
manipulation of the formula for p itself without using any values for any of the variables will show you how.
-----
the formula for perimeter is
subtract 2*l from both sides:
divide both sides by 2:
-----
the formula for w as a function of the perimeter and the length is:
it was derived from the formula for perimeter.
-----