answersLogoWhite

0

Depends on what substitues those letters. It can be an infinatly amount of numbers that can be put into the place of those letters.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the Sum of d and f?

d + f.


How would you write the sum of d and six in algebra form?

d+6 or 6+d


How do you transform this formula in algebra ad equals f find a?

a d = fDivide each side of the equation by 'd' :a = f/d


C program to calculate sum and average of 4 numbers?

/*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(); }


If d is the number of distinct prime factors of 12 and f is the number of positive factors of 12 what is the sum of d and f?

6


How do you explain a palindrome code?

#includeint main(){int num, r, sum=0, temp;print f("enter a number:");scan f("%d",&num);temp=num;while(n!=0){r=num%10;num=num/10;sum=sum*10+r;}if(temp==sum)print f("%d is a palindrome",temp);elseprint f("%d is not a palindrome",temp);return 0;}


What is the sum in algebra?

The sum is the answer when you have added. ex. 2+3, the sum is 5.


Factorial number's summation's program upto n numbers in c language?

#include#includeint a,f,n,sum=0; printf("Enter any number"); scanf("%d",&n); f=1; for(a=1;a<=n;a ); { f=f*a; } for(f=1;f<=n;f ); { sum=sum f; } printf("sumation of factorial numbers :",sum); getch(); }


Why d is variables?

d is part of algebra because it is a letter. Any letter in algebra is known as a variable. D is different from d in algebra. They are different.


What does sum mean in algebra?

the answer to the addition problem


What does sum mean in algebra 1?

Sum is the answer. Just like in regular math.


What is sum of product?

You don't really give enough information to answer your question fully. In maths, a "product" is what you get when you multiply things together. So A x B is the product of A and B. A sum is adding them together. So in general, a "sum of products" means you have multiplied together several groups of numbers, and added up the results, such as: A x B + C x D + E x F. What that means to you then depends a great deal on what A, B and so on are!! In particular, two important "sum of products" formulas are in expanding a polynomial in algebra, and in simplifying truth tables in boolean algebra (for designing logic circuits).