jnbp13
- 15
- 0
Without any rough work
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.