document.write( "Question 108141: I can't seem to figure this one out can you help me please?
\n" );
document.write( "4n^2 + 20n=0 I have to solve the equation. \n" );
document.write( "
Algebra.Com's Answer #78789 by bucky(2189) ![]() You can put this solution on YOUR website! You can solve this by first noting that both of the terms on the left side contain the unknown \n" ); document.write( "variable n. Therefore, n can be factored out to give: \n" ); document.write( ". \n" ); document.write( "n*(4n + 20) = 0 \n" ); document.write( ". \n" ); document.write( "Then notice that the left side of this equation will be zero (and therefore equal to the right \n" ); document.write( "side) if either of the two factors on the left side is zero ... because multiplication \n" ); document.write( "by zero results in the product being zero. \n" ); document.write( ". \n" ); document.write( "So, this equation will be true if either n = 0 or if 4n + 20 = 0 \n" ); document.write( ". \n" ); document.write( "You can immediately tell that n = 0 is one solution to the problem. Next you need to solve \n" ); document.write( "the equation 4n + 20 = 0 to find the other value of n that will make the equation true. \n" ); document.write( ". \n" ); document.write( "4n + 20 = 0 <==== subtract 20 from both sides to get rid of the + 20 on the left side \n" ); document.write( ". \n" ); document.write( "4n = -20 <=== solve for n by dividing both sides by + 4 to reduce the equation: \n" ); document.write( ". \n" ); document.write( "n = -20/4 = -5 \n" ); document.write( ". \n" ); document.write( "In summary, if n = 0 or if n = -5 the equation of the original problem will be true, so \n" ); document.write( "those are the two answers for n. \n" ); document.write( ". \n" ); document.write( "You can check these answers by going back to the original problem and substituting them \n" ); document.write( "(one at a time) to make sure the equation is true for that value. \n" ); document.write( ". \n" ); document.write( "So start with: \n" ); document.write( ". \n" ); document.write( "4n^2 + 20n = 0 \n" ); document.write( ". \n" ); document.write( "Let n = 0 and the equation becomes: \n" ); document.write( ". \n" ); document.write( "4(0)^2 + 20*0 = 0 \n" ); document.write( ". \n" ); document.write( "This is true because both terms on the left side contain 0 as a multiplier. \n" ); document.write( ". \n" ); document.write( "Next let n = -5. When you do the equation becomes: \n" ); document.write( ". \n" ); document.write( "4*(-5)^2 + 20(-5) = 0 \n" ); document.write( ". \n" ); document.write( "Squaring the -5 results in +25, making the equation become: \n" ); document.write( ". \n" ); document.write( "4*25 + 20*(-5) = 0 \n" ); document.write( ". \n" ); document.write( "4*25 is 100 and 20*(-5) is -100 so the equation is equivalent to: \n" ); document.write( ". \n" ); document.write( "100 - 100 = 0 \n" ); document.write( ". \n" ); document.write( "This also is true. So our two answers for n work ... n = 0 and n = -5 \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem and how to get the solution. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |