answersLogoWhite

0


Best Answer

breadth = 1740/75 = 23.2 feet

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What would be the breadth of a land of area 1740 sq ft and length 75 ft?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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


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

All you need to do is length x breadth = area


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


How do you get the length and the breadth out of the area?

The length and width are factors of the area.


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!


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


What is the area of square shape?

The area of any rectangular shape, including the square, is the length times the breadth. Area = length x 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"); }


How do you calculate the area of a rectangular crystal surface?

It is 2*(Length*Breadth + Breadth*Height + Height*Length).


How many tiles would be needed to cover a square design with a length of 7 tiles explain how you know?

49 tiles because a square has the same length as it does breadth. The Area of a square is length times breadth, so if length eqauls seven then so does the breadth which means that the area will be 7x7 which eqauls 49.


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 formula for area rctangular?

Area of rectangle = length * breadth or length * width