document.write( "Question 932691: if six times the sum of a number and five is added to three, then the result is equal to a negative nine \n" ); document.write( "
Algebra.Com's Answer #566326 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 6(n+5) + 3 = -9 \n" ); document.write( "6n + 30 + 3 = -9 \n" ); document.write( "6n = -42 \n" ); document.write( "n = -7 \n" ); document.write( " |