document.write( "Question 128011: How do you know if a value is a solution for an inequality and how is this different from determing a valua is a solution to equation? \n" ); document.write( "
Algebra.Com's Answer #93719 by oscargut(2103) You can put this solution on YOUR website! to check a solution in inequalities and equations you have to substitute the values\r \n" ); document.write( "\n" ); document.write( "examples:\r \n" ); document.write( "\n" ); document.write( "x=1 is a solution for 2x+3=5 (2(1)+3=5) \n" ); document.write( "x=2 is not a solution for 3x-3=0 (3(2)-3=3) \n" ); document.write( "x=3 is a solution for 3x-1<10 (3(3)-1=8<10) \n" ); document.write( "x=4 is not a solution for 5x-1>32 (5(4)-1=19<32) \n" ); document.write( " |