Question 879473
There is no variable in this example
Nothing is varying, so you don't have 
a straight line relationship.
All you have is:
{{{ s = 200 }}}
{{{ g = 225 }}}
{{{ s + g = 425 }}}
-----------------
What you could do is construct a pie
chart.
The sector for {{{ s }}} is {{{ (200/425)*360 }}} degrees
{{{ (8/17)*360 }}} degrees
-----------------
The sector for {{{ g }}} is {{{ 225/425)*360 }}} degrees
{{{ (9/17)*360 }}} degrees