Question 1123721
.
*Traffic light math question

At a traffic light, one cycle through green-yellow-red lasts for 80 seconds. The green light is one eight times as long 
as the yellow light, and the red light is on eleven times as long as the yellow light. For how long is each colored light on during one cycle?
~~~~~~~~~~~~~~~~~~~~~~



Put your attention on how I edited your post based on common sense:


<pre>
    At a traffic light, one cycle through green-yellow-red lasts for 80 seconds. The green light is {{{highlight(cross(one))}}} eight times 
    as long as the yellow light, and the red light is {{{highlight(cross(on))}}} eleven times as long as the yellow light. 
    For how long is each colored light on during one cycle?
</pre>

<U>Solution</U>


<pre>
If yellow light is x seconds, then the green light lasts 8x seconds and the red light lasts 11x seconds.


    x + 8x + 11x = 80

    20x = 80

    x = 80/20 = 4 seconds.


<U>Answer</U>.  Yellow light lasts 4 seconds; green  4*8 = 32 seconds  and  red light 11*4 = 44 seconds.
</pre>