document.write( "Question 248694: the product of a number M and six less than M is -5 . what is the sum of all possible values of M ? \n" ); document.write( "
Algebra.Com's Answer #181257 by dabanfield(803) ![]() You can put this solution on YOUR website! the product of a number M and six less than M is -5 . what is the sum of all possible values of M ?\r \n" ); document.write( "\n" ); document.write( "M*(M-6) = -5 \n" ); document.write( "M^2 - 6M + 5 = 0 \n" ); document.write( "(M-5)*(M-1) = 0 \n" ); document.write( "So: M=5 or M=1 so the sum of the two solutions is 5+1 = 6 \n" ); document.write( " |