Bunuel

As shown above, a rectangle is divided into smaller rectangles of the same size and shape. What is the perimeter of the large rectangle?
(1) The length of the darkened path on the right is 36.
(2) The length of the darkened path on the left is 54.
DS21216
A rectangle has two variables to consider, length and width. However, from the graph we can tell 2*Width = 1*Length. Thus the rectangle can be defined by one variable of width, and the length is two times width.
Statement 1:We can count how many lengths and widths we need to add up but ultimately it will be some multiple of width = 36, thus we can solve for width and then the length. Sufficient.
Statement 2:Same as above, sufficient.
Ans: D
How can we infer from the graph that 2*Width = 1*Length ? I considered length = x and width = y. So, the perimeter of the larger rectangle = 6(2x + y).
From (1), we get 3(x + 2y) = 36 and from (2), we get 2(2x + 5y) = 54 => we get values of x and y; thus, both statements together sufficient.
Pl. expln.