document.write( "Question 16633: 4. Three times the square of a certain positive number exceeds six times the number by nine. Find the number:
\n" );
document.write( "a. 3 b. 6 c. 4 d. 9 e. none
\n" );
document.write( "The answer is A, but how? I don't think I used the correct formula. Please help! \n" );
document.write( "
Algebra.Com's Answer #27573 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let the number be x. Then we have \n" ); document.write( "3x^2 - 6x = 9 \n" ); document.write( "3x^2 - 6x - 9 = 0 \n" ); document.write( "x^2 - 2x - 3 = 0 \n" ); document.write( "(x - 3)(x + 1) = 0 \n" ); document.write( "x = 3 and x = -1 \n" ); document.write( "but since you need positive only... \n" ); document.write( "x = 3 \n" ); document.write( "Choice A. \n" ); document.write( " |