18 and -2
Additive inverses
no solultion!
The sum of two complementary angles is 90 degrees.
Two angles whos sum equals ninety degrees
The difference of two numbers is 8. Their sum is 22. What are the two numbers?
Difference. A sum is the result of adding two numbers, and a difference is the result of subtracting two numbers.
Two numbers with a sum of 4 and a difference of 9 are -6.5 and 2.5.
The sum of the two numbersis 105.7 the difference of the two number is19
The two numbers are 50 and 63. Their sum is 113 and they have a difference of 13.
Assuming that a and b are two non-negative numbers, then their sum is a + b and the difference is |a - b|.
program SumAndDifference; var num1, num2, sum, difference: integer; begin write('Enter first number: '); read(num1); write('Enter second number: '); read(num2); sum := num1 + num2; difference := num1 - num2; if sum > difference then written('The sum is greater: ', sum) else written('The difference is greater: ', difference); end. This program will prompt the user to enter two numbers, calculate their sum and difference, and then compare the two values. If the sum is greater than the difference, it will display the sum; otherwise, it will display the difference.
wala