Question 10246
You know that the area of the rectangle is length * width. So far, you know for sure that the width is 16 yards, and you don't know L. You also know that you want the area to be AT LEAST 264 square yards. This means that you want the area to be greater than or equal to 264 square yards.


{{{ 16L >= 264 }}} <---- Start here.


{{{ L >= 16.5 }}} <----- Your length has to be 16.5 yards or longer to ensure that your area will be at least 264 square yards.