document.write( "Question 383325: five times a number decreased by 6 is equal to the number squared? what is the number? \n" ); document.write( "
Algebra.Com's Answer #271437 by mananth(16946)![]() ![]() You can put this solution on YOUR website! five times a number decreased by 6 is equal to the number squared? what is the number? \n" ); document.write( "... \n" ); document.write( "let number be x \n" ); document.write( "5x-6 = x^2 \n" ); document.write( "+6 \n" ); document.write( "5x=x^2+6 \n" ); document.write( "-5x \n" ); document.write( "x^2-5x+6=0 \n" ); document.write( "(x-6)(x+1)=0 \n" ); document.write( "x= 6 OR x=-1 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |