Quiz (1 point)
Prove that:
square root of (x ⋅ x) = x
The following properties may be helpful:
- (x ⋅ x)(1 / 2) = x
- square_root(x) == power(x, 1 / 2)
if the following are true:
- a = b
- b = c
then a = c
Please write your proof in the table below. Each row should contain one claim. The last claim is the statement that you are trying to prove.