document.write( "Question 658701: If the square of a number is added to 8 the result is 6 times the number. find the numbers? \n" ); document.write( "
Algebra.Com's Answer #410411 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If the square of a number is added to 8 the result is 6 times the number. find the numbers? \n" ); document.write( "----- \n" ); document.write( "Let the number be \"x\": \n" ); document.write( "Equation: \n" ); document.write( "x^2 + 8 = 6x \n" ); document.write( "---- \n" ); document.write( "x^2 - 6x + 8 = 0 \n" ); document.write( "---- \n" ); document.write( "Factor: \n" ); document.write( "(x-4)(x-2) = 0 \n" ); document.write( "x = 4 or x = 2 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |