Question 1107428
Follow the description exactly as it is written - after assigning variables.


--------------------------------------------------
The sum of two numbers is 33. The sum of 7 times the first number and 5 times the second number is 197.
--------------------------------------------------


the two numbers, x and y
;

{{{system(x+y=33,7x+5y=197)}}}
You can solve this.  Either substitution method or Elimination method.