Question

In: Math

Area of Circle

Luther has a circular garden of radius 1.6 cm . If she plans to put artificial grass on it, How much area does she need to cover?

Solutions

Expert Solution

Given the radius of circular garden- 1.6 m

Area she need to cover = Area of circular garden

To find area we know that Area of circle = πr²

Putting values we get

Area = 3.14(1.6)²

Area=3.14(2.56)

Area =8.0384 m²

Hence, Area she need to cover = 8.0384 m²

 

 


Area that Luther need to cover with artificial grass (A) = 8.0384 m²

Related Solutions

/* calculating area of a circle, calculating area of a rectangle, calculating area of a triangle,...
/* calculating area of a circle, calculating area of a rectangle, calculating area of a triangle, and quit. */ import java.util.Scanner; public class GeoCalculator {    public static void main(String arg[]) { int geoCalc; //number selection of user Scanner get = new Scanner(System.in); //display section. System.out.println("Geometry Calculator"); System.out.println("Please select from the following menu:"); System.out.println("1. Calculate the Area of a Cirlce."); System.out.println("2. Calculate the Area of a Rectangle."); System.out.println("3. Calculate the Area of a Triangle."); System.out.println("4. QUIT"); System.out.println("Please make a selection:...
A circle of radius r has area A = πr2. If a random circle has a...
A circle of radius r has area A = πr2. If a random circle has a radius that is uniformly distributed on the interval (0, 1), what are the mean and variance of the area of the circle? Change the distribution of the radius to an exponential distribution with paramter β = 2. Also find the probability that the area of the circle exceeds 3, if it is known that the area exceeds 2.
Write a program in C that computes the area of a circle (Area = pi *...
Write a program in C that computes the area of a circle (Area = pi * r2) and the volume of a sphere (Volume = 4/3 * pi * r3). Both formulas use r which is the radius. Declare a float variable pi = 3.14159. Get the value of r from the keyboard and store it in a float variable. Display both the area of the circle and the volume of the sphere.
1) A circle of radius r has area A = π r2. If a random circle...
1) A circle of radius r has area A = π r2. If a random circle has a radius that is evenly distributed in the interval (0, 1), what are the mean and variance of the area of ​​the circle? choose the correct answer A) 1/3 and 1/12 B) Pi/3 and 1/12 C) Pi/3 and 1/5 D) Pi/3 and (4/45)*Pi^2
/* Writing a program that displays the following: calculating area of a circle, calculating area of...
/* Writing a program that displays the following: calculating area of a circle, calculating area of a rectangle, calculating area of a triangle, and quit. */ import java.text.DecimalFormat; import java.util.Scanner; public class GeoCalculator {    public static void main(String arg[]) { char selection; Scanner get = new Scanner(System.in); //having user input DecimalFormat twoDigits = new DecimalFormat("0.00"); //formatting area to two decimal places //display choice of selection System.out.println("Geometry Calculator"); System.out.println("Please select from the following menu:"); System.out.println("1. Calculate the Area of a...
The average area of the circle on the surface of the water was calculated to be...
The average area of the circle on the surface of the water was calculated to be 521 cm^2 for the ethyl alcohol and 881 cm^2 for the ethyl alcohol solution of naphthalene. What is the area occupied by one molecule of naphthalene?
How do you find the area of a circle when given the area of a sector?
How do you find the area of a circle when given the area of a sector?
use java The area of a circle is computed by ?? 2 , where r is...
use java The area of a circle is computed by ?? 2 , where r is the radius of the circle and π is 3.14. The area of a rectangle is computed by ??, where a and b correspond to the length and width of the rectangle respectively. The area of a triangle is computed by ah 2 , where a and h correspond to the length and height of the triangle respectively. Write a Java program: First it asks...
Determine the area of ​​the largest isosceles triangle that can be written into the unit circle....
Determine the area of ​​the largest isosceles triangle that can be written into the unit circle. It is advisable to let the corners in the triangle be given by (0.1), (x, y) and (−x, y), all on the unit circle, with x ≥ 0 but where we allow y to be negative.
in Matlab, Use the Monte Carlo analysis to compute the area of a circle with radius...
in Matlab, Use the Monte Carlo analysis to compute the area of a circle with radius 1. print out your code, at least one figure on which the circle and ‘dart hits’ are shown, and numerical results for N=10, 100,1000. For each N, repeat the calculation at least 5times.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT