The answer depends on how you parse the sentence; it is either
12(c+4) = 12c + 48
OR
12c + 4
(c+4)/2
5(c+8) or 5c+40
/*mycfiles.wordpress.com To Calculate Sum & Average of 4 no.*/ #include<stdio.h> #include<conio.h> void main() { float a,b,c,d,sum,avg; clrscr(); printf("Enter the 4 nos.\n\n"); scanf("%f%f%f%f",&a,&b,&c,&d); sum=a+b+c+d; avg=(a+b+c+d)/4; printf("\nSum is= %f\nAverage is= %f",sum,avg); getch(); }
"the same as the others added together" For example: a=b+c+d a is equal to the sum of b plus c plus d. 9=2+3+4
If We are looking for A, B and C If the first number is A then we know B = A+2 C = A+4 and 3A = B+C or 3A = (A+2) + (A+4) so 3A = 2A +6 3A - 2A = 6 A = 6 B= 8 C= 10
The question is ambiguous and the two possible answers are: Twelve times (a number and 5 times the number) = 12*(n + 5n) = 12*6n = 72n Twelve times a number amd five times the number = 12*n + 5*n = 17*n
(c+4)/2
5(c+8) or 5c+40
/*mycfiles.wordpress.com To Calculate Sum & Average of 4 no.*/ #include<stdio.h> #include<conio.h> void main() { float a,b,c,d,sum,avg; clrscr(); printf("Enter the 4 nos.\n\n"); scanf("%f%f%f%f",&a,&b,&c,&d); sum=a+b+c+d; avg=(a+b+c+d)/4; printf("\nSum is= %f\nAverage is= %f",sum,avg); getch(); }
7 * (c + 2) = 7 * c + 14
h = 4 and 8 +4=12
1.Start 2. Input a,b,c 3. Sum = a+b+c 4. Average = sum/3 5. Output - Sum,Average 6. Stop
Sum means to add.. so the equation would look like 3(c+d) or (c+d)*3. You could also add them separately. 3c+3d Hope that helps!
The sum of is the total of everything being summed; the sum total. Thus the sum of a, b and c is therefore a + b + c.
"the same as the others added together" For example: a=b+c+d a is equal to the sum of b plus c plus d. 9=2+3+4
If We are looking for A, B and C If the first number is A then we know B = A+2 C = A+4 and 3A = B+C or 3A = (A+2) + (A+4) so 3A = 2A +6 3A - 2A = 6 A = 6 B= 8 C= 10
If you're trying to find the product, that means multiply. So 4*8*C would be 32*C (or 32C). Since the value of C is unknown, this is as far as the equation can go. Remember: Sum means add. Difference means subtract. Product means multply. Quotient means divide.