document.write( "Question 736300: I am dealing with adding signed number. for example: -10+(-7) can u help me. \n" ); document.write( "
Algebra.Com's Answer #449764 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Both numbers are negative, so you add the numbers (ignore the negative signs) to get 10+7 = 17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then you make the result negative since both numbers are negative to get the final answer to be -17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Real World Example: you are 10 dollars in debt (represented by the integer -10) and you go 7 more dollars in debt (-7). In total, you are 17 dollars in debt (-17) \n" ); document.write( " |