Circumference
C = 2 π r
C = 2(3.141592654)(1)
C = 6.283185307
C = 6.28 Feet rounded to two decimal places
The answer is C - 6.28
- - - - - - - - - - - - - - - -
Area of a circle
A = π r²
A = 3.141592654 (1)²
A = 3.14 Squared feet. Rounded to two decimal places
The answer is A - 3.14
- - - - - - - s-
2006-11-06 01:17:21
·
answer #1
·
answered by SAMUEL D 7
·
0⤊
0⤋
the circumference is 2 x pi x radius or diameter x pi.
The area is pi x radius squared
pi is 3.14 when rounded off.
c = 2 x 3.14 x 1ft =6.28ft
a = 3.14 x 1ft^2 = 3.14 ft^2
2006-11-06 01:09:03
·
answer #2
·
answered by mark 1
·
0⤊
0⤋
Circumference=2(pi)r
=2(3.14)1
=6.28 ft
Area =(pi)r^2
=(3.14) 1^2
=3.14 Sq ft
2006-11-06 00:56:53
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
The circumference would be 2 x pi or 6.28318530718.
The area would be pi because pi x r² = area
r is 1 and 1² is one so the answer is 3.14159265359
2006-11-06 01:04:24
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
circumference=2pir=2*pi*1 foot
=2*3.14ft=6.28 foot
area=pir^2
=3.14*1^2=3.14 square foot
unless otherwise stated it is best to leave pi as pi
2006-11-06 00:49:23
·
answer #5
·
answered by raj 7
·
0⤊
1⤋
2 pi r. Yes you use that formula because pi=3.14159...
so 2pir=circumference so the circumference is 2 pi.
pi r squared is area so the area is just pi.
2006-11-06 00:46:00
·
answer #6
·
answered by asd589 2
·
0⤊
1⤋
r x 2 = diameter. d= 2
2 x 3.14 = circumfrence
c= 6.28
that was too easy..... it shouldnt be a question.... very simple... too simple... oh well.... hope i answered most of your question.
2006-11-06 00:49:33
·
answer #7
·
answered by Emma aka UMA 2
·
0⤊
0⤋
constructor - accepts radius of circle as an argument: public Circle(double r) { radius = r; } constructor - no arg that sets radius field to 0.0 (replace your constructor with this) public Circle() { radius = 0; } And remove the "Circle r = new Circle();"
2016-05-22 03:33:39
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋
2(pi)r will give the circumference
2(pi)r^2 will give area
2006-11-06 00:42:53
·
answer #9
·
answered by c1b3rnut 1
·
0⤊
1⤋