Question 1208265
.


Since wording is mysterious, I will decipher/edit it in this way


<pre>
    y and 2x are vertical {{{highlight(angles)}}} to one another.
    y+x+y+5=180
    what {{{highlight(cross(is))}}} <U>are</U> y and x?
</pre>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<U>Solution</U>


<pre>
From the problem, we have these two equations

    y = 2x                    (1)    (vertical angles)

    y + x + y + 5 = 180       (2)    (given)


Substitute (1) into (2)

    2x + x + 2x + 5 = 180

    5x = 180 - 5 

    5x = 175

     x = 175/5 = 35.


     y = 2x = 2*35 = 70.


<U>ANSWER</U>.  x= 35,  y= 70.
</pre>

Solved.