document.write( "Question 447113: find 2n^2 if n(n+3)=4 \n" ); document.write( "
Algebra.Com's Answer #307897 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! n(n+3)=4 \n" ); document.write( "n^2 + 3n = 4 \n" ); document.write( "n^2 + 3n - 4 = 0 \n" ); document.write( "Solve for n using the quadratic formula: \n" ); document.write( " \n" ); document.write( "This gives n = 1,-4 \n" ); document.write( "So 2n^2 = 2 or 32 \n" ); document.write( " |