Answer:
number of additions : 3 ( just count the plus signs )
number of multiplications : 1 + 2 + 3 = 6
Storing x^2 as y brings the number of multiplications
down to 5.
Answer:
number of additions : 3
number of multiplications : 3
Answer:
represent:
34.41 = +.3441 10^2
0.012 = +.1200 10^(-1)
align:
= +.0001200 10^2
add:
+.3441 10^2
+.0001200 10^2
--------------
+.3442200 10^2
round:
+.3442 10^2 = 34.42