document.write( "Question 300169: Are the points (3,16) a solution to the inequality y>3x+2 ? \n" ); document.write( "
Algebra.Com's Answer #215446 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! It's only one point. \n" ); document.write( "------------- \n" ); document.write( "Sub for x and y, see if it's true. \n" ); document.write( "Are the points (3,16) a solution to the inequality \n" ); document.write( "y>3x+2 \n" ); document.write( "Is 16>3*3 + 2 \n" ); document.write( "Is 16>11 ? \n" ); document.write( "It is, so it's a solution. \n" ); document.write( " \n" ); document.write( " |