in the following, A D
B G E
C F
Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is:
a)Represented by a different letter in abov fig:
b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are
equal. wch does g represents?

C



in the following, A D B G E C F Each of the seven d..

Answer / truong nguyen

1. A*B*C=B*G*E=D*E*F => B*G=D*F and A*C=G*E (1.a).
2. From numbers in 0,..9, we found these equalities:
9*2 = 6*3
8*3 = 6*4
8*1 = 4*2
6*2 = 4*3
3. In these equalities, only (9*2 = 6*3 and 8*1 = 4*2)
satisfies (1.a) that only one number (number 2) exists on
both two equalities.
4. G = 2.

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More OOPS Interview Questions

What are generic functions and generic classes?

5 Answers  


What are the 3 principles of oop?

1 Answers  


tel me oops defination in single line

2 Answers  


What is Method overloading?

5 Answers  


Which is better struts or spring?

1 Answers  


Write a macro for swapping integers

5 Answers  


What is abstract class in oops?

1 Answers  


What is class and object in oops?

1 Answers  


What is difference between data abstraction and encapsulation?

1 Answers  


for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)

2 Answers  


what uses of c++ language?

3 Answers  


What do you mean by inheritance?

0 Answers   IBS,


Categories