|
This month's Challenge Question:
You have four single-operation calculating
machines -- one only adds, one only subtracts, one only multiplies, and one
only divides. Which machine is the most useful in performing any one of these
four mathematical operations?
And the Answer is...
The machine which will only subtract is most useful, because with it
you can perform any one of the other three operations. Suppose you want
to add A + B, where A and B are any numbers. Select any large number X
and perform the following operations sequentially:
a = X – A
b = a - B = (X - A)-B
c = X – b = X - [(X – A) – B] = X – (X – A – B) = X – X + A + B = A + B
Notice that all these operation are subtractions.
Multiplication and Division can be replaced by repeated additions and subtractions.
The other three machines can't perform the other three operations.
|
Good Answers:
"Almost" Good Answers: