21.01.2022

Find the area of the polygon. All corners are 90 degrees

. 5

Faq

Mathematics
Step-by-step answer
P Answered by PhD
The composite figure is made up of 2 rectangles.

Area of the top rectangle = 9 x 10 = 90 m²

Area of the bottom rectangle = 30 x 9 = 270 m²

Area of the figure = 90 + 270 = 360m²

Area = 360m²
Mathematics
Step-by-step answer
P Answered by PhD
The composite figure is made up of 2 rectangles.

Area of the top rectangle = 9 x 10 = 90 m²

Area of the bottom rectangle = 30 x 9 = 270 m²

Area of the figure = 90 + 270 = 360m²

Area = 360m²
Mathematics
Step-by-step answer
P Answered by PhD

Follows are the python code to this question:

import math as m #import package  

n=int(input('Enter the number of sides:'))#defining n variable for input number of side

s= float(input('Enter the side: '))#defining s variable for input side value

area = (s*s *n)/(4 * (m.tan(m.pi/n)))#defining formula for calcaulting area

print (area)#print area

Output:

please find the attached file.

Step-by-step explanation:

In the above code, firstly, we import the math package as m, and after that, two-variable "n and s" is defined, which uses for input integer and float value from the user end.

In the next step, we use the area formula that is already in the question.In this formula, we modify some value and put the user input into the area formula, and print its value.  
(Geometry: area of a regular polygon)

A regular polygon is an n-sided polygon in which all sides ar
Mathematics
Step-by-step answer
P Answered by PhD

Follows are the python code to this question:

import math as m #import package  

n=int(input('Enter the number of sides:'))#defining n variable for input number of side

s= float(input('Enter the side: '))#defining s variable for input side value

area = (s*s *n)/(4 * (m.tan(m.pi/n)))#defining formula for calcaulting area

print (area)#print area

Output:

please find the attached file.

Step-by-step explanation:

In the above code, firstly, we import the math package as m, and after that, two-variable "n and s" is defined, which uses for input integer and float value from the user end.

In the next step, we use the area formula that is already in the question.In this formula, we modify some value and put the user input into the area formula, and print its value.  
(Geometry: area of a regular polygon)

A regular polygon is an n-sided polygon in which all sides ar
Mathematics
Step-by-step answer
P Answered by PhD
Answer: 59 in^2.Explanation:We know that, the area of the polygon is equal to the area of rectangle

Answer: 59 in^2.

Explanation:
We know that, the area of the polygon is equal to the area of rectangle plus the area of two triangles.
Find the area of rectangle:
A=LW,
we have:
L=7in;
W=4in;
A1=7*4=28 in^2.
Find the area of triangle with height of 6 in:
A=1/2bh,
we have:
b=7in;
h=6in;
A2=1/2*7*6=21 in^2.
Find the area of triangle with height of 5 in:
A=1/2bh,
we have:
b=4in;
h=5in;
A3=1/2*4*5=10 in^2.
The total area of the polygon is:
A=A1+A2+A3=28+21+10=59 in^2.

Mathematics
Step-by-step answer
P Answered by PhD

59 in2

Step-by-step explanation:

Area of the rectangle is A=LxW

A= 7 x 4

A-28 in2

Area of the triangle is A= 1/2 bh

Area of the top triangle is A= 1/2 (6)(7)

A= 21 in2

Area of the side triangle is A= 1/2 (5)(4)

A= 10in2

Add up all of the areas to find the total area of the figure

28+21+10= 59 in2

Mathematics
Step-by-step answer
P Answered by PhD
choice B) 59 square inches




Work Shown:

A1 = Area of rectangle = length*width = 7*4 = 28 square inches
A2 = Area of triangle on top = 0.5*base*height = 0.5*7*6 = 21 square inches
A3 = Area of triangle on right side = 0.5*base*height = 0.5*4*5 = 10 square inches

Total Area = A1 + A2 + A3
Total Area = 28 + 21 + 10
Total Area = 59 square inches
Mathematics
Step-by-step answer
P Answered by PhD

B 59 in.^2

Step-by-step explanation:

The polygon is made up of three different polygons. Calculate each area, and add them.

1) rectangle 4 in. by 7 in.

2) triangle with 7 in. base and 6 in. height

3) triangle with 4 in. base and 5 in. height

area of rectangle = length * width

area of triangle = base * height / 2

total area =

= 4 in. * 7 in. + 7 in. * 6 in./2 + 4 in. * 5 in./2

= 28 in.^2 + 21 in.^2 + 10 in.^2

= 59 in.^2

Mathematics
Step-by-step answer
P Answered by PhD

3.6 {m}^{2}

Step-by-step explanation:

The area of a rectangle is length times width.

We divide the polygon into 4 rectangles:

The area of the first rectangle is :

0.4 \times 0.4 = 0.16 {m}^{2}

The area of the second rectangle is

2.4 \times 0.6 = 1.44 {m}^{2}

The area of the 3rd rectangle is

1.6 \times 1 = 1.6 {m}^{2}

The area of the fourth rectangle is

0.4 \times 1 = 0.4 {m}^{2}

Putting all together, the area of the polygon is;

0.16+1.44+1.6+0.4=3.6m²


Challenge: Find the area of the polygon. space. 2.4 m 0.4 m 0.4 m 0.4 m 1.0 ms W 90 Your answer

Try asking the Studen AI a question.

It will provide an instant answer!

FREE