document.write( "Question 438837: Could someone please show me how to determine whether the ordered pair is a solution of the inequality?
\n" );
document.write( "(-2,4; 8x+y<5 \n" );
document.write( "
Algebra.Com's Answer #303372 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! (-2,4); 8x+y<5 \n" ); document.write( "simply plug the given point into: \n" ); document.write( "8x+y<5 \n" ); document.write( "8(-2)+4<5 \n" ); document.write( "-16+4<5 \n" ); document.write( "-12 < 5 \n" ); document.write( "since this is true, the point is a solution \n" ); document.write( " |