SOLUTION: D=c-s/n solve for c

Algebra ->  Formulas -> SOLUTION: D=c-s/n solve for c       Log On


   



Question 1041752: D=c-s/n solve for c

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
That depends on whether you mean this

D+=+c-s%2Fn

or whether you mean this

D+=+%28c-s%29%2Fn  .

As you have it written, it means the first one.

Tell me in the thank-you note form below which 
one you mean, and I'll get back to you by email.

[There is never a charge since I do this as a
hobby]

The way to tell them apart is by using
parentheses.  If you write this:

D=c-s/n 

with no parentheses, you mean this:

D+=+c-s%2Fn

But if you write this:

D = (c-s)/n

then you mean this:

D+=+%28c-s%29%2Fn

The rule is that when algebra is typed all on
one line, if any numerator or denominator 
contains more than one letter or one number,
there MUST be a left parenthesis "(" to show where 
the numerator or denominator begins and a right
parenthesis ")" to show where it ends.

Edwin