Math Problem...is this correct?

A circle has an area of M sq.cm. and a circumference of N cm. If M/N = 20, what
is the radius of the circle in cm?

I end up with pi * r * r/ pi * 2 * r.

Simplifying, I get r/2 = 20, r = 40 cm.

Right.

I agree

FWIW :slight_smile:

BTW for the sake of anal retention I would have written (pi * r * r)/ (pi * 2 * r).

That’s not anal retention, that’s just the proper way to write it. If you inserted the problem as written into MatLab or a calculator as written, you wouldn’t get the right answer.

And for the extra retentive:
(π r[sup]2[/sup]) / (2 π r)

Then only the second set of parenthesis would be necessary.

Better yet, instead of parentheses, replace the last two *'s with /'s. You’ll get the right result with a minimal amount of symbols.

Depends on your definition of necessary. While MatLab doesn’t need them, I sure do. A recent line of MatLab code in a program I wrote was this:

You might disagree, but I say that all the parenthesis are necessary.