What is the correct translation of the statement: “the length of a rectangle if the length is twice the size of the width increased by one”?

Respuesta :

"The length is" looks like this: L=. "twice the size of the width" looks like this: 2w. "increased by 1" looks like this: +1. So the whole translation from words to expression is L = 2w + 1