document.write( "Question 697562: For y=2|2-3x|-3, what are the values of x satisfy y > 5 \n" ); document.write( "
Algebra.Com's Answer #430158 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! For y=2|2-3x|-3, what are the values of x satisfy y > 5 \n" ); document.write( "--------------- \n" ); document.write( "2|2-3x|-3 > 5 \n" ); document.write( "2|2-3x| > 8 \n" ); document.write( "|2-3x| > 4 \n" ); document.write( "-------------- \n" ); document.write( "2-3x > 4 \n" ); document.write( "-3x > 2 \n" ); document.write( "x < -2/3 \n" ); document.write( "------------- \n" ); document.write( "2-3x > -4 \n" ); document.write( "-3x > -6 \n" ); document.write( "x < 2 \n" ); document.write( "----------- \n" ); document.write( "x < -2/3 is included in x < 2 \n" ); document.write( " \n" ); document.write( " |