document.write( "Question 825006: for what values of c does |2x+1|= x+c have two solutions?
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #496964 by josgarithmetic(39623)![]() ![]() ![]() You can put this solution on YOUR website! 2x+1>0: \n" ); document.write( "2x+1=x+c \n" ); document.write( "' \n" ); document.write( "2x+1<0: \n" ); document.write( "-2x-1=x+c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the two resulting equations. \n" ); document.write( "2x+1-x=c and -2x-1-x=c \n" ); document.write( "x+1=c and -3x-1=c \n" ); document.write( "Giving \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "That means: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The equation would have just one value for c. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "What if you would try solving for c first instead of x? \n" ); document.write( "x+1=c and -3x-1=c \n" ); document.write( "x=c-1 and -3x=c+1 \n" ); document.write( "x=c-1 and x=(c+1)/(-3) \n" ); document.write( "then \n" ); document.write( "c-1=-(c+1)/3 \n" ); document.write( "3c-3=-c-1 \n" ); document.write( "4c=-1+3 \n" ); document.write( "4c=2 \n" ); document.write( " |