Answer Posted / sushil(semo)
Theorem: 3=4
Proof:
Suppose:
a + b = c
This can also be written as:
4a - 3a + 4b - 3b = 4c - 3c
After reorganizing:
4a + 4b - 4c = 3a + 3b - 3c
Take the constants out of the brackets:
4 * (a+b-c) = 3 * (a+b-c)
Remove the same term left and right:
4 = 3
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Whet is KCFT and difference between CFM and KCFT
Differences between Java and C++? which is faster?
how the parting surface is selected in injection mould
What is Symbian.?
I am going to HAL Online test for Computer Science. Can you please mail me the model question papers ?
Do you have any tips for using 3G phones?
what is different between static block and public static void main??
create a C program, the .exe file of that program run system will reboot any one help me
What is the difference between command line argument and input taking from the user?
can i get some win vista notes
why only j2me is used for mobile???
is there eligible for computer science engg students to write exams and how much percentage we want to attempt exam based on degree
to which generation of prog. languages does ai prog languages belong
Explain the memory reference and register reference instructions as micor operation.
1. Design a counter which counts 0, 4, 8, 2, 6, and repeats using: 1.a using JK flip flops 1.b using T flip flops 1.c using D flip flops 2. Modify your design in question 1.a so that the circuit works according to the following function table X Y F 0 0 Clear 0 1 No Change 1 0 Parallel Loading 1 1 Count 3. Design a circuit that detects the pattern 010 in a serial input X considering: 3.a Overlapping 3.b No overlapping