document.write( "Question 334735: How do I solve |2z-3|=4z-1 for z? \n" ); document.write( "
Algebra.Com's Answer #239859 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( " |2z-3|=4z-1\r\n" );
document.write( "\r\n" );
document.write( "Make two equations\r\n" );
document.write( "\r\n" );
document.write( "2z-3 = +(4z-1)      or     2z-3 = -(4z-1)\r\n" );
document.write( "2z-3 = 4z-1                2z-3 = -4z+1        \r\n" );
document.write( " -2z = 2                     6z = 4\r\n" );
document.write( "   z = -1                     z = \"4%2F6\"\r\n" );
document.write( "                              z = \"2%2F3\"\r\n" );
document.write( "\r\n" );
document.write( "We must check the solutions because sometimes\r\n" );
document.write( "we get extraneous solutions.\r\n" );
document.write( "\r\n" );
document.write( "Check z = -1              Check z = \"2%2F3\"\r\n" );
document.write( "   \r\n" );
document.write( " |2z-3| = 4z-1               |2z-3| = 4z-1\r\n" );
document.write( "|2(-1)-3| = 4(-1)-1         |2(\"2%2F3\")-3| = 4\"2%2F3\"-1\r\n" );
document.write( "|-2-3| = -4-1               |\"4%2F3\"-3| = \"8%2F3\"-1 \r\n" );
document.write( "  |-5| = -5                 |\"4%2F3-9%2F3\"| = \"8%2F3-3%2F3\" \r\n" );
document.write( "     5 = -5                   |\"-5%2F3\"| =  \"5%2F3\" \r\n" );
document.write( "That's false so                \"5%2F3\" = \"5%2F3\"     \r\n" );
document.write( "z = -1 is NOT a               That's true, so the only\r\n" );
document.write( "solution and must             solution is z = \"2%2F3\"\r\n" );
document.write( "be discarded.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );