j_shreyans wrote:A circle is drawn within the interior of a rectangle. Does the circle occupy more than one-half of the rectangle's area?
(1) The rectangle's length is more than twice its width.
(2) If the rectangle's length and width were each reduced by 25% and the circle unchanged, the circle would still fit into the interior of the new rectangle.
Step 1. Recognize that this is a Yes/No question.
Statement 1:
Translation: L > 2W
It's important to realize that this also means that the length is more than twice the diameter of the circle. If this is an inscribed circle, the circle's diameter cannot be larger than the shortest side of a rectangle (the width). Because the width is less than 1/2 the length of the rectangle, the radius of the circle is at most 1/2 the width (could someone please confirm this reasoning)?
Using Test Cases:
W = 4 and L = 9, Area of rectangle = L*W = 36
Diameter = 4 and radius = 2, Area of circle = pi*(2)^2 = 3.14*4 = 12.56
This shows the circle occupies about 1/3 of the rectangle (not half)
I could also pick numbers that were very small for the length:
W = 4 and L = 8.0000001, Area of rectangle would be very close to 32
Diameter = 4 and radius = 2, Area of circle = pi*(2)^2 = 3.14*2 = 12.56
This shows the circle occupies about 3/8 of the circle (less than half)
Statement 1 is sufficient.
Statement 2:
Use Test Numbers that can easily be reduced by 25%.
L = 100 and W = 100 (all squares are rectangles)
In the original rectangle, the circle's area would be (100/2)^2 = 50^2 = 2500*3.14 = 7850
Reduce L and W by 25%
New area of rectangle: 75*75 = 7*8 = 5625
Here, I realized that the circle I picked doesn't work for statement 2. It's area (7850) is bigger than the area of the new rectangle (5625).
I went back and used the area of the new rectangle as the limits of the circle.
If width = 75, then diameter = 75 and radius = 75/2 = 37.5.
37.5 * 3.14 = 117.75
This is much less than half of the new rectangle (117.75/5625) = about 2%
Statement 2 is sufficient. Answer is D.
Could someone please look through my steps and help me understand the most efficient way of addressing this problem? How do I get an always yes answer for statement 2? I got stuck on statement 2 after I realized that the circle's area was bigger than that of the new rectangle.