answersLogoWhite

0

103 and 5

User Avatar

Wiki User

10y ago

What else can I help you with?

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.


How you can find LCM of the given number?

Firstly, the LCM f a single number is the number itself.The LCM of many numbers is found by dividing the numbers with the smallest prime numbers until the numbers are completely divided and the remainder is zero.Then all the prime numbers used for dividing is multiplied and the LCM is found.