document.write( "Question 347962: 5 times the sum of a number and -1 is the same as 6 times the number. \n" ); document.write( "
Algebra.Com's Answer #248765 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 5 times the sum of a number and -1 is the same as 6 times the number. \n" ); document.write( ". \n" ); document.write( "Let x = the number \n" ); document.write( "then \n" ); document.write( "5(x+(-1)) = 6x \n" ); document.write( "5(x-1) = 6x \n" ); document.write( "5x-5 = 6x \n" ); document.write( "-5 = x \n" ); document.write( ". \n" ); document.write( "Answer: the \"number\" is -5 \n" ); document.write( " |