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
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 |
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
i^=j; j^=i; i^=j; value of i,j
What is inheritance and how many types of inheritance?
what is namespace? what are the uses of namespace?
which feature are not hold visual basic of oop?
What does enum stand for?
what is a class
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
What is the significance of classes in oop?
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
Why do we use class?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box