Question 1114182
If assign variables c for coffee, d for energy Drink, and x for soda; for miligrams of caffeine in each, then the literal description takes the form:


{{{system(c+d+x=201,c=2x+8,d=c+x-37)}}}.


The first equation can be rewritten, after some substitutions using the other two equations, into {{{6x=222}}}
{{{highlight(x=37)}}}------mg caffeine for the soda.


Find the other two quantities c and d using now found x.