To start with. find the volume by determining the area, then multiply by height. A diameter of 20 inches gives a radius of 10. Area is radius times radius, time pi. So 10x10= 100. x 3.14 is 3140. Times 16 is 5024. But that is cubic INCHES- to get cubic feet, divide 5024 by 1728 (number of cubic inches in a cubic foot.
The area increases as the square of the radius (or diameter). So if you double the radius you * 4 (quadruple) the area. Treble the radius, you *9 the area.
Area = (pi) x (Radius)2 (Radius)2 = Area/pi Radius = sqrt(Area/pi) Diameter = 2 x radius = 2 x sqrt(Area/pi)
Volume = 4/3 * pi * radius * radius * radius Surface Area = 4 * pi * radius * radius
include<stdio.h> #include<conio.h> void main() { int area,radius; clrscr(); printf("enter the radius"); scanf("%d",&radius); area=3.14*radius*radius; printf("the ans is ",area); printf("the radius is ",radius) getch(); }
The formula for the area of a circle is: 3.14 (pi) times the radius squared. A circle with a 40 mile radius would have an area of 3.14 x 40 x 40 = 5024 square miles.
3.14 x R2 (diameter)2 3.14 x 16= 5024 5024 x 5024= 2524056
To start with. find the volume by determining the area, then multiply by height. A diameter of 20 inches gives a radius of 10. Area is radius times radius, time pi. So 10x10= 100. x 3.14 is 3140. Times 16 is 5024. But that is cubic INCHES- to get cubic feet, divide 5024 by 1728 (number of cubic inches in a cubic foot.
628
5020
The country code and area code of Dhupchachia, Bangladesh is 880, (0)5024.
The area increases as the square of the radius (or diameter). So if you double the radius you * 4 (quadruple) the area. Treble the radius, you *9 the area.
5024.0
The area of a semicircle is half of the area of a circle. The area of a circle is pi x radius x radius. So the area of a semicircle is 1/2 x pi x radius x radius or (pi x radius x radius) / 2.
Area = π × radius² → radius² = area/π → radius = √(area/π) Circumference = 2 × π × radius = 2 × π × √(area/π) = √(2² × π² × area/π) = √(4 × π × area)
The area increases as the square of the radius (or diameter). So if you double the radius you * 4 (quadruple) the area. Treble the radius, you *9 the area.
Area = pi * (radius^2) Where (radius^2) is radius squared, or radius to the second power. do some algebraic steps: Area / pi = radius^2 radius^2 = Area / pi square root (radius^2) = square root (Area / pi) radius = (plus or minus) square root (Area / pi) If you are not working with imaginary numbers then radius = square root (Area / pi)