Question 1129063


 whether the given ordered pair ({{{5}}}, {{{-6}}})  is a solution of the indicated equation

{{{ 5y + 6x = - 30}}}....plug in {{{x=5}}} and {{{y=-6}}}

{{{ 5(-6) + 6*5 = - 30}}}

{{{ -30 + 30 = - 30}}}

{{{ 0 <> - 30}}}=> ordered pair ({{{5}}}, {{{-6}}})  is a {{{not}}} solution of the indicated equation


see it on a graph:

{{{ drawing( 600, 600, -10, 10, -10, 10,
circle(5,-6,.12), locate(5,-6,p(5,-6)),
 graph( 600, 600, -10, 10, -10, 10, -(6/5)x-6)) }}}