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
Answer Posted / 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 View All Answers
write a program that takes input in digits and display the result in words from 1 to 1000
What is abstraction oop?
Can we create object of interface?
What is polymorphism explain?
What is polymorphism in oops with example?
What is an interface in oop?
How can you overcome the diamond problem in inheritance?
What is the real time example of encapsulation?
What is a class oop?
What is overloading and its types?
What is oops with example?
What is property in oops?
What is class and example?
c++ program to swap the objects of two different classes
What are the 3 pillars of oop?