Is the integer 2 the only even prime number?

1 Answer

Answer :

What is the answer ?

Related questions

Description : n2 – 1 is divisible by 8, if n is (a) an integer (b) a natural number (c) an odd integer (d) an even integer

Last Answer : (c) an odd integer

Description : What is the remainder when positive integer p' is divided by 3? (A) p' is an even number (B) p' is a perfect square a) If statement (A) alone is sufficient to answer the ... sufficient to answer the question e) If the two statements taken together are still not sufficient to answer the question.

Last Answer : Using (A), we can have p' as 2/4/6/8 etc. we cant determine remainder when divided by 3. Using (B), we can have p' as 1/4/9/16 etc. we cant determine remainder when divided by 3. Using ... be 1/0 (4/16 leave remainder 1, 36 remainder 0). So, we cant determine using both statements. Answer: e)

Description : In LISP, the function returns t if is even and nil otherwise ___________ a) (evenp ) b) (even ) c) (numeven ) d) (numnevenp )

Last Answer : a) (evenp )

Description : A number n is a perfect cube only if there is an integer m such that n=__________

Last Answer : A number n is a perfect cube only if there is an integer m such that n=__________

Description : I am a three-digit number. All of my digits are prime. One of the numbers is even. Each of my numbers are used only once. The total of my first and last digits equals 10. The total of my first two digits equals 5. -Riddles

Last Answer : This one is fairly easy if you use elimination if you follow all the first 5 steps you get three options: 525, 327, and 723 but if you followed the last step you would reach your answer. The answer was 327.

Description : Q: Which is the only even prime number? -General Knowledge

Last Answer : Two is the ans

Description : Which of the following are not regular? (A) Strings of even number of a's. (B) Strings of a's, whose length is a prime number. (C) Set of all palindromes made up of a's and b's. (D) Strings of a's whose length is a ... ) (A), (B) and (C) only (3) (B), (C) and (D) only (4) (B) and (D) only

Last Answer : (B), (C) and (D) only

Description : TypeError: only integer scalar arrays can be converted to a scalar index -Web-Development

Last Answer : answer:

Description : The values of the remainder r, when a positive integer a is divided by 3 are (a) 0, 1, 2(b) Only 1 (c) Only 0 or 1 (d) 1, 2

Last Answer : (a) 0, 1, 2

Description : Bresenham line drawing algorithm is attractive because it uses (A) Real arithmetic only (B) Integer arithmetic only (C) Floating point arithmetic (D) Real and integer arithmetic

Last Answer : (B) Integer arithmetic only

Description : Write the given sets in roster form: (a). P = {y: y is an integer and -4 < y < 6}. (b). Q = {y: y is a natural number which is

Last Answer : (i) A = {x: x is an integer and †3 < x < 7} The elements of this set are †2, †1, 0, 1, 2, 3, 4, 5, and 6 only. Therefore, the given set can be written in roster form as A = {†2, †... and 80 only. Therefore, this set can be written in roster form as C = {17, 26, 35, 44, 53, 62, 71, 80}}.

Description : If a is a positive rational number and n is a positive integer greater than 1, prove that an is a rational number . -Maths 9th

Last Answer : We know that product of two rational number is always a rational number. Hence if a is a rational number then a2 = a x a is a rational number, a3 = 4:2 x a is a rational number. ∴ an = an-1 x a is a rational number.

Description : If a is a positive rational number and n is a positive integer greater than 1, prove that an is a rational number . -Maths 9th

Last Answer : We know that product of two rational number is always a rational number. Hence if a is a rational number then a2 = a x a is a rational number, a3 = 4:2 x a is a rational number. ∴ an = an-1 x a is a rational number.

Description : Is 9.9 a natural,whole,integer, rational,irrational, or real number?

Last Answer : rational

Description : If n is a positive integer, then the number of terms in the expansion of `(x+a)^n` is

Last Answer : If n is a positive integer, then the number of terms in the expansion of `(x+a)^n` is

Description : Is -0.462 a whole number or integer?

Last Answer : Neither because it is a decimal number

Description : Why is the following a poor definition for a whole number. A whole number is a positive integer.?

Last Answer : Zero is a whole number.

Description : A number is between -1 and -5 what is least possible integer value of its opposite?

Last Answer : 4

Description : A number is between -1 and -5 what is least possible integer value of its opposite?

Last Answer : 4

Description : A number with both integer and a fractional part has digits raised to both positive and negative powers of 2 in a decimal number system. a) True b) False

Last Answer : Answer: b Explanation: In a decimal number system, a number with both integer and a fractional part has digits raised to both positive and negative powers of 10 and not 2. e.g. 22.34 = 2 * 101 + 2 * 100 + 3 * 10-1 + 4 * 10-2

Description : Briefly explain how to convert a string representation of a number to a numeric type, such as an Integer or a Double.

Last Answer : All numeric data types have a Parse method that accepts a string parameter and returns the value represented by that string cast to the appropriate data type. You can use the Parse method of each data type to convert strings to that type.

Description : What percent of the total number of girls in the college do not know Hindi? (rounded off to nearest integer) (1) 38 (2) 46 (3) 48 (4) 36 (5) 43

Last Answer : (5) 43

Description : Develop a program to accept an integer number and print whether it is palindrome or not.

Last Answer : #include<stdio.h> #include<conio.h> void main() { int n,num,rev=0,digit,i; clrscr(); printf("Enter the number: "); scanf("%d",&num); n=num ... ;Number is palindrome"); else printf("Number is not palindrome"); getch(); }

Description : The correct way to round off a floating number x to an integer value is (A) y = (int)(x+0.5) (B) y = int(x+0.5) (C) y = (int)x+0.5 (D) y = (int)((int)x+0.5)

Last Answer : (A) y = (int)(x+0.5)

Description : Suppose the function y and a fuzzy integer number around -4 for x are given as y=(x-3)2+2 Around -4={(2,0.3), (3,0.6), (4,1), (5,0.6), (6,0.3)} respectively. Then f(Around - 4) is given by: (A) {(2,0.6), (3,0.3), ... 6), (3,1), (6,0.6), (11,0.3)} (D) {(2,0.6), (3,0.3), (6,0.6), (11,0.3)}

Last Answer : (C) {(2,0.6), (3,1), (6,0.6), (11,0.3)}

Description : Which of the following represents the valid integer number in 'C'?  A) 1500 B)1.1 C) 2-5 D) 0.123

Last Answer : a

Description : I am a two-digit number. All my digits are even. No two digits are the same. None of my digits are prime numbers. I am not a multiple of ten. My tens digit is bigger than my other numbers. ... big the number is) of all the other options with their digits added together. What number am I? -Riddles

Last Answer : If you followed all the steps apart from the last one there will be three options remaining: 64, 84, and 86. You then had to add up the digits, 64=6+4=10, 84=8+4=12, and 86=8+6=14. ... biggest number (12) and put it back as it was before the digits were added together and your answer should be 84.

Description : When a dice is rooled, find the probability of getting an even prime number.

Last Answer : When a dice is rooled, find the probability of getting an even prime number. A. `1/6` B. `1/3` C. `1/2` D. `5/6`

Description : If m and n are two odd prime numbers such that m (a) an even number (b) an odd number (c) an odd prime number (d) a prime number

Last Answer : (a) an even number

Description : Can you find the smallest radius sphere that has points with integer values?

Last Answer : answer:When you say that there will be 42 points if the x y z are unique, did you mean 48? There are six ways to arrange the numbers and eight combinations of the signs. Besides that, one ... could find a pattern as to which radii cause multiples of eight, we could limit the number of solutions.

Description : How can 1-2+3-4+5.... = 1/4 what isn't a integer?

Last Answer : I give up. How?

Description : What is the smallest integer you can think of that is not interesting?

Last Answer : I think it’s 3. All interest ends with the awesome 2 – the only even prime number.

Description : Can I set a 'limit' on an integer value in a java applet?

Last Answer : At the beginning of the function, always check to see if ‘nowplaying’ is > 9. If it is, set it to 0 and then have the function run normally. I’m familiar with C++, so I can’t really help you with the syntax, but this should be pretty easy.

Description : 2. Show that any positive odd integer is of the form 6q + 1, or 6q + 3, or 6q + 5, where q is some integer. -Maths 10th

Last Answer : Let a be any positive integer and b = 6. Then, by Euclid’s algorithm, a = 6q + r, for some integer q ≥ 0, and r = 0, 1, 2, 3, 4, 5, because 0≤r

Description : Use Euclid’s Division Lemma to show that the cube of any positive integer is either of the form 9m, 9m + 1 or 9m + 8 -Maths 10th

Last Answer : Let us consider a and b where a be any positive number and b is equal to 3. According to Euclid's Division Lemma a = bq + r where r is greater than or equal to zero and less than b (0 ≤ r < b) a = 3q + r so ... 8 Where m = (3q3 + 6q2 + 4q)therefore a can be any of the form 9m or 9m + 1 or, 9m + 8.

Description : Show that any positive odd integer is of the form 6q + 1, or 6q + 3, or 6q + 5, where q is some integer. -Maths 10th

Last Answer : Let a' be any positive integer and b = 6. ∴ By Euclid's division algorithm, we have a = bq + r, 0 ≤ r ≤ b a = 6q + r, 0 ≤ r ≤ b [ ∵ b = 6] where q ≥ 0 and r = 0,1, 2, 3, 4, ... numbers. Therefore, any odd integer can be expressed is of the form 6q + 1, or 6q + 3, or 6q + 5 where q is some integer

Description : Show that x + a is a factor of xn + an for any odd +ve integer n. -Maths 9th

Last Answer : Let f(x) = xn + an x + a will be the factor of xn + an if f(-a) = 0 Now f(-a) = (-a)n + an = 0 (since n is a odd +ve integer) Thus (x +a) is a factor of xn + an .

Description : Show that x + a is a factor of xn + an for any odd +ve integer n. -Maths 9th

Last Answer : Let f(x) = xn + an x + a will be the factor of xn + an if f(-a) = 0 Now f(-a) = (-a)n + an = 0 (since n is a odd +ve integer) Thus (x +a) is a factor of xn + an .

Description : Let R be a relation on the set of integers given by a = 2^k .b for some integer k. Then R is -Maths 9th

Last Answer : (c) equivalence relationGiven, a R b = a = 2k .b for some integer. Reflexive: a R a ⇒ a = 20.a for k = 0 (an integer). True Symmetric: a R b ⇒ a = 2k b ⇒ b = 2-k . a ⇒ b R a as k, -k are both ... = 2k1 + k2 c, k1 + k2 is an integer. ∴ a R b, b R c ⇒ a R c True ∴ R is an equivalence relation.

Description : An integer is chosen at random from the first two hundred positive integers. What is the probability that the integer chosen is divisible by 6 or 8 ? -Maths 9th

Last Answer : As there are 200 integers, total number of exhaustive, mutually exclusive and equally likely cases, i.e, n(S) = 200 Let A : Event of integer chosen from 1 to 200 being divisible by 6⇒ n(A) = 33 \(\bigg(rac{200}{6}=33rac{1}{3}\ ... (rac{25}{200}\) - \(rac{8}{200}\) = \(rac{50}{200}\) = \(rac{1}{4}\).

Description : If an integer P is chosen at random in the interval 0 ≤ p ≤ 5, the probability that the roots of the equation x^2 + px -Maths 9th

Last Answer : answer:

Description : Consider the following statements : 1. a^n + b^n is divisible by a + b if n = 2k + 1, where k is a positive integer. -Maths 9th

Last Answer : Statement (1) is correct as for k = 1, n = 2 × 1 + 1 = 3. ∴ a3 + b3 = (a + b) (a2 + b2 – ab) which is divisible by (a + b), statement (2) is also correct as for k = 1, n = 2, ∴ a2 – b2 = (a – b) (a + b) which is divisible by (a – b).

Description : Single and double are the types of (a) Integer data type (b) Decimal numbers -Technology

Last Answer : (d) Date/Time will be the data type because it allows storing date and time format.

Description : An integer takes a storage size of (a) 2 bytes (b) 1 byte -Technology

Last Answer : (a) An integer takes a storage size of 2 bytes.

Description : It is not important to specify an integer value as the width of the border of an image. -Technology

Last Answer : False Width takes an integer values that are in pixels.

Description : Rewrite the following code using switch case: int day=Integer.parseInt(jTextField1.getText()); -Technology

Last Answer : int day=Integer.parseInt(jTextField1.getText());switch(day){case 1:case 2:case 3:case 4:case 5:jOptionPane1.showMessageDialog(this, 'Working Day'); break;case 6:case 7:jOptionPane1.showMessageDialog(this, 'Off Day'); break;default:jOptionPane1.showMessageDialog(this, 'Invalid Entry');}

Description : Python: TypeError: 'numpy.float64' object cannot be interpreted as an integer -Web-Development

Last Answer : answer:

Description : Python : round up an integer to the next tens or hundreds -Web-Development

Last Answer : answer: