Triangle Problem - Is it possible to solve this?

This topic has expert replies
Source: — Problem Solving |

User avatar
Master | Next Rank: 500 Posts
Posts: 277
Joined: Sun Jun 17, 2007 2:51 pm
Location: New York, NY
Thanked: 6 times
Followed by:1 members
gmatz wrote:Is it possible to figure out the area of a triangle with sides of 4,8, and 11?
Sides = 4, 8 and 11. Lets call them x,y and z
Perimeter = 23
1/2 (Perimeter) = s = 11.5

Area = sqrt (s(s-x)(s-y)(s-z)) = sqrt[11.5 * (11.5 - 4) * (11.5 - 8 ) * (11.5 - 11)] = 12.29
So It Goes

Junior | Next Rank: 30 Posts
Posts: 14
Joined: Fri Jul 27, 2007 4:30 pm

thanks

by gmatz » Tue Aug 28, 2007 11:12 am
Thanks. Real quickly, what are these relationships called?

1) 1/2 (Perimeter) = s = 11.5

2) Area = sqrt (s(s-x)(s-y)(s-z)) = sqrt[11.5 * (11.5 - 4) * (11.5 - 8 ) * (11.5 - 11)] = 12.29

User avatar
Master | Next Rank: 500 Posts
Posts: 277
Joined: Sun Jun 17, 2007 2:51 pm
Location: New York, NY
Thanked: 6 times
Followed by:1 members

by givemeanid » Tue Aug 28, 2007 11:22 am
I do not recall the name of the formula. It's been a while since those math classes :)

If you have a triangle with sides x, y and z, then the area of the triangle is sqrt{s*(s-a)*(s-b)*(s-c)} where s is half the perimeter i.e s = (x+y+z)/2.
So It Goes

Junior | Next Rank: 30 Posts
Posts: 14
Joined: Fri Jul 27, 2007 4:30 pm

by gmatz » Tue Aug 28, 2007 11:27 am
thanks

Junior | Next Rank: 30 Posts
Posts: 14
Joined: Fri Jul 27, 2007 4:30 pm

It's called Heron's Formula

by gmatz » Tue Aug 28, 2007 11:39 am
Just looked it up on the Internet. I'm curious to know where you reviewed this (in a class)? I've never come across this problem during my studies, but just thought of it thinking it could be a problem.