Geometry/Math Question

Of the infinite number of possible triangles in geometry (flat co-planar ones, that is), what percentage are:
[ul][li]obtuse[/li][li]acute[/li][li]or right (one angle is 90[sup]o[/sup])[/ul][/li]
<marquee><font color="#FF0000">AWB</font></marquee>

There are an infinite number of acute triangles, an infinite number of obtuse triangles and an infinite number of right triangles. So let’s see – 3 * infinity = infinity. Hey wait! Is my calculator busted?

Any percentage of an infinite number is also infinite. So it’s hard to talk about infinities without getting “wrapped around the axis”, so to speak.

Your question, as it stands, really has no answer.

“The inability of science to grasp Quality, as an object of enquiry, makes it impossible for science to provide a scale of values.”
Robert Pirsig

I didn’t think you could have percentages of infinite numbers. I mean, there are an infinite number of possible right triangles, so, dividing that by infinity would get you, heck I don’t know!

If you came up with an algorithm to generate random triangles, i.e. with random angles, and used it a bunch of times, I think almost none of them would be right triangles, since there is no reason to expect any of the angles would be exactly 90 degrees. So about half would be acute and half would be obtuse.

But I’m rusty on geometry so I might be all wet.

The question is obtuse. Cecil is cute. And the posters are right.

Well, since it takes at 3 points to define a plane, all triangles are co-planar (flat).

Unless I’m not understanding the question, there are an infinite number of each, even if you discard congruent triangles. That is to say, two legs of each triangle could have an infinite number of values as a length.

Okay, line up to take your potshots at me.


“The problem with the world is that everyone is a few drinks behind.” - Humphrey Bogart

Actually, there is an answer.

Here’s a similar and simpler question:

What percentage of rectangles have short sides that are less than half the length of their long sides?

Okay, damn it, there were no answers here when I started composing. Gotta stop answering the phone and concentrate on the important stuff.


“The problem with the world is that everyone is a few drinks behind.” - Humphrey Bogart

I stated the obvious (flat co-planar [triangles]) to eliminate spherical or terrestrial trianges from consideration.

Well, the way i work it, if you generate a random triangle, you get:

50% obtuse
50% acute
0% right

So lets see if my math is right here:
To generate a random triangle, for our purposes all you need is two angles.
In any triangle, at least 2 of the angles are acute. Call 'em A and B, and the other angle C.

A + B > 90 => C < 90 => acute triangle
A + B < 90 => C > 90 => obtuse triangle
A + B = 90 => C = 90 => right triangle

So we plot, with 0 < A < 90 and 0 < B < 90, what a given pair of angles gets you.
The graph is just a square with a diagonal running from (0,90) to (90,0). Any point on the diagonal is a right triangle. Anything to the upper-right is acute, and anything to the lower-left is obtuse.

So for prob., you have to calculate the area of all the regions. That will get you the numbers above (area of the diagonal is 0)

Hunsecker is correct if you’re asking what is the probability of a random triangle being obtuse, acute or right.

That’s not what it asks in the OP, however.

“The inability of science to grasp Quality, as an object of enquiry, makes it impossible for science to provide a scale of values.”
Robert Pirsig

I guess half. The short sort side is anywhere between the length of the long side minus a negligible amount, to nothing at all plus a negligible amount. So it is effectively between 0.0 and 1.0 times the length of the long side. Half will be more than 5.0, half will be less.

I’m not sure I have any idea what I’m talking about though.

Not 5.0! 0.5! Sorry.

I guess it depends on how you randomly choose your triangles, but here is one way to answer the question:

Pick any two points in an infinite plane. It doesn’t matter how far apart the points are, because the problem can be scaled up and down arbitrarily. Construct two parallel lines through the two points which are perpendicular to the line segment between the points (i.e., if you orient the plane so the points are side by side horizontally, construct two vertical lines through the points).

Now start to pick random third points in the plane. Any point you pick, plus the two original points, will define a triangle. If the third point falls between the two parallel lines, it will be an acute triangle. If it falls outside the lines, it will be an obtuse triangle, and if it falls directly on one of the lines, it will be a right triangle.

I would argue that percentage of randomly chosen points which fall between the lines is infinitely small, because the ratio of the area between the lines to the area outside the lines is infinitely small. (The area between the lines is infinite, of course, but it is only infinite in one direction. The area outside the lines is infinite in two directions - infinity squared, so to speak.)
The number of points which fall directly on one of the lines is infinitely small compared to both the ones between the lines, and the ones outside the lines.

So I would say that, in the limit, the percentage of random triangles which are obtuse is 100%, the percentage which are acute is 0%, and the percentage which are right is an even smaller 0%.

“For what a man had rather were true, he more readily believes” - Francis Bacon

i believe the answer is
ACUTE= 49.7222222222%
OBTUSE=49.72222222225
RIGHT= 00.55555555555%

i believe the answer is
ACUTE= 49.7222222222%
OBTUSE=49.72222222225
RIGHT= 00.55555555555%
My logic on this was, if there are 180 degrees. 1 of them is right, and 89.5 are acute, and 89.5 are obtuse. therefore 89.5/180. 89.5/180 and 1/180. i think i’m wrong though


I was walking down the street when something caught my eye… and dragged it 15 feet.–Emo Phillips

Someone said to me, “Make yourself a sandwich.” Well, if I could make myself a sandwich, I wouldn’t make myself a sandwich. I’d make myself a horny 18-year-old billionaire.

<blink><font color="#FF0000" size=10>100%.</font></blink>

Ray

pluto writes:

Yeah, well, that was the only way I could make sense of the whole “percentage of an infinite number” thing.

The correct answer is 50% acute, 50% obtuse and 0% right. This is how we get there.

We know from geometry that if two sides and the included angle of any triangle are the same as another triangle, the two triangles are congruent(SAS). Therefore, a list of all possible ordered pairs of numbers (S1, A, S2) is a list of all possible triangles with no repeats (switching S1 and S2 is a repeat i.e. (3,45,5)=(5,45,3)), where S1,S2>=0 and 0<=A<=180.

Since, S1, S2, and A are all independent variables, they make up a portion of a three dimensional space, namely that portion of the first octant with 0<=y<=180.

We know that the percentage of ordered pairs in a particular region is equal to the percentage of the total volume enclosed in the region in question. And we also know that the region 0<=y<90 is the region consisting of only acute triangles, the region y=90 is the region consisting of only right triangles and 90<y<=180 is the region consisting of only obtuse angles.

Since the acute triangle region is equal to the obtuse triangle region and the right triangle region only consists of the infinitely thin border between the two, the relative numbers must be 50% acute, 0% right, 50% obtuse.

One problem with your example, Mark, is that it counts many triangles multiple times. Otherwise, your method of counting is just as valid as mine because the fundamental problem with this question comes from the attempt to count infinities. The one thing we can say for sure is that the infinity of acute and obtuse triangles is larger than the infinity of right triangles, but that the infinities of acute and obtuse triangles can be directly correlated 1 to 1. (Try correlating (S1, A, S2) to (S1, 180-A, S2)). This also reemphasizes the 50%, 0%, 50% conclusion.

TheDude

I guess it really does depend on how you choose your triangles. If you randomly pick S1, A, and S2, like theDude, then you will get 50% acute, 50% obtuse. If you start with two fixed points in a plane and randomly choose a third, like I did, you will get 100% obtuse, 0% acute (I’m not sure what theDude means when he says I’m counting triangles multiple times, but I think you can avoid that by limiting the third point to one quadrant of the plane. The four quadrants are symmetric and will give you four identical sets of triangles.)

I think the way that makes the most sense is to choose three random points in three-dimensional space: (x1, y1, z1), (x2, y2, z2), and (x3, y3, z3), where xi, yi, and zi can range from -infinity to +infinity; and then determine how many of the resulting triangles are obtuse and how many are acute. I have no idea how to do that, though.

“For what a man had rather were true, he more readily believes” - Francis Bacon

Mark Mal:
Pick any two points in an infinite plane. It doesn’t matter how far apart the points are, because the problem can be scaled up and down arbitrarily. Construct two parallel lines through the two points which are perpendicular to the line segment between the points (i.e., if you orient the plane so the points are side by side horizontally, construct two vertical lines through the points).
Now start to pick random third points in the plane. Any point you pick, plus the two original points, will define a triangle. If the third point falls between the two parallel lines, it will be an acute triangle. If it falls outside the lines, it will be an obtuse triangle, and if it falls directly on one of the lines, it will be a right triangle.

You’re on the right track, but you missed.

In your method, for example, if the first two random points are (0,0) and (10,0), the parallel lines would be x=0 and x=10. Now, say the third point is (5,0.5). This clearly forms an obtuse triangle, contrary to your statement “If the third point falls between the two parallel lines, it will be an acute triangle”