answersLogoWhite

0

What prime numbers are the sum f 108?

Updated: 8/20/2019
User Avatar

Wiki User

9y ago

Best Answer

103 and 5

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What prime numbers are the sum f 108?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is The cube of a number added to the sum of four times the number and 2 is a prime number?

f(n) = n^3 + 4n + 2 = prime This works for at least two numbers f(0) = 2 f(1) = 7


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


F some Numbers are Integers and some Integers are Prime then all Numbers are definitely Prime This statement is?

False


What are the even prime numbers f?

Just 2.


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


What is the H.C. F. of two distinct prime number?

The GCF of any set of distinct prime numbers is 1.


How do you find the mean of 6 numbers?

Mean = sum of all numbers divided by number of numbers you summed. Call numbers a, b, c, d, e, f (a+b+c+d+e+f)/6 = mean


108 degrees F is equal to how many degrees C?

108°f=136.8°c


What is 15 plus 13 in hexadecimal numbers?

Expressed as a sum in hexadecimal form, F + D = 1C.


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


What number has only 6 prime numbers?

Any number of the form n = a*b*c*d*e*f where a, b, c, d, e and f are different prime numbers. n has 26 = 64 factors in total, of which 1 is the number 1 (neither prime nor composite), 6 are prime, and the remaining 57 are composite.


Can the mean be a decimal?

Yes, the mean can be a decimal because the mean is a+b+c+d+(the numbers)....=e(the sum of the numbers), then e/(the quantity of numbers added together to get e)=f(the mean). Sometimes the sum may not go into the quantity in a whole number, which gives you a decimal.