Question 821501
If a robot drives forward 33 cm, turns right 90º and then moves forward another 56 cm. How far is it from the starting point?
----
Use Pythagoras::
--------------------------
d = sqrt[33^2 + 56^2]
-----
d = sqrt[4225)
-----
d = 65 cm
==============
Cheers,
Stan H.
==============