document.write( "Question 1135110: Prove that is a > b and c > d, then a + c > b + d. \n" ); document.write( "
Algebra.Com's Answer #752656 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Prove that \n" ); document.write( "\n" ); document.write( "------------------------\r \n" ); document.write( "\n" ); document.write( "a > b --> a = b+k for some k>0 \n" ); document.write( "c > d --> c = d+m for some m>0 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a+c = (b+k)+(d+m) = (b+d)+(k+m) > b+d, QED. \n" ); document.write( " |