document.write( "Question 162626: Three times the square of a certain positive number exceeds six times the number by nine. Find the number: \n" ); document.write( "
Algebra.Com's Answer #119835 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Three times the square of a certain positive number exceeds six times the number by nine. Find the number: \n" ); document.write( "--------------- \n" ); document.write( "Let the number be \"x\": \n" ); document.write( "EQUATION: \n" ); document.write( "3x^2 = 6x+9 \n" ); document.write( "x^2-2x-3 = 0 \n" ); document.write( "(x-3)(x+1) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "x = 3 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |