document.write( "Question 1084430: The area of a garden can be found using the equation
\n" );
document.write( "A=2n^2-21n, where n>10
\n" );
document.write( "What is the value of n when the area is 176 square units \n" );
document.write( "
Algebra.Com's Answer #698534 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "2n^2 - 21n = 176 \n" ); document.write( "2n^2 - 21n - 176 = 0 \n" ); document.write( "(2n + 11)(n - 16) = 0 \n" ); document.write( "2n + 11 = 0 \n" ); document.write( "n = -5.5 (Disregard as -ve) \n" ); document.write( "n - 16 = 0 \n" ); document.write( "n = 16 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |