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:...
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.
Write a program to calculate the area of four shapes (Rectangle, triangle, circle and square). The...
Write a program to calculate the area of four shapes (Rectangle, triangle, circle and square). The program to present the user with a menu where one of the shapes can be selected. Based on the selection made, the user enters the proper input, the program validates the input (i.e all entries must be greater than zero). Once the input is entered and validated, the intended area is calculated and the entered information along with the area are displayed. Area of...
Write a java program that contains 3 overloaded static methods for calculating area of a circle,...
Write a java program that contains 3 overloaded static methods for calculating area of a circle, area of a cylinder and volume of a cylinder. Also create an output method which uses JOptionPaneto display instance field(s) and the result of the computing. Then code a driver class which will run and test calling each of these overloaded methods with hard-coded data and display the data and the result of the calculation by calling output method. Thanks!!
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT