document.write( "Question 620927: how would you solve this problem \r
\n" );
document.write( "\n" );
document.write( "|x/5 - 1| = | 1 - x/3| \n" );
document.write( "
Algebra.Com's Answer #391041 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how would you solve this problem \n" ); document.write( "|x/5 - 1| = | 1 - x/3| \n" ); document.write( "solve for two conditions \n" ); document.write( "(x/5-1)=(1-x/3) \n" ); document.write( "x/5-1=1-x/3 \n" ); document.write( "LCD:15 \n" ); document.write( "3x-15=15-5x \n" ); document.write( "8x=30 \n" ); document.write( "x=30/8 \n" ); document.write( "x=15/4 \n" ); document.write( ".. \n" ); document.write( "and \n" ); document.write( "(x/5-1)=-(1-x/3) \n" ); document.write( "(x/5-1)=-1+x/3) \n" ); document.write( "LCD:15 \n" ); document.write( "3x-15=-15+5x \n" ); document.write( "2x=-30 \n" ); document.write( "x=-15 \n" ); document.write( " \n" ); document.write( " |