Click here to Skip to main content
15,893,508 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Ever get stuck on a formula? Pin
Mike Hankey12-Aug-18 4:24
mveMike Hankey12-Aug-18 4:24 
GeneralRe: Ever get stuck on a formula? Pin
Kenneth Haugland12-Aug-18 4:29
mvaKenneth Haugland12-Aug-18 4:29 
GeneralRe: Ever get stuck on a formula? Pin
kmoorevs12-Aug-18 6:05
kmoorevs12-Aug-18 6:05 
GeneralRe: Ever get stuck on a formula? Pin
charlieg12-Aug-18 4:52
charlieg12-Aug-18 4:52 
GeneralRe: Ever get stuck on a formula? Pin
kmoorevs12-Aug-18 6:10
kmoorevs12-Aug-18 6:10 
GeneralRe: Ever get stuck on a formula? Pin
charlieg12-Aug-18 12:09
charlieg12-Aug-18 12:09 
GeneralRe: Ever get stuck on a formula? Pin
Nelek12-Aug-18 10:00
protectorNelek12-Aug-18 10:00 
GeneralRe: Ever get stuck on a formula? PinPopular
jerryr412-Aug-18 21:48
jerryr412-Aug-18 21:48 
It's trivial https://codeproject.global.ssl.fastly.net/script/Forums/Images/smiley_wink.gif, even after almost 60 years away from Grammar School in England. The steps are, using C formulae:

a / (a + b) = c / d
Multiply both sides by (a + b)
a = (a + b) * c / d
Collect the terms in a
a - a * c / d = b * c / d
Collect the coefficients of a
a * (1 - c / d) = b * c / d
Divide both sides by (1 - c / d)
a = b * c / d / (1 - c / d)
Simplify
a = b * c / (d - c)

Hope that's right, solved before you would have found the program
In those good old days you got the algebra beaten into you
Show-off Jerry
GeneralRe: Ever get stuck on a formula? Pin
Rage12-Aug-18 22:34
professionalRage12-Aug-18 22:34 
GeneralRe: Ever get stuck on a formula? Pin
W Balboos, GHB13-Aug-18 2:00
W Balboos, GHB13-Aug-18 2:00 
GeneralRe: Ever get stuck on a formula? Pin
jackbrownii13-Aug-18 5:24
professionaljackbrownii13-Aug-18 5:24 
GeneralRe: Ever get stuck on a formula? Pin
jerryr413-Aug-18 7:11
jerryr413-Aug-18 7:11 
GeneralRe: Ever get stuck on a formula? Pin
Member 1135403413-Aug-18 11:54
Member 1135403413-Aug-18 11:54 
GeneralRe: Ever get stuck on a formula? Pin
Gary Wheeler13-Aug-18 1:54
Gary Wheeler13-Aug-18 1:54 
GeneralRe: Ever get stuck on a formula? Pin
Kirk 1038982113-Aug-18 2:25
Kirk 1038982113-Aug-18 2:25 
GeneralRe: Ever get stuck on a formula? Pin
Marc Clifton13-Aug-18 2:27
mvaMarc Clifton13-Aug-18 2:27 
GeneralRe: Ever get stuck on a formula? Pin
kmoorevs13-Aug-18 4:36
kmoorevs13-Aug-18 4:36 
GeneralRe: Ever get stuck on a formula? Pin
maze314-Aug-18 1:26
professionalmaze314-Aug-18 1:26 
GeneralMessage Removed Pin
11-Aug-18 23:27
zumranaeem11-Aug-18 23:27 
GeneralMessage Removed Pin
11-Aug-18 23:35
professionalEddy Vluggen11-Aug-18 23:35 
GeneralMessage Removed Pin
12-Aug-18 0:00
mveOriginalGriff12-Aug-18 0:00 
GeneralMessage Removed Pin
12-Aug-18 0:02
professionalEddy Vluggen12-Aug-18 0:02 
GeneralMessage Removed Pin
12-Aug-18 0:09
mveOriginalGriff12-Aug-18 0:09 
GeneralMessage Removed Pin
12-Aug-18 0:13
professionalEddy Vluggen12-Aug-18 0:13 
GeneralMessage Removed Pin
12-Aug-18 0:22
mveOriginalGriff12-Aug-18 0:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.