
10-29-2006, 01:57 PM
|
|
|
Re: Some Geometry Help
1) the six angles of an hexagon have to add up 720º (this is easily demonstrated by dividing the hexagon in four triangles, drawing three diagonals from the same vertex, each has to have 3 angles that add up 180º). So, if a = largest angle, then the angles would be a, a - 2, a - 4, a - 6, a - 8, a - 10.
So (a) + (a-2) + (a-4) + (a-6) + (a-8) + (a-10) = 720 => (implies)
6a - 30 = 720 = >
6a = 750 =>
a = 125
the largest angle is 125º.
2) Let "a " be the lenght of one edge of the original cube, let "S" be the surface area of this cube...
first: S = 6 a^2 (6 sides of a cube) : (1)
now, if a is increased by 1, S is increased by 78, which is written:
S + 78 = 6 (a+1)^2 which implies that:
S + 78 = 6a^2 + 12a + 6, now substitute (1)
S + 78 = S +12a +6, so:
12a = 72
a = 6
3) if 2b is the base of the triangle, and the other 2 sides are a, you can divide this isoceles triangle in two rectangular ones, the sides of this rectangular triangles would be: 12, a, and b.
Pitagoras: a = square root ( 144 + b^2) : (2)
on the other hand, the perimeter is 36, so: 2b + 2a = 36 substituting (2) here leads to:
b + squareroot (144 + b^2) = 18
so:
144 + b^2 = 324 -36b + b^2...
36b = 180
b = 5
So the area would be 2b * 12 / 2 = 60 cm ^2
check them, I might have made a mistake..
|