The two numbers are 25 and 15
Wiki User
∙ 2017-10-22 14:22:52Anonymous
25 15
Anonymous
12
Anonymous
What is the sum of 9 and the difference of 3
Anonymous
20 30
2 Numbers are a and b. We have( a>b) a+b=40(1) and a-b=10(2) a=10+b( from 2. Subtracts both side by b) => 10+b+b=40 (from 1. Substitute a with 10+b) => 10+2b =40 => 2b =30 => b =15 =>a=10+15=25 => a=25 b=15.
The sum of two numbers between 20-40 is 58. The difference is 12
The two numbers are 10 and 2
10
20.
UwU
15 and 25
25 and 15
2 Numbers are a and b. We have( a>b) a+b=40(1) and a-b=10(2) a=10+b( from 2. Subtracts both side by b) => 10+b+b=40 (from 1. Substitute a with 10+b) => 10+2b =40 => 2b =30 => b =15 =>a=10+15=25 => a=25 b=15.
The numbers are 25 and 15
The numbers are 25 and 15
It's 25 and 15
Thw two numbers are 25 and 15 because 25+15 = 40 and 25-15 = 10
The two numbers needed are 25 and 15
50
40
int sum = 0; for(int i = 10; i <= 40; i += 2) { sum += i; } printf("Sum of all even numbers between 10 and 40(inclusive) is %d\n", sum);