188k views
2 votes
How do I write length and width measurements as expressions

1 Answer

4 votes

The initial length is l.

The width is x.

The length is increased by 2x.

There is no change in width.

So, the final width is x.

Final length is l+2x.

User Chris Satchell
by
2.7k points