Question 202502
Area of a rectangle is L * W
IN this case, the two dimensions are in different units (one is in yards, the other in feet). You need to convert yards to feet before starting
{{{Base = 5yard = 5yard*(3feet/yard) = 15feet}}}
{{{Area = Base * Height}}}
{{{Area = 15feet * 8feet}}}
{{{Area = 120 feet^2}}}