radius formula

J

joelhmiller

how do i create a formula to find the radius (circumference=2*3.14r) if i
have the circumference?
 
J

joeu2004

how do i create a formula to find the radius (circumference=2*3.14r)
if i have the circumference?

The correct formula is 2*pi*r. Don't use an approximation for pi
(3.14). In Excel, if the circumference is in A1, the radius is:

=A1 / 2 / PI()
 
S

Shane Devenshire

the real question is how do you figure this out? You want to get everything
except the R on one side of the equation, so:

C = 2 * Pi() * R

C/2 = Pi() * R You are dividing both sides by 2

C/2/Pi() = R You are dividing both sides by Pi()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

LOOKUP Help 1
Longtitude and Latitude Question 4
Help with formula 3
Help with formula (decimal to fraction) 2
Intermediate value of a set of array. 5
how to find cubed root of a number 2
Pie chart 1
Pi() 5

Top