document.write( "Question 812231: Solve: |6x+5|=|4x+3|
\n" );
document.write( "Enter a list of 2 mathematical expressions \n" );
document.write( "
Algebra.Com's Answer #489335 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! When there is just one absolute value, you start by writing two equations, without absolute values, which would be equivalent. With two absolute values we will have to do this twice: \n" ); document.write( "|6x+5| = |4x+3| \n" ); document.write( "First we will write two equations, without the absolute value on the left: \n" ); document.write( "6x+5 = |4x+3| or 6x+5 = -|4x+3| \n" ); document.write( "Multiplying the each side of the second equation by -1: \n" ); document.write( "6x+5 = |4x+3| or -6x-5 = |4x+3| \n" ); document.write( "Next we will write two equations, without the absolute value, for each of the above equations: \n" ); document.write( "6x+5 = 4x+3 or -(6x+5) = 4x+3 or -6x-5 = 4x+3 or -(-6x-5) = 4x+3 \n" ); document.write( "Now that the absolute values are gone, we can solve each of these: \n" ); document.write( "6x+5 = 4x+3 or -6x-5 = 4x+3 or -6x-5 = 4x+3 or 6x+5 = 4x+3 \n" ); document.write( "2x+5 = 3 or -5 = 10x+3 = -3 or -5 = 10x+3 or 2x+5 = 3 \n" ); document.write( "2x = -2 or -8 = 10x or -8 = 10x or 2x = -2 \n" ); document.write( "x = -1 or -8/10 = x or -8/10 = x or x = -1 \n" ); document.write( "Reducing the fractions and eliminating the duplicates: \n" ); document.write( "x = -1 or x = -4/5 \n" ); document.write( " |