document.write( "Question 163419: if a+b+c+d=2001 and b+d=2002, what is the value of a-b+c-d? \n" ); document.write( "
Algebra.Com's Answer #120777 by orca(409)\"\" \"About 
You can put this solution on YOUR website!
a - b + c - d
\n" ); document.write( "= a -b + c - d + (b + d - b - d)
\n" ); document.write( "= a + b + c + d -2b - 2d
\n" ); document.write( "= (a + b + c + d) - 2(b + d)
\n" ); document.write( "= 2001 - 2*2002
\n" ); document.write( "= -2003
\n" ); document.write( "
\n" ); document.write( "
\n" );