document.write( "Question 845255: solve the equation for x. If neccesary, round your answer to two decimal places.
\n" );
document.write( "x+2=square root of 3x+16 \n" );
document.write( "
Algebra.Com's Answer #509200 by pmesler(52)![]() ![]() You can put this solution on YOUR website! The equation says x+2 = sqrt(3x+16) \r \n" ); document.write( "\n" ); document.write( "First, to solve for x we need to simplify the equation. To do that we need to eliminate the square root symbol. We do that by performing the opposite or inverse function. The inverse function of a square root is to square something. It's important to note that we need to do this for both sides of the equation.\r \n" ); document.write( "\n" ); document.write( "Therefore our new equation is \r \n" ); document.write( "\n" ); document.write( "(x+2)^2 = (sqrt(3x+16))^2\r \n" ); document.write( "\n" ); document.write( "That gives us\r \n" ); document.write( "\n" ); document.write( "(x+2)(x+2) = 3x+16\r \n" ); document.write( "\n" ); document.write( "Use the FOIL method to simplify the left-hand side.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2+4x+4 = 3x+16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Right away we see that our equation is becoming a quadratic equation. Let's simplify the whole equation so we have a quadratic expression on the left side and a zero on the right side.\r \n" ); document.write( "\n" ); document.write( "Let's subtract 3x from both sides to get\r \n" ); document.write( "\n" ); document.write( "x^2 + x + 4 = 16\r \n" ); document.write( "\n" ); document.write( "Now, let's get rid of the 16 so we're left with a zero on the right-hand side.\r \n" ); document.write( "\n" ); document.write( "Subtract 16 from both sides.\r \n" ); document.write( "\n" ); document.write( "x^2+x-12 = 0.\r \n" ); document.write( "\n" ); document.write( "Now, we use the quadratic formula to solve for x. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The solutions are x = -4 and x = 3\r \n" ); document.write( "\n" ); document.write( "Let's check our answers to see which of these roots is extraneous. \r \n" ); document.write( "\n" ); document.write( "If we substitute x = -4 into the original equation we get this:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-4 + 2 = sqrt(3(-4) + 16) \r \n" ); document.write( "\n" ); document.write( "-2 = sqrt(-12 + 16)\r \n" ); document.write( "\n" ); document.write( "-2 = sqrt ( 4)\r \n" ); document.write( "\n" ); document.write( "-2 = 2. This is obviously false, so x = -4 is an extraneous root. Let's check the other root, x = 3.\r \n" ); document.write( "\n" ); document.write( "3+2 = sqrt(3(3) + 16).\r \n" ); document.write( "\n" ); document.write( "5 = sqrt ( 9 + 15)\r \n" ); document.write( "\n" ); document.write( "5 = sqrt ( 25 ) \r \n" ); document.write( "\n" ); document.write( "5 = 5. That checks out so the solution is x = 3. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |