use a graph to solve
on the X side you input all the length values and on the Y side input all the width values, then you’ll see a pattern
every time the x value goes up by 2, the y value goes up by 5
the last x value was 16 correlating with a y value of 40 so to get to 24 you add 8 to the x value, which means you would add 20 to the y value (y/2 times 5)
that means the length is 24 and the width is 60