document.write( "Question 239076: what is an equivalent expression of -(s+6) without the parenthesis \n" ); document.write( "
Algebra.Com's Answer #175590 by College Student(505)![]() ![]() You can put this solution on YOUR website! -(s+6) is the same as to say -1(s+6). \n" ); document.write( ". \n" ); document.write( "Now you would need to multiply -1 by each term inside the parenthesis. \n" ); document.write( "(-1*s)+(-1*6)= \n" ); document.write( ". \n" ); document.write( "(-s)+(-6)= \n" ); document.write( ". \n" ); document.write( "-s-6 <--- this is your answer without using the parenthesis. \n" ); document.write( " |