answersLogoWhite

0

1, 3, 11, 33

3 and 11 are prime.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you find the primeFactors of a given number?

By dividing it by the prime factors that have no remainders


What are the primefactors of 10?

1,2,5,10


What is the primefactors of 15?

3 and 5


Is it possible that 3 consecutivewhole numbers can be primefactors?

No


What are the factors of 33 and 99?

Factors of 33=1,33,3,11 Factors of 99=1,99,3,33,11,99 HCF of 33&99 is 33


Write a program in java to print prime factors of a number?

import java.io.*; class PrimeFactors { private boolean prime(int a) { boolean b=true; for(int i=2;i<=(a/2);i++) { if(a%i==0) b=false; } return b; } protected static void main()throws IOException { BufferedReader in=new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter the Number: "); int a=Integer.parseInt(in.readLine()); PrimeFactors o=new PrimeFactors(); System.out.println("Prime Factors of "+a+" are::"); for(int i=1;i<=(a/2);i++) { if(a%i==0) { boolean b=o.prime(i); if(b==true) System.out.print(i+" "); } } }}


What are the factors 33?

Assuming you meant the factors of 33, there are 4:1, 3, 11, 33.The factors of 33 are 1, 3, 11 and 33


All factors of 33?

The factors of 33 are 1, 3, 11, and 33.


What are the factors of 21 and 33?

The factors of 21 are: 1, 3, 7, 21 The factors of 33 are: 1, 3, 11, 33


What are the factors of 39 and 33?

The factors of 33 are: 1, 3, 11, 33 The factors of 39 are: 1, 3, 13, 39


How many factors does 33 have?

It has 4 factors. 1,3,11, and 33


What are the factors of 25 and 33?

Factors of 25: 1, 5, 25. Factors of 33: 1, 3, 11, 33.