Question 6545
that's a problem of translating English to Algebrese. Name these two numbers: x is te first number and y is the second.

{{{system( 
  x/y=5/6,
  y=x*2-16
  )
}}}


{{{system( 
  6x-5y=0,
  2x-y = 16
  )
}}}

*[invoke linear "x", "y", 6, -5, 0, 2, -1, 16]