answersLogoWhite

0

Area calculation for triangle

Updated: 12/21/2022
User Avatar

Wiki User

14y ago

Best Answer

1/2 x base x height

or

base x height

------------------

2

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Area calculation for triangle
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the area of a triangle with a base of 7 and a height of 9 units?

The area of a triangle is (1/2) x base x height. Just replace the corresponding numbers, and do the calculation.


How is a triangle and rectangle alike?

They are both polygon. If you cut a rectangle diagonally, you will have two triangles. And if you want to figure out the area of a right triangle, you can treat it as a rectangle and then cut your calculation in half to get the correct answer.


How do you get the area of an rectangle?

Area = length x width you may try the online calculator linked below that is related to this area and perimeter calculation of common shapes like rectangle, circle, triangle, parallelogram, rhombus and trapezoid.


How do you fint the Area of triangle by if then statement?

If-Then statements are usually used in programming to make a decision. You usually wouldn't use a decision to make a calculation, unless you only wanted to calculate the area of the triangle IF the base was a certain size, for example.The following Java code snippet means: IF the base of the triangle IS GREATER THAN 9 AND the height of the triangle IS GREATER THAN 6 THEN return (calculate) the area of the triangle (which is (1/2) * base * height).if(base_of_triangle > 9 && height_of_triangle > 6){return base_of_triangle * height_of_triangle * (1/2);}


FORMULA- area of equilateral triangle?

Area of Equilateral Triangle A= S2 * (Root 3)/4, where A= Area of the triangle S= Side of the triangle.


What is the area of a triangle 6cm by 8cm?

The area of triangle is : 24.0


What is the area of a triangle that is 60 by 54?

The area of triangle is : 1620.0


Can the area of a triangle be zero?

If the area was 0, there would be no triangle.


What is the area of a triangle 4 in by 2 in?

The area of triangle is : 4.0


Can you relate the area of triangle and the area of hexagon?

Area of hexagon= Area of original triangle/10


How does one calculate the area of a triangle?

The area of a triangle can be calculated with one main formula. That is, A=(b*h)/2, where A is the area of the triangle, b is the base of the triangle, and h is the height of the triangle.


What is the area of a triangle with the base of 10 and the height of 12?

The area of triangle is : 60.0