document.write( "Question 1063483: Write the absolute value function y=|3x-4| in piecewise notation \n" ); document.write( "
Algebra.Com's Answer #678587 by ikleyn(52817)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "y = 3x - 4, if 3x - 4 >= 0;\r\n" );
document.write( "\r\n" );
document.write( "y = -(3x-4), if 3x - 4 < 0.\r\n" );
document.write( "

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