document.write( "Question 183957: six more than the square of a number is seven times the nimber. find all such numbers \n" ); document.write( "
Algebra.Com's Answer #137995 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! six more than the square of a number is seven times the number. Find all such numbers \n" ); document.write( "------- \n" ); document.write( "Let the number be \"x\": \n" ); document.write( "Equation: \n" ); document.write( "x^2 + 6 = 7x \n" ); document.write( "----- \n" ); document.write( "x^2-7x+6 = 0 \n" ); document.write( "(x-6)(x-1) = 0 \n" ); document.write( "x = 6 or x = 1 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |