answersLogoWhite

0


Best Answer

All you need to do is length x breadth = area

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the area of the rectangle when the length and breadth are given?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Algebra

Formula for area of the rectangle?

length*breadth


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(); }


How do you prove the formula for the area of a rectangle?

The formula for the area of a rectangle is length x breadth. In order to prove this works, work out an area of a rectangle using that formula.


How do you find the perimeter of a rectangle when given area?

You cannot. There are infinitely many possible answers.Given Area = A square units, select any value of L > sqrt(A) units and let B = A/L units.Then for every one of the infinitely many values of L, the rectangle with length L and breadth B, the area = L*B = L*(A/L) = A square units.The reason for selecting L > sqrt(A) is simply to ensure that each different value of L gives a different rectangle and you do not have the length and breadth of one rectangle being the breadth and length of another.You cannot. There are infinitely many possible answers.Given Area = A square units, select any value of L > sqrt(A) units and let B = A/L units.Then for every one of the infinitely many values of L, the rectangle with length L and breadth B, the area = L*B = L*(A/L) = A square units.The reason for selecting L > sqrt(A) is simply to ensure that each different value of L gives a different rectangle and you do not have the length and breadth of one rectangle being the breadth and length of another.You cannot. There are infinitely many possible answers.Given Area = A square units, select any value of L > sqrt(A) units and let B = A/L units.Then for every one of the infinitely many values of L, the rectangle with length L and breadth B, the area = L*B = L*(A/L) = A square units.The reason for selecting L > sqrt(A) is simply to ensure that each different value of L gives a different rectangle and you do not have the length and breadth of one rectangle being the breadth and length of another.You cannot. There are infinitely many possible answers.Given Area = A square units, select any value of L > sqrt(A) units and let B = A/L units.Then for every one of the infinitely many values of L, the rectangle with length L and breadth B, the area = L*B = L*(A/L) = A square units.The reason for selecting L > sqrt(A) is simply to ensure that each different value of L gives a different rectangle and you do not have the length and breadth of one rectangle being the breadth and length of another.


How do you find the length of a rectangle given the width and area?

the area of a rectangle = length x widthwe can rearrange this to give uslength of a rectangle = area/ width

Related questions

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

Divide the area by the length of the rectangle


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


How do you find the length and breadth if area is known for a rectangle?

If you do not know the length or breadth of a rectangle, you cannot know the area. If you do not know the area of a rectangle, you cannot know the length and breadth. To know the length and breadth of a rectangle, you have to know some other contributing factor in the equation. If you don't, measure it!


What is area of rectangle when breadth and width are given?

The breadth of a rectangle is the height.


Formula for area of the rectangle?

length*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"); }


Write a program to accept length and breadth of a rectangle and then calculate its area and print it?

int length int breadth int area= (length x breadth) print area


What is the formula for area rctangular?

Area of rectangle = length * breadth or length * width


What is the formula of the area of rectangel?

Area of rectangle = length * breadth


How do you find area of a rectangle?

breadth multipied by the length


How do you find out the area of a rectangle?

multiply the length with the breadth.


To find the area of rectangle?

product of length and breadth