answersLogoWhite

0

You use the diameter formular. You know, C=pi(d).

If you know the cicumference, then you use this equation, d=c/pi.

You subsitute the cimcumference and divide (pi=3.14), and that's how you calculate dimater. Oh yeah, and if your given the radius of the circle, just multiply it by two.Type your answer here...

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

What is the constant string length method?

To get the length of the string we use length property. The length property returns the length of a string (number of characters we use).If the string is empty, length of the string will be 0. Syntax: string.length Hope this helps.


How do you count the number of words in a string?

To find the length of the string we use length method. The length property returns the length of a string (number of characters we use).The length of an empty string is 0. For example: function myFunction() { var str = "Hello World!"; var n = str.length; Hope this hepls.


How to write A Java program to print number of digits in a given number?

One way to do this is to convert the number to a String, then use the corresponding String method to find out the length of the String.


If the length of a piece of string... is any length of string cut from a spool... 'what is the maximum length of a piece of a piece of string' or 'how much string is on a spool'?

100 metres seems to be the length of a spool of gardeners cotton Discuss:How_long_is_a_piece_of_string...we are not talking about jute twine here!So the maximum length of a piece of string would be 999.99mm!So the real answer to 'how long is a piece of string?' would be...anything between 0.01mm to 999.99mm.


Write a program to count the length of a string without using built in functions?

In JavaScript: To find the length of the string we you length method. __ __ __ Click the button to return the number of characters in the string "Hello World!". click here __ __ function myFunction() { var str = "Hello World!"; var n = str.length; document.getElementById("demo").innerHTML = n; } __ __ __ Hope this helps. Thank you

Related Questions

How do you find the diameter of a tree?

Wrap a string around the tree and measure the length. Divide the length by pi (~3.14159); that is an approximation of the diameter (if the tree really was cylindrical. Cut the tree down measure the stump.


What is the diameter of one string of hair?

it depends on your hair's length obviously ! gosh !


How do you find the diameter of a circle with the width and length?

The width, or the length of a circle are its diameter.


Find length of the string without using loops and control structures?

length = strlen(string);


How do I find the diameter of a circle only having an arc length?

If you have only the arc length then you cannot find the diameter.


What is the diameter of a 6 liter wine bottle?

Take a string, wrap it around the wine bottle once, and measure the length of the string.


What is 3.12 in diameter to inches?

Diameter is not a unit of length and so the only appropriate answer is, perhaps, "As long as the piece of string!"


How would you calculate the thickness of a piece of string?

To calculate the thickness of a piece of string, you can use a micrometer or caliper to measure its diameter directly. If you don't have these tools, you can wrap the string around a cylindrical object, count the number of wraps, and measure the total length of the wrapped section. Divide the total length by the number of wraps to find the thickness. This method assumes that the string is uniform in thickness along its length.


How do you find true length of a sphere?

The length of a sphere is its diameter


How do i find the diameter of a ping pong ball PS im only 13 don't write complicated answers?

1. take some string and wrap it once around the ping pong ball, make sure the string goes around the middle of the ball. pinch or mark the string where it touches the beginning of the string 2. now measure how long that segment of string is, this gives you the circumference of the ping pong ball 3. the formula to get the diameter if you know the circumference is circumference / pi = diameter so divide the length of the string by 3.14 and you have your diameter. Easy as pie (ha ha)


How do you get the length of an ANSI string using PHP?

$string ="Guess my length"; $length = strlen($string); now the $length will have the length of the string.


How do you find the length of a rectangular box with given width and diameter?

Subtract the square of the width from the diameter. The square root of that is the length.