How can one integer can have two absolute values?

1 Answer

Answer :

Every integer apart from 0, has two pieces of information: itsdistance from 0, and its direction from 0. So it has its value andits sign. So you have a positive and negative for each integer. Sothe digit 2 can be positive 2 or negative 2 for example.

Related questions

Description : How can one integer can have two absolute values?

Last Answer : Every integer apart from 0, has two pieces of information: itsdistance from 0, and its direction from 0. So it has its value andits sign. So you have a positive and negative for each integer. Sothe digit 2 can be positive 2 or negative 2 for example.

Description : Write a program to swap two integer values by using call by reference.

Last Answer : #include #include void swap(int *a,int *b) { int c; c=*a; *a=*b; *b=c; } void main() { int a,b; couta; coutb; cout

Description : If Ram knows that y is an integer greater than 2 and less than 7 and Hari knows that y is an integer greater than 5 and less than 10, then they may correctly conclude that (A) y can be exactly ... two values (C) y may be any of three values (D) there is no value of y satisfying these conditions

Last Answer : (A) y can be exactly determined

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 many regular polygons have integer values for their interior angles?

Last Answer : If the interior angle of a regular polygon is an integer, then so is the exterior angle.For a regular polygon, the exterior angles are all the same and can be calculated as 360° number of sides; for ... 180, 360 sides (not really met, so you can look up the names if you are really interested).

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 : In a relational database model, NULL values can be used for all but which one of the following? (A) To allow duplicate tuples in the table by filling the primary key column(s) with NULL. (B) To ... D) To fill a column in a tuple when that column does not really exist for that particular tuple.

Last Answer : (A) To allow duplicate tuples in the table by filling the primary key column(s) with NULL.

Description : In case of hydraulically smooth pipe, the resistance to flow depends only on the Reynolds number, whereas for a hydraulically rough pipe, the resistance to flow is governed by the relative roughness. Two pipes are said ... co-efficient for flows at equal Reynold number (D) All (A), (B) & (C)

Last Answer : (C) Friction co-efficient for flows at equal Reynold number

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 : (2) Exclusion Principle of Pauli Explanation: The Pauli exclusion principle is the quantum mechanical principle that no two identical fermions (particles with half-integer spin) may occupy the same ... function for two identical fermions is anti-symmetric with respect to exchange of the particles.

Last Answer : The three elements most needed in common fertilizers are – (1) Sulphur, Phosphorous and Sodium (2) Nitrogen, Phosphorous and Sodium (3) Phosphorous, Sodium and Nitrogen (4) Calcium, Phosphorous and Potassium

Description : Coding schemes can be divided into two broad categories…………, …… A. character coding, integer coding B. hamming coding and block coding C. Hamming coding and convolution coding D. Block Coding and Convolution Coding.

Last Answer : D. Block Coding and Convolution Coding.

Description : A method name myMethod( ) that needs two integer arguments is declared as A) public void myMethod( ); B) public void myMethod(int a, int b); C) public void myMethod(int a, b); D) public int myMethod(a, b);

Last Answer : B) public void myMethod(int a, int

Description : Write a C++ program to swap two integer numbers and swap two float numbers using function overloading.

Last Answer : #include<iostream.h> #include<conio.h> void swap(int a,int b) { int temp; temp=a;  a=b;  b=temp; cout<<"\nInteger values after swapping are:"<<a<<" "< ... { clrscr(); swap(10,20); swap(10.15f,20.25f); getch(); }

Description : Develop a simple ‘C’ program for addition and multiplication of two integer numbers.

Last Answer : #include<stdio.h> #include<conio.h> void main() { int a,b,add,mul; clrscr(); printf("Enter value for a and b:"); scanf("%d%d",&a,&b); add=a+b; ... b=%d\n",add); printf("\Multiplication of a and b=%d",mul); getch(); }

Description : Consider the following database table : Create table test( one integer, two integer, primary key(one), unique(two), check(one≥1 and ≤10), check(two≥1 and ≤5) ); How many data records/tuples atmost can this table contain ?  (A) 5 (B) 10 (C) 15 (D) 50

Last Answer : (A) 5 

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 : 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 : 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 : 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 : 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 : 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 : 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 : 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 : TypeError: only integer scalar arrays can be converted to a scalar index -Web-Development

Last Answer : answer:

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:

Description : is -10/12 a integer?

Last Answer : -22

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

Last Answer : rational

Description : What is the effect of dividing an integer by a real quantity?

Last Answer : You may get a real answer, or not (if the divisor is 0).

Description : is 9.5 a rational or integer?

Last Answer : it is a ratinal

Description : is 7/5 rational or integer?

Last Answer : 1.4

Description : What is an integer variable ?

Last Answer : A variable whose value is an integer is called an integer variable or integer variable.

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 : If `a lt 0` and n is any odd integer, then the sign of `root(n)(a)` is _______

Last Answer : If `a lt 0` and n is any odd integer, then the sign of `root(n)(a)` is _______

Description : If `a gt 0` and `n` is any positive integer, then the sign of `root(n)(a)` is _______.

Last Answer : If `a gt 0` and `n` is any positive integer, then the sign of `root(n)(a)` is _______.

Description : The positive integer value of `n gt 3` satisfying the equation `(1)/(sin((pi)/(n)))=(1)/(sin((2pi)/(n)))+(1)/(sin((3pi)/(n)))` is

Last Answer : The positive integer value of `n gt 3` satisfying the equation `(1)/(sin((pi)/(n)))=(1)/(sin((2pi)/(n)))+(1)/(sin((3pi)/(n)))` is

Description : The least positive integer x, which satisfies the inequality `log_(log(x/2)) (x^2-10x+22) > 0` is equal to

Last Answer : The least positive integer x, which satisfies the inequality `log_(log(x/2)) (x^2-10x+22) > 0` is equal to A. `3` B. `4` C. `7` D. `8`

Description : Let `a`, `b`, `c`, `d` are positive integer such that `log_(a)b=3//2` and `log_(c)d=5//4`. If `a-c=9`, then value of `(b-d)` is equal to

Last Answer : Let `a`, `b`, `c`, `d` are positive integer such that `log_(a)b=3//2` and `log_(c)d=5//4`. If `a-c=9` ... ` is equal to A. `20` B. `93` C. `10` D. `1`

Description : Solve for `x` (where `[*]` denotes greatest integer function and `{*}` represent fractional part function) `(i) [2x]=1` `(ii) {x}^(2)+[x]=2` `(iii) 6{

Last Answer : Solve for `x` (where `[*]` denotes greatest integer function and `{*}` represent fractional part function) `(i) [2x]=1 ... 0` `(iv) 6{x}^(2)-5{x}-1=0`