SOLUTION: find the perimeter of a rectangle whose length is 5cm less than twice its width.
Algebra
->
Rectangles
-> SOLUTION: find the perimeter of a rectangle whose length is 5cm less than twice its width.
Log On
Geometry: Rectangles
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Rectangles
Question 327611
:
find the perimeter of a rectangle whose length is 5cm less than twice its width.
Answer by
mananth(16946)
(
Show Source
):
You can
put this solution on YOUR website!
let width =x
twice width = 2x
5 less than twice width = 2x-5
length = 2x-5
Perimeter = 2*(L+W)
=2(2x-5+x)
=2(3x-5)