document.write( "Question 1023944: 3 times a number is 54 less than the square of that number. Find the positive solution. \n" ); document.write( "
Algebra.Com's Answer #639452 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let's call the number, x. Then we write \n" ); document.write( "3x = x^2 - 54 \n" ); document.write( "Subtract off the 3x and then factor...we get \n" ); document.write( "x^2 - 3x - 54 = 0 \n" ); document.write( "(x - 9)(x + 6) = 0 \n" ); document.write( "x = 9 or x = -6 \n" ); document.write( "The positive solution is \n" ); document.write( "x = 9 \n" ); document.write( " |