document.write( "Question 1113555: Which of the following is a linear constraint?
\n" ); document.write( " 5y + 3x2 ≥ 33
\n" ); document.write( " 17x + 3xz ≤ 4
\n" ); document.write( " 7x ≤ 3xy + 14z - 12
\n" ); document.write( " 3x ≥ 14y + 2z + 13
\n" ); document.write( "

Algebra.Com's Answer #728625 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "\"Linear\" means each variable appears by itself, and only to the first power. Stated differently, each term is either a constant (no variables) or contains a single variable to the first power.

\n" ); document.write( "5y + 3x2 ≥ 33 no; can't have an x^2 term
\n" ); document.write( "17x + 3xz ≤ 4 no; can't have a term with the product of two variables
\n" ); document.write( "7x ≤ 3xy + 14z - 12 ditto
\n" ); document.write( "3x ≥ 14y + 2z + 13 yes!
\n" ); document.write( "
\n" );