jnbp13
- 15
- 0
Without any rough work
The discussion revolves around the challenge of multiplying three three-digit numbers simultaneously, exploring various methods and algorithms for achieving this task. Participants consider both theoretical approaches and practical implications of performing such multiplications without a calculator.
Participants generally do not agree on the possibility of multiplying three numbers simultaneously, with some asserting it is not feasible while others explore various methods and algorithms. The discussion remains unresolved regarding the best approach to this problem.
Participants express uncertainty about the clarity and efficiency of proposed algorithms, with some noting that reliance on working memory may complicate the process. The discussion also highlights the dependence on definitions of simultaneous multiplication.
Mark44 said:I don't think it's possible to multiply three numbers at the same time. The best you can do is to multiply two of them to get an intermediate product, and then multiply that one times the remaining number.
willem2 said:1000000 a d g
100000 a d h
10000 a d i
Mark44 said:To add to what Borek said, to do the first multiplication (1000000 a d g) you would probably multiply a and d together, and then multiply that by g, and finally multiply that by 1000000. Multiplication is a binary operation, meaning that it operates on two numbers. That's what I was talking about in post #6.
To multiply three numbers, you can use the fact that multiplication is associative (i.e., (ab)c = a(bc)) to multiply a pair of the numbers and then multiply that product by the third.