- #1
icesalmon
- 270
- 13
Homework Statement
if ba = bc and a is nonzero then b = c
The Attempt at a Solution
if a is nonzero I can multiply both sides by a-1 to get
ba(a-1) = bc(a-1)
b(1) = bc(a-1)
b = bc(a-1)
not sure how to proceed, is the problem statement ba = bc supposed to be ab = ac ?