16.8k views
1 vote
Isolate c
a=b(1/c-1/d)

2 Answers

3 votes

Answer: c = b/(a + 1).

Explanation:

a = b(1/c - 1/d)

Expand RHS by first finding LCM

a = b((d — c)/cd)

a = (bd — bc)/cd

Then cross multiply

acd = bd — cd

Collect the terms having c to the LHS

acd + cd = bd

Factorise cd out of LHS

( a+ 1)dc = bd

c = bd/(a + 1)d

c = b/(a + 1).

User Skynet
by
7.6k points
5 votes
A= b(1/c - 1/d)
A/b = 1/c -1/d
A/b + 1/d = 1/c
(A/b + 1/d) 1 = c
User Nathan Sutherland
by
7.6k points