How many solutions are there for the equation x+y+z+u=29 subject to the constraints that x≥1, y≥2, z≥3 and u≥0? (A) 4960 (B) 2600 (C) 23751 (D) 8855

1 Answer

Answer :

(B) 2600

Related questions

Description : 59. Alternative solutions exist of an LP model when a. One of the constraints is redundant b. Objective function equation is parallel to one of the constraints c. Two constraints are parallel d. All of the above

Last Answer : b. Objective function equation is parallel to one of the constraints

Description : …………. Refer to the names of variables, functions, arrays, classes etc. created by the programmer. A) Keywords B) Identifiers C) Constraints D) Strings

Last Answer : B) Identifiers

Description : . ………………… is a special type of integrity constraint that relates two relations & maintains consistency across the relations. A) Entity Integrity Constraints B) Referential Integrity Constraints

Last Answer : B) Referential Integrity

Description : ………………… is preferred method for enforcing data integrity A) Constraints B) Stored Procedure C) Triggers D) Cursors

Last Answer : A) Constraints

Description : ……………. is a preferred method for enforcing data integrity A) Constraints B) Stored procedure C) Triggers D) Cursors

Last Answer : A) Constraints

Description : In the relational modes, cardinality is termed as: (A) Number of tuples. (B) Number of attributes. (C) Number of tables. (D) Number of constraints

Last Answer : (A) Number of tuples

Description : Based on the cardinality ratio and participation ............... associated with a relationship type, choose either the Foreign Key Design, the Cross Referencing Design or Mutual Referencing Design. (A) Entity (B) Constraints (C) Rules (D) Keys

Last Answer : (B) Constraints

Description : An ER Model includes I. An ER diagram portraying entity types. II. Attributes for each entity type III. Relationships among entity types. IV. Semantic integrity constraints that reflects the business rules about data not ... ; IV (B) I&IV (C) I, II & IV (D) I & III

Last Answer : (A) I, II, III & IV

Description : In constraint satisfaction problem, constraints can be stated as . (A) Arithmatic equations and inequalities that bind the values of variables (B) Arithmatic equations and inequalities ... impose restrictions over variables (D) Arithmatic equations that discard constraints over the given variables

Last Answer : (A) Arithmatic equations and inequalities that bind the values of variables

Description : A pushdown automation M = (Q, Σ, Γ, δ, q0, z, F) is set to be deterministic subject to which of the following condition(s), for every q ∈ Q, a ∈ Σ ∪ {λ} and b ∈ Γ (s1) δ(q, a, b) contains at most one ... ) must be empty for every c ∈ Σ (A) only s1 (B) only s2 (C) both s1 and s2 (D) neither s1 nor s2

Last Answer : (C) both s1 and s2

Description : 56. Constraints in LP problem are called active if they a. Represent optimal solutions b. At optimality do not consume all the available resources c. Both a & b d. None of the above

Last Answer : a. Represent optimal solutions

Description : The end points of a given line are (0, 0) and (6, 18). Compute each value of y as x steps from 0 to 3, by using equation of straight line : (A) For x=0, y=0; x=1, y=3; x=2, y=6; x=3, y=9 (B) For x=0, y=1; x=1, y=3; x=2, ... x=1, y=3; x=2, y=6; x=3, y=9 (D) For x=0, y=0; x=1, y=3; x=2, y=4; x=3, y=6

Last Answer : Answer: A

Description : If we convert ∃u ∀v ∀x ∃y (P(f(u),v, x, y) → Q(u,v,y)) to ∀v ∀x (P(f(a),v, x, g(v,x)) → Q(a,v,g(v,x))) This process is known as (A) Simplification (B) Unification (C) Skolemization (D) Resolution

Last Answer : (C) Skolemization

Description : Write any four solutions of the linear equation y = 4 x – 11. -Maths 9th

Last Answer : answer:

Description : How many times does the following code segment execute int x=1, y=10, z=1; do{y--; x++; y-=2; y=z; z++} while (y>1 && z

Last Answer : A) 1

Description : The simplified function in product of sums of Boolean function F(W, X, Y, Z) = Σ(0, 1, 2, 5, 8, 9, 10) is (A) (W' + X') (Y' + Z') (X' + Z) (B) (W' + X') (Y' + Z') (X' + Z') (C) (W' + X') (Y' + Z) (X' + Z) (D) (W' + X') (Y + Z') (X' + Z)

Last Answer : (A) (W' + X') (Y' + Z') (X' + Z)

Description : In homogenous coordinate system (x, y, z) the points with z = 0 are called (A) Cartesian points (B) Parallel points (C) Origin point (D) Point at infinity

Last Answer : (D) Point at infinity

Description : A Boolean operator Ө is defined as follows: 1Ө1=1, 1Ө0=0, 0Ө1=0 and 0Ө0=1 What will be the truth value of the expression (xӨy)Өz = xӨ(yӨz)? (A) Always false (B) Always true (C) Sometimes true (D) True when x, y, z are all true

Last Answer : (B) Always true

Description : The sum of products expansion for the function F(x, y, z) = (x + y)z’ is given as (A) x’y’z + xyz’ + x’yz’ (B) xyz + xyz’ + xy’z’ (C) xy’z’ + x’y’z’ + xyz’ (D) xyz’ + xy’z’ + x’yz’

Last Answer : (D) xyz’ + xy’z’ + x’yz’ Explanation: Use Boolean identities to expand the product and simplify. F(x, y, z)=(x + y)z’  =xz’+yz’ Distributive law  =x1z’+1yz’ Identity law  =x(y+y’)z’+(x+x’)yz’ Unit property =xyz’+xy’z’+xyz’+x’yz’ Distributive law  =xyz’+xy’z’+x’yz’ Idempotent law 

Description : For the implementation of a paging scheme, suppose the average process size be x bytes, the page size be y bytes, and each page entry requires z bytes. The optimum page size that minimizes the total overhead due to the page ... fragmentation loss is given by (A) x/2 (B) xz/2 (C) √2xz (D) (√xz)/2

Last Answer : (C) √2xz 

Description : There are exactly ................ different finite automata with three states x, y and z over the alphabet {a, b} where x is always the start state. (A) 64 (B) 256 (C) 1024 (D) 5832

Last Answer : Answer: D

Description : A three dimensional array in C' is declared as int A[x][y][z]. Here, the address of an item at the location A[p][q][r] can be computed as follows (where w is the word length of an integer): (A) &A[0][0][0]+w(y*z*q+z*p+r) (B) &A ... *q+r) (C) &A[0][0][0]+w(x*y*p+z*q+r) (D) &A[0][0][0]+w(x*y*q+z*p+r)

Last Answer : Answer: B

Description : Compute the value of adding the following two fuzzy integers: A = {(0.3,1), (0.6,2), (1,3), (0.7,4), (0.2,5)} B = {(0.5,11), (1,12), (0.5,13)} Where fuzzy addition is defined as μA+B(z) = maxx+y=z (min(μA(x), μB( ... ,18)} (D) {(0.3,12), (0.5,13), (0.6,14), (1,15), (0.7,16), (0.5,17), (0.2,18)}

Last Answer : (D) {(0.3,12), (0.5,13), (0.6,14), (1,15), (0.7,16), (0.5,17), (0.2,18)} 

Description : A memory management system has 64 pages with 512 bytes page size. Physical memory consists of 32 page frames. Number of bits required in logical and physical address are respectively: (1) 14 and 15 (2) 14 and 29 (3) 15 and 14 (4) 16 and 32

Last Answer : (3) 15 and 14

Description : What is the theoretical limit of the efficiency of a single-crystal single-junction cell in a photovoltaic system? w) 9 percent x) 29 percent y) 79 percent z) 99 percent

Last Answer : ANSWER: X -- 29 PERCENT

Description : A ball falling vertically from rest for 3 seconds travels very nearly: w) 14.7 meters x) 29.4 meters y) 44.1 meters z) 88.2 meters

Last Answer : ANSWER: Y -- 44.1 METERS

Description : Can I use other LEXMARK 2600 Series print cartridges?

Last Answer : I have Lexmark 3100 and 5650 and I know it’s really hard to find ink for those. I know a guy who was debating to get a new printer or a new ink cartridge because the price was so close (He had a Lexmark).

Description : Should I be concerned that my Nokia 2600 is getting really hot?

Last Answer : Well, yes you should be very concerned. Overheating batteries are at a high risk of causing fires, so my suggestion is that you head over to your nearest electronics store and replace the battery ASAP!

Description : Jocelyn takes home 2600 per month from her job as a paralegal if you’re only debt obligation or a car loan payment of 480 and a credit card payment of 80 every month is she in danger of credit overload?

Last Answer : Yes, because the sum of $480 and $80 is greater than $520.2600x20%= 520

Description : Mature (urban) phase – 2600-1900 B.C.E.  ‘Ahar’ culture at Balathal – 4000 B.C.E. ,Post-Harappan phase – 1900-900 B.C.E. 

Last Answer : Write the correct chronological order: (a) Mature (urban) phase - 2600-1900 B.C.E. (b) Ahar' ... (d) Early Harappan phase - 3950-2600 B.C.E.

Description : What does a solid orange light next to tri color cartridge (HO Inkjet 2600 series) mean?

Last Answer : So I need to print out a bill and have no black ink, so I was going to use my colored ink instead. Now instead of flashing orange light next to color cartridge, it’s solid. Any advice on what I should do? P.S. it will not print anything, there is ink coming out, but nothing printing on paper!

Description :  If 12 (M’s capital) = 18 (N’s capital) = 30 (O’s capital) then out of a profit of Rs.13950, How much amount O will receive? A) Rs.2700 B) Rs.2600 C) Rs.2500 D) Rs.2400

Last Answer : Answer: A) Let 12 M = 18N = 30 O = y M = y/12, N = y/18 O = y/30 Therefore M : N: O = y/12 : y/18 :y/30 = 15 : 10 : 6 Hence O’s share = Rs (13950 * 6/31) = Rs.2700

Description : A number is reduced by 10%. Its present value is 1080. What was its original value? a) 3250 b) 2600 c) 1200 d) 2300 e) 1980

Last Answer : Answer: C Original value is percentage = 100 %. Reduce amount in percentage = 10 % Therefore, Percent value in percentage = 100 % - 10 % = 90 %. According to the problem, 90 % of original value ... Therefore, 100 % of original value = 1080/100 90 = 1200. Thus, the original value was 1200.

Description : Which of the following are the solutions to network security? i) Encryption ii) Authentication iii) Authorization iv) Non-repudiation A) i, ii and iii only B) ii, iii and iv only C) i, iii and iv only D) All i, ii, iii and iv

Last Answer : D) All i, ii, iii and iv

Description : Which of the following is characteristic of an MIS? (A) Provides guidance in identifying problems, finding and evaluating alternative solutions, and selecting or comparing alternatives. (B) Draws on ... Has as its goal the efficiency of data movement and processing and interfacing different TPS. 

Last Answer : (B) Draws on diverse yet predictable data resources to aggregate and summarize data.

Description : Three pipes P, Q and R can fill a tank from empty to full in 40 minutes, 15 minutes, and 30 minutes respectively. When the tank is empty, all the three pipes are opened. P, Q and R discharge chemical solutions X, Y and Z respectively. ... 5 minutes? a) 8 / 15 b) 7 / 15 c) 8 / 17 d) 6 / 13 e) 8 / 13

Last Answer : a Part of the tank filled by pipe P in 1 minute = 1 / 40 Part of the tank filled by pipe Q in 1 minute = 1 / 15 Part of the tank filled by pipe R in 1 minute = 1/ 30 Here we have to find the proportion of ... together in 5 minute = 5 1/8 = 5/ 8 Required proportion = (1/3) / ( 5/8) = 8 / 15

Description : The difference in the osmotic pressures of one molar solutions of different compounds in a given solvent at a given temperature results from? w) Different values for R x) Different values for Avogadro's number y) Ionization or dissociation z) None of the above

Last Answer : ANSWER: Y -- IONIZATION OR DISSOCIATION 

Description : Ionic substances dissolve in water to form: w) highly acid solutions x) electrolytic solutions y) colloids z) emulsions

Last Answer : ANSWER: X -- ELECTROLYTIC SOLUTIONS

Description : Buffer solutions show which one of the following traits: w) absorb acid and base with only small changes in pH x) indefinite stability y) high elasticity z) abnormal density

Last Answer : ANSWER: W -- ABSORB ACID AND BASE WITH ONLY SMALL CHANGES IN pH

Description : pH is defined as the negative logarithm of the hydrogen ion concentration. Comparing a pH 5 and a pH 8 solution, which of the following is true? w) There are 1,000 times more hydrogen ions in ... . z) Cannot tell the difference between these two solutions by pH, since the numbers are so close.

Last Answer : ANSWER: X -- THERE ARE 1,000 TIMES MORE HYDROGEN IONS IN THE PH 5 SOLUTION

Description : Which of the following aqueous solutions would hav the lowest boiling point? Would it be a 1.0 molal solution of: w) Hydrochloric acid x) Sodium Hydroxide y) Acetic Acid, z) Magnesium Chloride

Last Answer : ANSWER: Y -- ACETIC ACID

Description : Gels and Foams are classified as: w) solutions x) emulsions y) colloids z) suspensions

Last Answer : ANSWER: C -- COLLOIDS

Description : Members of which of the following classes of compounds generally produce acidic solutions when dissolved in water? w) metal oxides x) nonmetal oxides y) alcohols z) aldehydes

Last Answer : ANSWER: X -- NONMETAL OXIDES

Description : Amphoteric substances: w) act as either bases or acids x) precipatate from aqueous solutions y) salt out of basic solutions z) form emulsions in oils

Last Answer : ANSWER: W -- ACT AS EITHER BASES OR ACIDS

Description : The theory of interionic attraction attributed to Debye and Hückel: w) was disproved by Arrhenius x) accounts quantitatively for the attraction between ions in dilute aqueous solutions y) does not account for kindered "ion-activity" z) accounts for intra-molecular polar bonds

Last Answer : ANSWER: X -- ACCOUNTS QUANTITATIVELY FOR THE ATTRACTION BETWEEN IONS IN DILUTE AQUEOUS SOLUTIONS

Description : Which of the following is NOT a general property of hydroxide bases in aqueous solution? w) High solubility x) Bitter taste y) Ability to neutralize aqueous acid solutions z) Ability to change phenolphthalein from colorless to red

Last Answer : ANSWER: W -- HIGH SOLUBILITY (The hydroxides of the alkali metals are soluble in water but all the other metal hydroxides are only moderately or sparingly soluble.)

Description : Write two solutions of the equation 4x -5 y = 15. -Maths 9th

Last Answer : Solution :-

Description : Based on the identification of objectives, input, output and file content, the vital document is called … A) System Definition B) System Document C) System Requirement Document D) System Subject

Last Answer : B) System Document