document.write( "Question 776966: can you show me step by step on how to solve this : |x-3|= 2x \n" ); document.write( "
Algebra.Com's Answer #473837 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! case one leave as is, case two replace absolute value with regular parenthesis and put a negative in front \n" ); document.write( "case 1: \n" ); document.write( "x-3=2x subtract x from each side \n" ); document.write( "-3=x \n" ); document.write( "case 2: \n" ); document.write( "-(x-3)=2x \n" ); document.write( "-x+3=2x add x to each side \n" ); document.write( "3=3x divide each side by 3 \n" ); document.write( "1=x \n" ); document.write( " \n" ); document.write( " |