you need length and width length multiply width = area length + length + width + width = perimeter
#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"); }
Multiply length by width
To find the area of a rectangle, you multiply the width by the length. Area=width multiplied by length. To find the perimeter of a rectangle, you can either add all four sides of the rectangle together (p=w+w+l+l), or find the length and width of the rectangle and multiply that by 2 (p=2(w+l)). You can also find the perimeter by multiplying the width by 2 and the length by 2 and then adding those together (p=2w+2l).
for area you multiply length times width and for perimeter you add all of the sides together
The length of a rectangle is twice its width. If the perimeter of the rectangle is , find its area.
the length of a rectangle is 5 more then the width. Find the perimeter and the area of the rectangle
you need length and width length multiply width = area length + length + width + width = perimeter
You can find the perimeter of a rectangle if you know its area and the length of one side. Divide the area by the length of the known side and the quotient will be the length of a side perpendicular to the known side, and then multiply the sum of the two sides by two to find the perimeter.
perimeter (P)=2(length+base) find length, area = length * base = (p/2-base)*base
Oh, what a lovely question! To find the area of a rectangle, you simply need to multiply the length by the width. Since we know the perimeter is 72m and the width is 16m, we can find the length using the formula 2(length + width) = perimeter. Once you find the length, just multiply it by the width to get the area. Happy painting!
#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"); }
no
Multiply length by width
98 square feet
To find the area of a rectangle, you multiply the width by the length. Area=width multiplied by length. To find the perimeter of a rectangle, you can either add all four sides of the rectangle together (p=w+w+l+l), or find the length and width of the rectangle and multiply that by 2 (p=2(w+l)). You can also find the perimeter by multiplying the width by 2 and the length by 2 and then adding those together (p=2w+2l).
for area you multiply length times width and for perimeter you add all of the sides together