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!
#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"); }
Let the length be x: 2*x = perimeter-(2*breadth) Then divide both sides by 2 to find the vallue of x
360
The breadth of a square is typically referred to as the length of one of its sides, as all sides of a square are equal in length. To find the breadth of a square, you simply measure the length of one of its sides using a ruler or measuring tape. Alternatively, if you know the area or perimeter of the square, you can use mathematical formulas to calculate the length of its sides.
you multiply the length by two then you multiply the width by two and then add the two answers 2l+2w
Perimeter equals to 2 times the length plus 2 times the breadth. Area equals to length multiply by breadth
Well, isn't that just a happy little problem to solve! To find the area of a rectangle, you multiply the length by the breadth. And to find the length, you can use the formula: length = (perimeter - 2 * breadth) / 2. Just remember, there are no mistakes, only happy accidents in math!
#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"); }
If the shape is a rectangle (or square), then Perimeter = 2*(Length + Breadth) So Breadth = Perimeter/2 - Length
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
We use perimeter to measure the length and breadth so that we can easily find out the measurement of a figure
360
The breadth of a square is typically referred to as the length of one of its sides, as all sides of a square are equal in length. To find the breadth of a square, you simply measure the length of one of its sides using a ruler or measuring tape. Alternatively, if you know the area or perimeter of the square, you can use mathematical formulas to calculate the length of its sides.
Perimeter = 25 + 25 + 22 + 22 = 94
breadth multipied by the length
multiply the length with the breadth.