answersLogoWhite

0


Best Answer

1 x 13

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What array can you use that represents 13 a prime number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use Arrays to find factors of numbers?

You might use the array to store the results, since a number may be made up of several prime factors. As soon as you find a prime factor, save the result to the array, and continue looking for additional factors. If you want all factors, not just prime factors, the principle is the same; you can store the results of your calculations to an array.


How can I get the size of an array in C?

To get the size of an array in C, you can use the sizeof() operator. This operator returns the number of bytes occupied by the array, so to get the number of elements in the array, you can divide the total size by the size of one element.


How can you dicribe array?

An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.An array is when you store several data items with a single name. You only use a number to distinguish the individual items. Or two or more numbers, if you use a multidimensional array.


Is 41 a composite number or prime number?

It is a Prime Number.41 is prime.


What is the process for finding the kth smallest number in an unsorted array?

To find the kth smallest number in an unsorted array, you can use a sorting algorithm like quicksort or heapsort to arrange the array in ascending order. Then, you can simply access the kth element in the sorted array to find the kth smallest number. This process ensures that the kth smallest number is easily identified and retrieved from the array.


How can you use an array of counters to identify whether a number of counters is prime or composite?

If you can arrange the counters in the shape of a rectangle with at least two in each row and each column then the number is composite. The numbers of row and the numbers of columns are factors of the given number. If the only rectangle you can make is the "degenerate" one, with only one row or only one column, then the number is prime.


Is 67 a prime or composite number?

67 is a prime number.Prime.67 is a prime number


Is 19 a prim number or a composite number?

19 is a prime number.19 is a prime number.19 is a prime number.19 is a prime number.


Is 1000000007 a prime number or a composite number?

It is prime. I have suggestion for you. Whenever you wanted to know a number is prime or not, use the calculator of this site: prime-calculator dot com.


Is 29 an prime or composite number?

It is prime. Whenever you wanted to know a number is prime or composite, use this site. It can tell you the number is prime or not: prime-calculator dot com. It has lots of other abilities. Enjoy it.


Find index number of an given array?

For instance, you have array of type int with a name myArray, and you do not know size of the array. You can use following statement to get it:int arraySize = myArray/myArray[0];arraySize gives you number of elements in myArray.


Is 61 a prime number of composite number?

I think it's prime. But whenever you wanted to know a number is prime or composite, use this site. It must be usefull:prime-calculator dot com