Use standard algorithm to find 765x222

1 answer

To find the product of 765 multiplied by 222 using the standard algorithm, you would perform the following steps:

```
7 6 5
x 2 2 2
-----------------
1 5 3 0 (765 x 2)
+ 1 5 3 0 0 (765 x 20)
+ 3 8 2 5 0 (765 x 200)
-----------------
1 6 9 9 3 0 (Product of 765 x 222)
```

Therefore, 765 multiplied by 222 is equal to 169,930.