answersLogoWhite

0


Best Answer

That is how the concept of area is defined!

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is the area of a rectangle length times breadth?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The area of a rectangle?

length * breadth. (or, can be said as - length times width)


Find the area of a rectangle if it's length and breadth are made five times-?

If the breadth of the rectangle is 2, then its length is 5. which means that the area is 10 square units.


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!


Area and perimeter of a rectangle?

Area is length times width, perimeter is twice the sum of length and breadth.


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

Divide the area by the length of the rectangle


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

All you need to do is length x breadth = area


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


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


Find the area of a rectangle if it's length and breadth are made five times?

If the breadth is 3, it means that the length is 5 which therefore means the area is 15 square units.


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