document.write( "Question 803543: the square of a number is 6 less than 5 times the number. what is the number? \n" ); document.write( "
Algebra.Com's Answer #484437 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! he square of a number is 6 less than 5 times the number. \n" ); document.write( " what is the number? \n" ); document.write( ": \n" ); document.write( "n^2 = 5n -6 \n" ); document.write( "n^2 - 5n + 6 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(n-3)(n-2) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "n = 3 \n" ); document.write( "n = 2 \n" ); document.write( ": \n" ); document.write( "You can check both solutions in the original statement \n" ); document.write( " |