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(x)))

Then, f(A+B) is equal to

(A) {(0.5,12), (0.6,13), (1,14), (0.7,15), (0.7,16), (1,17), (1,18)}

(B) {(0.5,12), (0.6,13), (1,14), (1,15), (1,16), (1,17), (1,18)}

(C) {(0.3,12), (0.5,13), (0.5,14), (1,15), (0.7,16), (0.5,17), (0.2,18)}

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

1 Answer

Answer :

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

Related questions

Description : Let A and B be two fuzzy integers defined as: A={(1,0.3), (2,0.6), (3,1), (4,0.7), (5,0.2)} B={(10,0.5), (11,1), (12,0.5)} Using fuzzy arithmetic operation given by (A) {(11,0.8), (13,1), (15,1)} ( ... ,0.2)} (D) {(11,0.3), (12,0.5), (13,0.6), (14,1), (15,0.7), (16,0.5), (17,0.2)}

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

Description : If A and B are two fuzzy sets with membership functions μA(x) = {0.6, 0.5, 0.1, 0.7, 0.8} μB(x) = {0.9, 0.2, 0.6, 0.8, 0.5} Then the value of μ(A∪B)’(x) will be (A) {0.9, 0.5, 0.6, 0.8, 0.8} (B) {0.6, 0.2, 0.1, 0.7, 0.5} (C) {0.1, 0.5, 0.4, 0.2, 0.2} (D) {0.1, 0.5, 0.4, 0.2, 0.3}

Last Answer : (C) {0.1, 0.5, 0.4, 0.2, 0.2}

Description : 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50'. What number is missing? -Riddles

Last Answer : 22

Description : Let R and S be two fuzzy relations defined as: Then, the resulting relation, T, which relates elements of universe x to elements of universe z using max-min composition is given by

Last Answer : Answer: C

Description : Let f and g be the functions from the set of integers to the set integers defined by f(x) = 2x + 3 and g(x) = 3x + 2 Then the composition of f and g and g and f is given as (A) 6x + 7, 6x + 11 (B) 6x + 11, 6x + 7 (C) 5x + 5, 5x + 5 (D) None of the above

Last Answer : (A) 6x + 7, 6x + 11 Explanation: fog(x)=f(g(x))=f(3x+2)=2(3x+2)+3=6x+7 gof(x)=g(f(x))=g(2x+3)=3(2x+3)+2=6x+11

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 : the range of the data 13, 18, 20, 15, 12, 17, 9, 14, 11, and 16 is ________.

Last Answer : the range of the data 13, 18, 20, 15, 12, 17, 9, 14, 11, and 16 is ________.

Description : What is the output of the following? i = 5 while True: if i%0O9 == 0: break print(i) i += 1 a) 5 6 7 8 b) 5 6 7 8 9 c) 5 6 7 8 9 10 11 12 13 14 15 …. d) error

Last Answer : d) error

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 : Which one of the following array represents a binary max-heap? (A) [26, 13, 17, 14, 11, 9, 15] (B) [26, 15, 14, 17, 11, 9, 13] (C) [26, 15, 17, 14, 11, 9, 13] (D) [26, 15, 13, 14, 11, 9, 17]

Last Answer : (C) [26, 15, 17, 14, 11, 9, 13]

Description : The inorder traversal of the following tree is: (A) 2 3 4 6 7 13 15 17 18 18 20 (B) 20 18 18 17 15 13 7 6 4 3 2 (C) 15 13 20 4 7 17 18 2 3 6 18 (D) 2 4 3 13 7 6 15 17 20 18 18

Last Answer : Answer: D 

Description : If A and B are two fuzzy sets with membership functions µA(X) = {0.2, 0.5, 0.6, 0.1, 0.9} µB(X) = {0.1, 0.5, 0.2, 0.7, 0.8} Then the value of µA∩B will be (A) {0.2, 0.5, 0.6, 0.7, 0.9} (B) {0.2, 0.5, 0.2, 0.1, 0.8} (C) {0.1, 0.5, 0.6, 0.1, 0.8} (D) {0.1, 0.5, 0.2, 0.1, 0.8}

Last Answer : (D) {0.1, 0.5, 0.2, 0.1, 0.8}

Description : Menarche usually occurs at age of: a) 8 and 10 years. b) 11 and 13 years. c) 14 and 16 years. d) 17 and 18 years. e) 18 and above.

Last Answer : b) 11 and 13 years.

Description : The ages of Gaurav and Goutham will be in the ratio 5 : 7 after ten years from now and will be in the ratio 13 : 18 after twelve years from now. Find the ratio of the sum of their ages 10 years hence to the sum of their ages 12 ... hence. 1 : 25 : 27 2 : 13 : 15 3 : 14 : 17 4 : 18 : 23 5 : 30 : 31

Last Answer : 5 : 30 : 31

Description : Consider a fuzzy set old as defined below Old = {(20, 0.1), (30, 0.2), (40, 0.4), (50, 0.6), (60, 0.8), (70, 1), (80, 1)} Then the alpha-cut for alpha = 0.4 for the set old will be (A) {(40, 0.4)} (B) {50, 60, ... , (30, 0.2)} (D) {(20, 0), (30, 0), (40, 1), (50, 1), (60, 1), (70, 1), (80, 1)}

Last Answer : (D) {(20, 0), (30, 0), (40, 1), (50, 1), (60, 1), (70, 1), (80, 1)}

Description : Two students appeared at an examination. One of them secured 18marks more than the other and his marks was 72% of the sum of their marks. What are the marks obtained by them? a) 12.5,23.3 b) 26.7,16.0 c) 13.3,14.2 d) 11.45, 29.45 e) 29.8,15.4 

Last Answer : Answer: D  Let the marks secured by them be x and (x + 18)  Then sum of their marks = x + (x + 18) = 2x + 18  Given that (x + 18) was 72% of the sum of their marks  =>(x+18) = 72/100(2x+18)  => ... 11x = 126 x = 11.45  Then (x + 18) = 11.45 + 18 = 29.45  Hence their marks are 11.45 and 29.45

Description : The height of h(A) of a fuzzy set A is defined as h(A) = sup A(x)  xϵA Then the fuzzy set A is called normal when (A) h(A) = 0 (B) h(A) < 0 (C) h(A) = 1 (D) h(A) < 1

Last Answer : (C) h(A) = 1 

Description : A fuzzy set A on R is ................. iff A(λx1 + (1 – λ)x2) ≥ min [A(x1), A(x2)] for all x1, x2 ∈ R and all λ ∈ [0, 1], where min denotes the minimum operator. (A) Support (B) α-cut (C) Convex (D) Concave 

Last Answer : (C) Convex 

Description : The provisions of reservation for OBC is made in the Constitution under which Articles? (1) Article 13 (ll) and 14 (2) Article 14 and 15 (3) Article 15 (IV) and 16 (IV) (4) Article 17 and 18

Last Answer : (3) Article 15 (IV) and 16 (IV) Explanation: Under Article 15 (IV) and 16 (IV), the provision of reservation for OBC is made in the constitution.

Description : In the Indian Constitution, the right to equality is granted by following Articles. They are: (1) Article 16 to Article 20 (2) Article 15 to Article 19 (3) Article 14 to Article 18 (4) Article 13 to Article 17

Last Answer : (3) Article 14 to Article 18 Explanation: Article 14 - Equality before Law Article 15 - Prohibition of Discrimination Article 16 - Equality of Opportunity Article 17 - Abolition of untouchability Article 18 - Abolition of titles.

Description : The mean of 8 article was found to be 15. On rechecking, it was found that two article were wrongly taken as 11 and 9 instead of 16 and 14 respectively. Find the correct mean. A) 17.25 B) 13.65 C) 16.54 D) 16.25

Last Answer : D) Calculated mean of 8 articles = 15 Incorrect sum of these 8 articles = (15*8) = 120. Correct sum of these 8 articles = (incorrect sum) - (sum of incorrect articles) + (sum of actual articles) = [120 ... (30)] = 130 Therefore, correct mean = 130/8 = 16.25 Hence, the correct mean is 16.25.

Description : 24 14 26 ? 28 16 30 a) 13 b) 17 c) 15 d) 11 e) 20

Last Answer : The series consists of two series 1 and 2: Series 1 : 24 26 28 30 +2 +2 +2 Series 2 : 14 15 16 +1 +1 Answer: c)

Description : Find the range of the given data : 25, 18, 20, 22, 16, 6, 17, 15, 12, 30, 32, 10, 19, 8, 11, 20 -Maths 9th

Last Answer : Here, the minimum and maximum values of given data are 6 and 32 respectively. Range = 32 – 6 = 26

Description : Find the range of the given data : 25, 18, 20, 22, 16, 6, 17, 15, 12, 30, 32, 10, 19, 8, 11, 20 -Maths 9th

Last Answer : Here, the minimum and maximum values of given data are 6 and 32 respectively. Range = 32 – 6 = 26

Description : The range of the data 25, 18, 20, 22, 16, 6, 17, 15, 12, 30, 32, 10, 19, 8, 11 and 20 is -Maths 9th

Last Answer : In conclusion, the range of data 25, 18, 20, 22, 16, 6, 17, 15, 12, 30, 32, 10, 19, 8, 11, and 20 is 26.

Description : The range of the data 25, 18, 20, 22, 16, 6, 17, 15, 12, 30, 32, 10, 19, 8, 11 and 20 is -Maths 9th

Last Answer : (d) In a given data, maximum value = 32 and minimum value = 6 We know, range of the data = maximum value – minimum value = 32 – 6 = 26 Hence, the range of the given data is 26.

Description : Below are the few steps given for scan-converting a circle using Bresenham's Algorithm. Which of the given steps is not correct? (1) Compute d = 3 – 2r (where r is radius) (2) Stop if x> y (3) If d

Last Answer : If d≥0,then d=4 *(x-y)+10, x=x+1 and y=y+1

Description : All active prostaglandins have at least one double bond between positions (A) 7 and 8 (B) 10 and 11 (C) 13 and 14 (D) 16 and 17

Last Answer : Answer : A

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 : I have some matchsticks set up like this: I + XI = X. If you do not know Roman numerals, here is a quick starter: I=1 II=2 III=3 IV=4 V=5 VI=6 VII=7 VIII=8 IX=9 X=10 XI=11 ... are told to move the minimum number of matchsticks to make the question correct. So, how many do you have to move? -Riddles

Last Answer : Most people would get to one move at the least, but the real answer is zero moves. If you rotate the whole question around 180 degrees, it will display this: X = IX + I

Description : Summary of MO issue and payment is prepared in a) MO 17, MO 18 b) MO 15, MO 16 c) MO 12, MO 13 d) None of these

Last Answer : a) MO 17, MO 18

Description : A cuboid shaped wooden block has 6 cm length, 4 cm breadth and 1 cm height. 12. Two faces measuring 4 cm x 1 cm are coloured in black. 13. Two faces measuring 6 cm x 1 cm are coloured in red. 14. Two ... How many cubes will have 4 coloured sides and two non-coloured sides ? (a)8 (b)4 (c)16 (d)10

Last Answer : Answer key : (b)

Description : Float a[15], what is the size of array? A) 17 B) 14 C) 15 D) 16

Last Answer : 16

Description : Two pipes fills a tank in 12 hours and 15 hours respectively while a third pipe empties the tank in 18 hours. !f all three pipes operate simultaneously, in what time will the tank be full? a) 10 hours b) 10 10/17 hours c) 11 hours d) 9 hours e) 12 1/17 hours

Last Answer : b) 10 10/17 hours

Description : Implement F(A,B,C,D)= Ʃ (1,3,4,11,12,13,14,15) using multiplexer

Last Answer : • Implementation • Table • Explanation

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 median of the data 13, 12, 14, 13, 15, 16, 18, is _______.

Last Answer : the median of the data 13, 12, 14, 13, 15, 16, 18, is _______.

Description : Consider the following binary search tree: If we remove the root node, which of the node from the left subtree will be the new root? (A) 11 (B) 12 (C) 13 (D) 16

Last Answer : (D) 16

Description : The stoichiometric air fuel ration for petrol is 15:1 . What is the air fuel ratio required for maximum power? (a) 16:1 – 18:1 (b) 15:1 (c) 12:1 – 14:1 (d) 9:1 – 11:1

Last Answer : Ans :c

Description : Given the following data pairs (x, y), find the regression equation. (1, 1.24), (2, 5.23), (3, 7.24), (4, 7.60), (5, 9.97), (6, 14.31), (7, 13.99), (8, 14.88), (9, 18.04), (10, 20.70) a. y = 0.490 x - 0.053 b. y = 2.04 x c. y = 1.98 x + 0.436 d. y = 0.49 x

Last Answer : c. y = 1.98 x + 0.436

Description : In how many ways can the string A ∩ B - A ∩ B - A be fully parenthesized to yield an infix expression? (A) 15 (B) 14 (C) 13 (D) 12

Last Answer : (B) 14

Description : A structure brings together a group of A) items of the same data type B) related data items and variables C) integers with user defined names D) floating points with user defined names

Last Answer : B) related data items and variables

Description : A national random sample of 20 ACT scores from 2010 is listed below. Calculate the sample mean and standard deviation. 29, 26, 13, 23, 23, 25, 17, 22, 17, 19, 12, 26, 30, 30, 18, 14, 12, 26, 17, 18 a. 20.50, 5.79 b. 20.50, 5.94 c. 20.85, 5.79 d. 20.85, 5.94

Last Answer : Katie earned 84,92,84,75 and 70 on her first 5 tests. What is the minimum grade Katie needs to earn on the next test to have a mean of 84?

Description : A cartoon contains 15 torch lights out of which 3 are defective. Two torch light are chosen at random from this cartoon. The probability that at least one of these is defective is. A) 13/35 B) 14/35 C) 11/35 D) 17/35

Last Answer : Answer: A) P (none is defective) = 12c2/15c2 = (12*11/2*1)/(15*14/2*1) = 66/105=22/35 P (at least one is defective) = (1 – 22/35) =13/35

Description : Consider a full-adder with the following input values: (a) x=1, y=0 and Ci(carry input) = 0 (b) x=0, y=1 and Ci = 1 Compute the values of S(sum) and C0 (carry output) for the above input values. (A) S=1 , C0= 0 and ... C0= 1 (C) S=1 , C0= 1 and S=0 , C0= 0 (D) S=0 , C0= 1 and S=1 , C0= 0

Last Answer : (A) S=1 , C0= 0 and S=0 , C0= 1

Description : Find the value of divergence theorem for the field D = 2xy i + x 2 j for the rectangular parallelepiped given by x = 0 and 1, y = 0 and 2, z = 0 and 3. a) 10 b) 12 c) 14 d) 16

Last Answer : b) 12

Description : Find the value of divergence theorem for the field D = 2xy i + x 2 j for the rectangular parallelepiped given by x = 0 and 1, y = 0 and 2, z = 0 and 3. a) 10 b) 12 c) 14 d) 16

Last Answer : b) 12

Description : What is the output of the following? i = 1 while True: if i%2 == 0: break print(i) i += 2 a) 1 Page No 13 b) 1 2 c) 1 2 3 4 5 6 … d) 1 3 5 7 9 11 …

Last Answer : d) 1 3 5 7 9 11 …