2(length+breadth)=Perimetre Length= (Perimetre/2)-Breadth Area=Length x breadth
Perimeter equals to 2 times the length plus 2 times the breadth. Area equals to length multiply by breadth
l = Length W = breadth or width perimeter = 2 x (L+W) = 2L + 2W
Example: To find the perimeter of a rectangular box, with length as 6cm and Breadth as 4 cm, we need to use the formula, Perimeter of a Rectangle = 2 (L+B) = 2 ( 6 cm + 4 cm) = 2 × 10 cm = 20cm.
width = (perimeter-2*length)/2
2(length+breadth)=Perimetre Length= (Perimetre/2)-Breadth Area=Length x breadth
Perimeter equals to 2 times the length plus 2 times the breadth. Area equals to length multiply by breadth
l = Length W = breadth or width perimeter = 2 x (L+W) = 2L + 2W
Let the length be x: 2*x = perimeter-(2*breadth) Then divide both sides by 2 to find the vallue of x
#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"); }
We use perimeter to measure the length and breadth so that we can easily find out the measurement of a figure
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!
360
Perimeter = 25 + 25 + 22 + 22 = 94
you multiply the length by two then you multiply the width by two and then add the two answers 2l+2w
length = 30m width = 18m
we have the formula to find perimeter of the rectangle i.e. perimeter = 2(l+b) where l = length b = breadth substitute l=96 and perimeter = 334,we get 334 = 2(96+b) 334/2=96+b, 167 = 96 + b b = 167-96 =71. b = breadth of the given rectangle is 71.