document.write( "Question 450191: i dont know what category this goes in but:
\n" );
document.write( "the sum of twice a number and three times its square is 261. Find the number. \n" );
document.write( "
Algebra.Com's Answer #309706 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! the sum of twice a number and three times its square is 261. Find the number. \n" ); document.write( ". \n" ); document.write( "Let n = the number \n" ); document.write( "then \n" ); document.write( "2n + 3n^2 = 261 \n" ); document.write( "3n^2 + 2n = 261 \n" ); document.write( "3n^2 + 2n - 261 = 0 \n" ); document.write( "factoring the left: \n" ); document.write( "(3n+29)(n-9) = 0 \n" ); document.write( "n = {-29/3, 9} \n" ); document.write( "answer: 9 \n" ); document.write( " \n" ); document.write( " |