document.write( "Question 401566: Problem:\r
\n" );
document.write( "\n" );
document.write( "5x - 4y + z when x = 6, y = -5 and z = 3\r
\n" );
document.write( "\n" );
document.write( "Answer:
\n" );
document.write( "53\r
\n" );
document.write( "\n" );
document.write( "The way I wrote it is:
\n" );
document.write( "5(6) - 4(-5) + 3
\n" );
document.write( "30 - (-20) + 3
\n" );
document.write( "= 13\r
\n" );
document.write( "\n" );
document.write( "Question:
\n" );
document.write( "Why did the minus turn to positive and the negative 20 turn positive 20?
\n" );
document.write( "Is there a time that this does not occur?\r
\n" );
document.write( "\n" );
document.write( "Please, keep this simple. I am already having a difficult time. \n" );
document.write( "
Algebra.Com's Answer #284192 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Two negative signs essentially cancel out, leaving a positive. Here's why:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The negative of a number, x, is a number that satisfies \"x plus the negative of x equals zero.\" Therefore the negative of x is -x. The negative of -x is the number such that, when added to -x, produces 0. Here, x is the number that satisfies, since (-x) + x = 0, so -(-x) = x. \n" ); document.write( " |