49 tiles because a square has the same length as it does breadth. The Area of a square is length times breadth, so if length eqauls seven then so does the breadth which means that the area will be 7x7 which eqauls 49.
If the breadth of the rectangle is 2, then its length is 5. which means that the area is 10 square units.
If the breadth is 3, it means that the length is 5 which therefore means the area is 15 square units.
#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"); }
An inch is a unit of length, a square meter is a unit of area. You can't convert that.An inch is a unit of length, a square meter is a unit of area. You can't convert that.An inch is a unit of length, a square meter is a unit of area. You can't convert that.An inch is a unit of length, a square meter is a unit of area. You can't convert that.
The area of any rectangular shape, including the square, is the length times the breadth. Area = length x breadth
The square root of the area of the paper.
49 tiles because a square has the same length as it does breadth. The Area of a square is length times breadth, so if length eqauls seven then so does the breadth which means that the area will be 7x7 which eqauls 49.
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(); }
If the breadth of the rectangle is 2, then its length is 5. which means that the area is 10 square units.
Length = Breadth = 3.5 inches∴ Area = Length * Breadth = 3.5 * 3.5 = 12.25 sq. inches
2(length+breadth)=Perimetre Length= (Perimetre/2)-Breadth Area=Length x breadth
If the breadth is 3, it means that the length is 5 which therefore means the area is 15 square units.
#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 of rectangle = Length x Breadth = 9x 9= 81sq feet Acc. to me a room has three dimensions length, breadth and height. If you know the area of the woom and length and breadth you can find height.
An inch is a unit of length, a square meter is a unit of area. You can't convert that.An inch is a unit of length, a square meter is a unit of area. You can't convert that.An inch is a unit of length, a square meter is a unit of area. You can't convert that.An inch is a unit of length, a square meter is a unit of area. You can't convert that.
Does not compute a meter is a length, a square meter is an area.