answersLogoWhite

0


Best Answer

6 cm * 10 cm

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the length and breadth if area is 60 sq. centimeters and perimeter is 32. sq centimeters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Algebra

Is area of triangle and perimeter of triangle are same?

Answer: absolutely not! Answer: No. For starters, the area uses units of area (for example, square centimeters), while the perimeter uses units of length (For example, centimeters).


What is the area of the rectangle when the length and breadth are given?

All you need to do is length x breadth = area


Write a c sharp program to find the area of square?

include<stdio.h> #include<conio.h> void main() { int length, breadth, area ; printf("\n Enter the length & breadth of a Rectangle"); scanf("d",&length,&breadth); area=length*breadth; printf("\n Area of the Rectangle=%d",area); getch(); }


Formula for area of the rectangle?

length*breadth


How do you find the area from the perimeter of a rectangle?

If the only information that you have is ... A) the figure is a rectangle, and B) the perimeter ... then you cannot calculate the area. The area of a rectangle is the length multiplied by the height., The perimeter is twice the length plus twice the height. So, a rectangle with a length of 9 units and a height of 1 unit will have a perimeter of 20 units and an area of 9 square units. Another rectangle with a length of 6 units and a height of 4 units will also have a perimeter of 20 units, but it will have an area of 24 square units. To be able to calculate the area from the perimeter you need to know one of two additional things - either one of the measurements, or the ratio of the height to the length.+++To summarise, you can, IF you know the ratio as mentioned. Then apply that to half the perimeter to find the length and breadth.

Related questions

How do you find area and length of a rectangle if perimeter and breadth is given?

2(length+breadth)=Perimetre Length= (Perimetre/2)-Breadth Area=Length x breadth


Write a C program to find the area and perimeter of you square ii rectangle?

#include<stdio.h> void main() { float length, breadth, area, perimeter; printf("Enter the length & breadth of a Rectangle\n(length breadth): "); scanf("%f %f",&length,&breadth); area=length*breadth; perimeter=2*(length+breadth); printf(" Area of the Rectangle=%0.3f\n",area); printf("Perimeter of the Rectangle=%0.3f\n",perimeter); printf("(Press ENTER to exit.)"); getch(); printf("\n"); }


Area and perimeter of a rectangle?

Area is length times width, perimeter is twice the sum of length and breadth.


If you know the perimeter how do you find the area?

Perimeter equals to 2 times the length plus 2 times the breadth. Area equals to length multiply by breadth


How do you find the length and breadth with only the area and perimeter?

let the length be 'x' and the breadth be 'y' then area = xy and perimeter = 2x+2y Solve the simultaneous linear equations by given area and perimeter. Regards, A Pakistani!


What is the rule for finding the area and perimeter of a parallelogram?

area of parallelogram= base*height perimeter= 2(length+breadth)


How do you determine the area and perimeter of a rectangle?

for area we should multiple length X breadth for perimeter we should do 2x(LxB)


What is the length and breadth if area is 60 sq. cm and perimeter is 32 sq. cm of an rectangle?

If the perimeter is 32 sq cm, there is a very serious problem since the perimeter is a linear measure, not an area! Leaving that aside, the length of the rectangle is 10 cm and the breadth is 6 cm.


How do you get the perimeter of a rectangle with an area of 4000 sq yards and a length of 80 yards?

Area = Length * Breadth So 4000 = 80 * Breadth so that Breadth = 4000/80 = 50 yards. Then perimeter = 2*L + 2*B = 2*80 + 2*50 = 160+100 = 260 yards.


What is the yard's length and width if the perimeter is 24 meters and the area is 32 square meters?

length----8cm breadth---4cm


What is the area and perimeter of a rectangle?

The perimeter is the sum of its 4 sides and its area is length times width


The length of a rectangle with area 54 square centimeters is 9 centimeters. What is the perimeter of the rectangle in centimeters?

if one length is 9cm, the other length must be 6cm to make an area of 54cm. hence the perimeter is 9+9+6+6 = 30cm