Find the number of all integer sided isosceles obtuse angled triangles with perimeter 2008.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Copy of my solution of the same problem .... "All I'm given is the Perimeter?" by Mridul Jain. F o r a r i g h t a n g l e d t r i a n g l e , w i t h l e g s = x , w e h a v e H y p o t h e s i s , h = x 2 . S o x = 2 + 2 2 0 0 8 = 5 8 8 . 1 2 . . . a n d h = 8 3 1 . 5 5 . . . S o u p p e r l i m i t f o r x i s 5 8 8 a n d f o r b a s e b l o w e r l i m i t i s 8 3 2 > h . I f a l l t h r e e a r e i n l i n e , w e h a v e 5 0 2 − 5 0 2 − 1 0 0 4 . S o b = 1 0 0 3 w o u l d b e O K . B u t x i s n o t a n i n t e g e r . S o b = 1 0 0 2 i s h i g h e r l i m i t a n d x = 5 0 3 l o w e r l i m i t . N u m b e r o f s o l u t i o n s − m o v i n g i n s t e p s o f 2 t o k e e p x a s a n i n t e g e r i s 2 1 0 0 2 − 8 3 2 + 1 = 8 6 . C h e c k f o r x N u m b e r o f s o l u t i o n s − m o v i n g i n s t e p s o f 1 i s ( 5 8 8 − 5 0 3 ) + 1 = 8 6 , c h e c k e d .
Problem Loading...
Note Loading...
Set Loading...
Let the three sides be a, a and b. Hence 2a + b = 2008 - equation 1
Using the triangular inequality we have 2a > b - equation 2
Also using the cosine rule for finding sides of a triangle we note that where is the angle between the two equal sides and obtuse (none of the equal angles can be obtuse as a triangle cannot have more than one obtuse angle). Solving the inequalities we get 502 < a < 588.25 allowing total 86 values of a. Thus there are 86 such triangles.