2
$\begingroup$

I am having difficulty solving this problem:

In the given figure (x+y) is an integer greater than 110. What is the smallest possible values of (w+z) (ans is 111)?

enter image description here

Any suggestion on how 111 is the answer?

  • 0
    Is it possible that you meant $w+z$? If not, the $ans$ is incorrect: let BDE be equilateral, x=1°, y=119°. Then w+x = 612012-06-25
  • 0
    I wanted to know how would i calculate this value ?2012-06-25
  • 0
    Thanks for letting me know that the mentioned answer is wrong. I still want to know how to solve it2012-06-25

2 Answers 2

2

If you draw a line across the big triangle like the one you drew, but parallel to the base, then we will have $y=w$, so $x+y=x+w$. Since $x+y$ is an integer greater than $110$, the smallest possible value of $x+y$, and hence of $x+w$, is $111$. If the line meets the base somewhere to the right of the base, that is, has negative slope if we think of the base as horizontal, then $w>y$, so $w+x$ will be greater than $111$.

If the line across the triangle has positive slope, then $w$ can be substantially less than $y$, so $w+x$ can be substantially less than $x+y$.

Remark: If we change the problem to asking about $w+z$, then indeed the smallest possible value of $w+z$ is $111$. For the angles complementary to $x$ and $y$ are $180^\circ -x$ and $180^\circ -y$. Thus the sum of the angles of the quadrilateral "below" our line is $(180^\circ-x)+(180^\circ -y)+w+z.$

But the sum of the angles of a convex quadrilateral is $360^\circ$. It follows that $$(180^\circ-x)+(180^\circ -y)+w+z=360^\circ,$$ from which we see that $w+z=x+y$. Since the smallest allowed $x+y$ is $111^\circ$, this is also the smallest allowed value of $w+z$.

  • 0
    Hi Andre thanks for the great answer but looks like I made a mistake while typing down the question. It was asking for the max value of z+w2012-06-25
  • 0
    But i guess the concept still remains the same2012-06-25
  • 0
    So if i draw a line parallel to the base then x=z and y=w therefore (x+y = z + w) . Now if x+y > 110 how did we get the smallest possible value for 111 for w+z ? And isnt this incase of a parallel line ?2012-06-25
  • 0
    The problem said that $x+y$ is an **integer** greater than $110$. The smallest integer which is bigger than $110$ is $111$. By the way, I am pretty sure the problem should be about $w+z$. That's why I added a solution of that one in the Remark.2012-06-25
  • 0
    Thanks for clearing that up2012-06-25
2

Perhaps the simplest way of seeing this is by looking at the angle $B$. Whatever the angles at $A$ (i.e., $x$) and $C$ ($y$) are, you know that $A+B+C$ is $180^\circ$; this means that $x+y+B=180^\circ$. Likewise, since $BDE$ is a triangle, you know that $z+w+B=180^\circ$. But then $z+w = 180^\circ-B = x+y$, and as Andre says in the comments, the smallest integer greater than 110 is 111.