document.write( "Question 984499: There are two solutions for x to the equation\r
\n" );
document.write( "\n" );
document.write( "a|x + b| + c = 0\r
\n" );
document.write( "\n" );
document.write( "To 2 decimal places, what is the value of the greater of the two solutions when a = 22, b = 12 and c = -11? \n" );
document.write( "
Algebra.Com's Answer #605285 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Instead of doing your problem for you, I'll do another one that is just\r\n" ); document.write( "exactly in every detail and step like yours. Sop you can use it as a\r\n" ); document.write( "model to go by. I'll do this one instead:\r\n" ); document.write( " \n" ); document.write( "a|x + b| + c = 0 \n" ); document.write( "To 2 decimal places, what is the value of the greater of the two solutions when a = 12, b = 10 and c = -8? \n" ); document.write( " \r\n" ); document.write( "12|x + 10| + (-8) = 0\r\n" ); document.write( "\r\n" ); document.write( "12|x + 10| = 8\r\n" ); document.write( "\r\n" ); document.write( "Divide both sides by 4\r\n" ); document.write( "\r\n" ); document.write( "3|x + 10| = 2\r\n" ); document.write( "\r\n" ); document.write( "Since what's inside the absolute value can be either positive\r\n" ); document.write( "or negative, we make two equations, one where x + 10 is positive\r\n" ); document.write( "and one where x + 10 is negative.\r\n" ); document.write( "\r\n" ); document.write( "3[+(x + 10)] = 2 or 3[-(x + 10)] = 2\r\n" ); document.write( "\r\n" ); document.write( "3x + 30 = 2 or -3x - 30 = 2\r\n" ); document.write( " 3x = -28 or -3x = 32\r\n" ); document.write( " x =\n" ); document.write( " |