Let the two parallel sides be a and b, and the distance between them, the height of the trapezium, be h. Then:
area of trapezium = 1/2 (a+b) h
That is half the sum of the two parallel sides times the height of the trapezium.
area of trapezium=1/2{a+b}h
Area = 0.5*(sum of parallel sides)*heightNote: A trapezium in the UK is known as a trapezoid in the USA
The area of a trapezium is found because: 0.5*(sum of parallel sides)*height = area
Area = 0.5*(sum of parallel sides)*heightNote: A trapezium in the UK is known as a trapezoid in the USA
The area of a trapezium is given by 0.5*(a+b)*h where a and b are the lengths of the parallel sides and h is the vertical distance between them. The fact that the trapezium is isosceles does not matter. A trapezium is a 2 dimensional object and so it has no volume.
0.5 * (a + b) * h
base multiply by height
1. C program or source code for find area of trapezium2. How to calculate area of trapezium in c programming language#includeint main(){floatheight,base1,base2;float area;printf("Enter the height of the trapezium: ");scanf("%f%",&height);printf("Enter length of lower base of the trapezium: ");scanf("%f%",&base1);printf("Enter length of upper base of the trapezium: ");scanf("%f%",&base2);area = 0.5 * (base1 + base2) * height;printf("Area of trapezium is: %f",area);return 0;}
It's 54
A trapezium is a 2-dimensional shape and so has no volume. If you were thinking of area, there is not enough information to answer.
base times height divide 2
Area of a trapezium = 0.5*(sum of parallel sides)*height