document.write( "Question 122820: If the square of 3 more than a number is 9, find the numbers? \n" ); document.write( "
Algebra.Com's Answer #90165 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the unknown number. \n" ); document.write( ". \n" ); document.write( "Then 3 more than this unknown number is x + 3 \n" ); document.write( ". \n" ); document.write( "And squaring this quantity is: \n" ); document.write( ". \n" ); document.write( "(x + 3)^2 \n" ); document.write( ". \n" ); document.write( "The problem tells you that this is to equal 9. In equation form this is: \n" ); document.write( ". \n" ); document.write( "(x + 3)^2 = 9 \n" ); document.write( ". \n" ); document.write( "Squaring out the left side results in this equation becoming: \n" ); document.write( ". \n" ); document.write( "x^2 + 6 x + 9 = 9 \n" ); document.write( ". \n" ); document.write( "Subtract 9 from both sides results in: \n" ); document.write( ". \n" ); document.write( "x^2 + 6x = 0 \n" ); document.write( ". \n" ); document.write( "Factor the left side: \n" ); document.write( ". \n" ); document.write( "x(x + 6) = 0 \n" ); document.write( ". \n" ); document.write( "Note that the left side of the equation will be zero if either of the two factors is \n" ); document.write( "equal to zero ... because multiplying by a zero factor will result in an answer of zero. \n" ); document.write( ". \n" ); document.write( "So for the two answers, either: \n" ); document.write( ". \n" ); document.write( "x = 0 \n" ); document.write( ". \n" ); document.write( "or \n" ); document.write( ". \n" ); document.write( "x + 6 = 0 \n" ); document.write( ". \n" ); document.write( "In this second case, subtracting 6 from both sides results in: \n" ); document.write( ". \n" ); document.write( "x = -6 \n" ); document.write( ". \n" ); document.write( "So the two answers are x = 0 and x = -6. \n" ); document.write( ". \n" ); document.write( "To check these two answers, return to the equation: \n" ); document.write( ". \n" ); document.write( "(x + 3)^2 = 9 \n" ); document.write( ". \n" ); document.write( "Try the first answer we got ... x = 0. Substituting this value of x into the equation \n" ); document.write( "and you get: \n" ); document.write( ". \n" ); document.write( "(0 + 3)^2 = 9 \n" ); document.write( ". \n" ); document.write( "This simplifies to 3^2 = 9 and that, of course, checks out. \n" ); document.write( ". \n" ); document.write( "Next in the equation substitute -6 for x and you get: \n" ); document.write( ". \n" ); document.write( "(-6 + 3)^2 = 9 \n" ); document.write( ". \n" ); document.write( "Combining the two numbers in the parentheses leads to: \n" ); document.write( ". \n" ); document.write( "(-3)^2 = 9 \n" ); document.write( ". \n" ); document.write( "And this too is correct because squaring -3 results in +9. \n" ); document.write( ". \n" ); document.write( "So our answers of x = 0 and x = -6 are correct. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem and how to work out an answer. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |