If r is the radius of a circle and d is its diameter is an equivalent formula for the circumference C 2r?

1 Answer

Answer :

Circumference of a circle: 2*pi*radius or diameter*pi

Related questions

Description : If r is the radius of a circle and d is its diameter is an equivalent formula for the circumference C 2r?

Last Answer : Circumference of a circle: 2*pi*radius or diameter*pi

Description : Below are the few steps given for scan-converting a circle using Bresenham's Algorithm. Which of the given steps is not correct? (1) Compute d = 3 – 2r (where r is radius) (2) Stop if x> y (3) If d

Last Answer : If d≥0,then d=4 *(x-y)+10, x=x+1 and y=y+1

Description : What is the radius of the circle/ I.Ratio of its area to circumference is >7. II.Diameter of the circle is ≤ 32. If the question can be answered with the help of statement I alone, If ... the statements. If the data in either statement I or statement II alone is sufficient to answer the question.

Last Answer : Let the radius of the circle be r units From statement 1: [πr^2]/ [ 2 πr ] > 7 or r > 14 From statement II: 2r≤32 R ≤ 16 Hence, r can be 15 or 16 units Hence, Answer : d

Description : Weight of a person at a height of 2R from the centre of the earth, where R is the radius of the earth- (1) remains same (2) becomes half (3) becomes twice (4) becomes one-fourth

Last Answer : (4) becomes one-fourth Explanation: The gravitational force is proportional to 1/R2, where R is the distance from the centre of the Earth. So at a height of 2R from the centre of the earth, the corresponding weight would be one-fourth of the original weight.

Description : Velocity of escape is equal to A. r √(2g); where r: radius of Earth or any other planet for that matter, g: gravitational field strength B. g √(2r); where r: radius of ... (2gr); where r: radius of Earth or any other planet for that matter, g: gravitational field strength

Last Answer : √(2gr); where r: radius of Earth or any other planet for that matter, g: gravitational field strength

Description : The radius of Gyration (k) for Rim Type Flywheel having radius ‘r’ is given by 1. k = 2r 2. k = r/2 3. k = r 4. k = r/3

Last Answer : 3. k = r

Description : . In case of turbulent flow of fluid through a circular pipe, the (A) Mean flow velocity is about 0.5 times the maximum velocity (B) Velocity profile becomes flatter and flatter with ... , shear stresses, random orientation of fluid particles and slope of velocity profile at the wall are more

Last Answer : (D) Skin friction drag, shear stresses, random orientation of fluid particles and slope of velocity profile at the wall are more

Description : The centre of percussion of a solid cylinder of radius r resting on a horizontal plane will be  (A) r/2  (B) 2r/3  (C) r/A (D) 3r/2 

Last Answer : (D) 3r/2 

Description : If L is the length of a moving vehicle and R is the radius of curve, the extra mechanical width b to be provided on horizontal curves, (A) L/R (B) L/2R (C) L²/2R (D) L/3R

Last Answer : Answer: Option C

Description : A proton moves in a uniform magnetic field in a circular path of radius R. If the energy of proton is doubled then the new radius becomes a) R √2 b) 2R c) R 2 d) √2 R

Last Answer : d) √2 R

Description : Centroid of the are of circle shown in adjacement figure is a.r sin (?/2)/2 ?, 0 b.r sin (?)/?, 0 c.2 r sin (?/2)/?, 0 d.107 dynes e.2r sin (?)/?, 0

Last Answer : c. 2 r sin (?/2)/?, 0

Description : find the circumference of a circle 5ft radius?

Last Answer : 20

Description : If the radius of the circle above is 30 mm. What is the circumference of the circle (Use 3.14.)?

Last Answer : 188.40 mm

Description : What is the radius of the circle if circumference is 132cm?

Last Answer : Radius of circle: 132/2pi = 21cm to the nearest integer

Description : What is the circumference of a circle with a radius of 67.5 meters?

Last Answer : The circumference of a circle it Pi times the diameter. Thediameter is 2 times the radius. So the diameter is 135 and Pi is3.1416. So the circumference is 424.115 metres.

Description : What is the approximate circumference of a circle with 17.4 cm radius?

Last Answer : Circumference of circle: 2*pi*17.4 = 109 cm approximately

Description : Speed of an object travelling around a circle depends upon A. angular velocity B. radius C. circumference D. both A and B

Last Answer : both A and B

Description : The approximate formula for radial or perpendicular offsets from the tangent, is (A) x/2R (B) x²/2R (C) x/R (D) x²/R

Last Answer : (B) x²/2R

Description : The total energy of electron in the Bohr orbit is given by the formula, E = a) - ke2 /2r b) - ke2 /2r2 c) - k 2 e/2r d) - ke2 /r

Last Answer : a) - ke2 /2r

Description : How is the circumference of a circle related to the length of its diameter?

Last Answer : asd

Description : What is the diameter of a circle if its radius is r ?

Last Answer : If the radius of a circle is r then the diameter is 2r .

Description : What is radius and diameter if the circumference is 78.8?

Last Answer : circumference = π diameter→ diameter = circumference π = 78.8 π = 25.0828... ≈ 25.1unitsdiameter = 2 radius→ circumference = π 2 radius→ radius = circumference π 2 = 78. ... errors. It was the re-entry of rounded data to a computerprogram that lead to the start of chaos theory.

Description : Atomic size refers to the ______ of an atom. (1) Radius (2) Circumference (3) Diameter (4) Centre

Last Answer : (1) Radius Explanation: The term atomic size refers to the radius of an atom. The atomic size may be visualized as the distance between the centre of the nucleus and the outermost shell of an isolated atom.

Description : What is the circumference of a circle with a diameter of 40 millimeters.?

Last Answer : 125.66 mm

Description : What is the diameter of a circle with a circumference of 12.25?

Last Answer : Diameter of circle: 12.25/pi = 3.899 rounded to 3 decimalplaces

Description : What will happen if the diameter of the circle doubles how will the circumference change?

Last Answer : The circumference also doubles.

Description : If a circle has a circumference of 132 inch what is the diameter?

Last Answer : Diameter of circle: 132/pi = 42 inches rounded to the nearestwhole number

Description : How do you find the circumference of a circle knowing only the diameter?

Last Answer : Circumference of a circle: pi times diameter

Description : What is the circumference of the circle if the diameter is 24cm?

Last Answer : Circumference of circle: 24*pi = 75.398 cm rounded to 3 decimalplaces

Description : Develop a program to find diameter, circumference and area of circle using function.

Last Answer : #include<stdio.h> #include<conio.h> void circle(float r) { float diameter,circumference,area; diameter=2*r; printf("\n Diameter=%f",diameter); circumference=2*3.14*r; printf ... :"); scanf("%f",&radius); circle(radius); getch(); }

Description : The moment of inertia of a semi-circle of radius r with respect to a centroidal axis parallel to the diameter is a.0.33 r2 b.0.11 r2 c.0.055 r2 d.0.05 r2 e.0.22 r2

Last Answer : b. 0.11 r2

Description : The given figure shows a circle with centre O in which a diameter AB bisects the chord PQ at the point R. If PR = RQ = 8 cm and RB = 4 cm, then find the radius of the circle. -Maths 9th

Last Answer : Let r be the radius, then OQ = OB = r and OR = (r - 4) ∴ OQ2 = OR2 + RO2 ⇒ r2 = 64 + (r-4)2 ⇒ r2 = 64 + r2 + 16 - 8r ⇒ 8r = 80 ⇒ r = 10 cm

Description : The given figure shows a circle with centre O in which a diameter AB bisects the chord PQ at the point R. If PR = RQ = 8 cm and RB = 4 cm, then find the radius of the circle. -Maths 9th

Last Answer : Let r be the radius, then OQ = OB = r and OR = (r - 4) ∴ OQ2 = OR2 + RO2 ⇒ r2 = 64 + (r-4)2 ⇒ r2 = 64 + r2 + 16 - 8r ⇒ 8r = 80 ⇒ r = 10 cm

Last Answer : circle circumference = 2 pi r . Pi = 3.1416 .

Description : A is the area of a circle with radius r units. Write the formula of area, making r as the subject.

Last Answer : A is the area of a circle with radius r units. Write the formula of area, making r as the subject.

Description : A wire of length a units is cut into two equal pieces and make a circle of radius r with one piece. Frame the formula by making r the subject.

Last Answer : A wire of length a units is cut into two equal pieces and make a circle of radius r with one piece. Frame the formula by making r the subject.

Description : A battery is connected between two points `A and B` on the circumference of a uniform conducting ring of radius `r` and resistance `R` . One of the ar

Last Answer : A battery is connected between two points `A and B` on the circumference of a uniform conducting ring of ... @)` D. zero for all values of `theta`

Description : An R.C.C. column of 30 cm diameter is reinforced with 6 bars 12 mm placed symmetrically along the circumference. If it carries a load of 40, 000 kg axially, the stress is (A) 49.9 kg/cm2 (B) 100 kg/cm2 (C) 250 kg/cm2 (D) 175 kg/cm

Last Answer : Answer: Option A

Description : If the radius of a sphere is 2r, then its volume will be -Maths 9th

Last Answer : As, r=2r Volume of sphere = 4​/3π(2r)^3 =32/3​πr^3

Description : If the radius of a sphere is 2r, then its volume will be -Maths 9th

Last Answer : (d) Given, radius of a sphere = 2r Volume of a sphere =4/3 π(Radius)3 = 4/3 π(2r)3 = 4/3 π 8r3 = (32 πr3)/3 cu units Hence the volume of a sphere is (32 πr3)/3 cu units.

Description : The radius of sphere is 2r, then find its volume. -Maths 9th

Last Answer : Volume of the sphere = 4/3.π.(2r)3 = 32/3πr3

Description : What is the diameter of a circle if the radius is 5.9cm?

Last Answer : The diameter of a circle is twice its radius and so 2 times 5.9= 11.8cm

Description : If the diameter of the circle is 30 mm then what is the radius of the circle?

Last Answer : The radius if the circle is half of its diameter and so 30/2 =15 mm

Description : If The exact area of a circle is 81pi square inches what are the radius and diameter of the circle explain?

Last Answer : The radius is 9 inches because area of circle is pi*9 squared =81pi square inches and the diameter is twice the radius which is2*9 = 18 inches

Description : What is the radius of a circle that is 142 in diameter?

Last Answer : Radius is half the diameter and so 142/2 = 71 units

Description : From a circular plate of diameter 6 cm is cut out a circle whose diameter is a radius of the plate. Find the e.g. of the remainder from the center of circular plate (A) 0.5 cm (B) 1.0 cm (C) 1.5 cm (D) 2.5 cm

Last Answer : (A) 0.5 cm

Description : If a wire of resistance R is melted and recast to half of its length, then the new resistance of the wire will be - (1) R/4 (2) R/2 (3) R (4) 2R

Last Answer : (1) R/4

Description : If `(2p+5q)/(2r+5s) = (4p-3q)/(4r-3s)`, then find the relation between p, q, r and s.

Last Answer : If `(2p+5q)/(2r+5s) = (4p-3q)/(4r-3s)`, then find the relation between p, q, r and s.

Description : In the circuit diagram,heat produces in R, 2R and `1.5 R` are in the ratio of

Last Answer : In the circuit diagram,heat produces in R, 2R and `1.5 R` are in the ratio of A. `4:2:3` B. `8:4:27` C. `2:4:3` D. `27:8:4`

Description : A centrifugal filtration unit operating at a rotational speed of w has inner surface of the liquid (density ρL) located at a radial distance R from the axis of rotation. The thickness of the liquid film is δ and no cake is formed. The ... . ρL (C) ½w 2 . δρL (2R + δ) (D) ½w 2 . R . ρL(R + 2δ)

Last Answer : (C) ½w 2 . δρL (2R + δ)