answersLogoWhite

0

2 3 5 7 11 13 17 19 23 29 31 37 41 43 47

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What number is over 1 and that is not a prime number?

No numbers, because 2 is the smallest prime number 0 and 1 aren't prime #'s.


What does the number 50 billion look like?

9 0's so50,000,000,000


Is 118 a prime number or a composite number?

composite. prime #s can only be divided by 1 and itself


How do you write a java program to check a number is twisted prime or not?

To write a Java program to check if a number is a twisted prime or not, you first need to create a function that checks if the number is prime. You can do this by iterating from 2 to the square root of the number and checking if the number is divisible by any of these values. Once you have verified that the number is prime, you can then check if the number remains prime after twisting its digits (reversing the number and checking if the reversed number is also prime). If both conditions are met, then the number is a twisted prime.


What is the whole numbers less than 50 have prime factorizations composed of a prime squared?

for s being prime find all s so that s² < 50 { 4 , 25 , 49...and one more }


How can you Write a suitable pseudo code to check whether a number is prime or not?

Begin Read num for(i=2; i<num; i++) if(num%2==0) then print "the number is not a prime no."; else if print "the number is prime"; end if Stop


What are composite 's?

A prime number has only 2 factors which are 1 and itself. Composite numbers are everything else except 1 and 0. 1 and 0 are neither prime, nor composite.


Is 121 a a prime number?

121 is not a prime number because it has more factors than 1 and itself.


What input you will give to write a basic program to find prime numbers between 1 to 100 using if and else?

#include <iostream> void main() { using namespace std; int num, rem, sum=0; //Declaring variables cout<<"Enter a number :"<<endl; cin>>num; //Loop to calculate the sum of the digits of the given number. while(num!=0) { rem=num%10; num=num/10; sum=sum+rem; } cout<<"Sum of the digits is "<<sum<<endl; cin.get(); }


What is 50's prime factorization?

2 x 5 x 5 = 50


What are the release dates for Prime 9 - 2009 Players of the 50's 4-2?

Prime 9 - 2009 Players of the 50's 4-2 was released on: USA: 2011


Is 51 a prime?

No, 51 is not a prime number. A prime number is a number that has only itself and 1 as a factor. 51's factors are 1,3,17, and 51.