Quiz (1 point)
Given that:
    
    
not (c = 0)
    
    Prove that:
(a ⋅ (1 / c)) ⋅ c = a
The following properties may be helpful:
    - (a ⋅ b) ⋅ c = a ⋅ (b ⋅ c)
 - a ⋅ 1 = a
 if not (a = 0), then (1 / a) ⋅ a = 1
if a = b, then c ⋅ a = c ⋅ b
if the following are true:
- a = b
 - b = c
 
then a = c
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.