answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is length and breadth of kabbadi ground?
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


Is width length or breadth?

breadth


Length and breadth of Indian flag?

length is 3 and breadth is 2


How do you find breadth using perimeter and length?

If the shape is a rectangle (or square), then Perimeter = 2*(Length + Breadth) So Breadth = Perimeter/2 - Length


How can you calculate the perimeter of a rectangle if you know its length and breadth?

Add the length and breadth and then double it.


What is the pressure if the length is 16cm and breadth is 7cm?

what is the pressure if the length is 16cm & breadth is 7cm


If a rectangle has perimeter of 1.57 kilomteres its length is 168 meters what is breadth?

Perimeter = 2*(Length + Breadth) So, 1570 = 2*(168 + Breadth) 785 = 168 + Breadth Breadth = 617 metres Which is rather an unusual result because normally the length is greater than the breadth.


What is the number representing the linear dimension of an object is referred to as?

Length (breadth, width or height are also used).Length (breadth, width or height are also used).Length (breadth, width or height are also used).Length (breadth, width or height are also used).


What is the formula of length into breadth into height?

volume is equal to length x breadth x height


What is the length and breadth of basketball's in international measurement's?

its length is 28 metres and its breadth is 15 metres


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