Answer
See explanation
Work Step by Step
The ambiguity in a proposed algorithm means that the algorithm have some step that is not clear and there might be multiple ways of doing that step giving different result, but ambiguity in the representation of an algorithm means that the algorithm have correct discrete steps but to a layman the steps might be difficult to perform hence creating ambiguity.
For example consider the following algorithm-
1. Calculate sin(25°)
This algorithm is not ambiguous as all steps are clear but to a layman calculating the sin() might not be known hence the step is not detailed enough creating ambiguity.