Question 1064342
Let x be number of patients in ward three.
Let y be number of patients in ward six.
<pre>
  WARD THREE        WARD SIX        EQUATE TO RELATE DESCRIBED
  x-10               y+10            x-10=y+10
  x+10               y-10            x+10=5(y-10)
</pre>
Solve the system, {{{system(x-10=y+10,x+10=5(y-10))}}}.