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