A simple problem that's dirving me crazy (Perimeter and length of each side)

  • Thread starter Thread starter phoenix20_06
  • Start date Start date
  • Tags Tags
    Length
AI Thread Summary
The problem involves finding the lengths of the sides of a right triangle city lot, where the hypotenuse is 7 feet longer than one side and the perimeter is 392 feet. The equations derived include the perimeter formula and the Pythagorean theorem, leading to a quadratic equation. Initial attempts to solve resulted in confusion over signs and calculations, particularly in the quadratic formula application. After correcting the errors, the correct side lengths were determined to be 175 feet for the hypotenuse, 168 feet for one side, and 49 feet for the other. The discussion highlights the importance of careful calculation and verification in solving mathematical problems.
phoenix20_06
Messages
13
Reaction score
0

Homework Statement


A city lot has the shape of a right triangle whose hypotehenuse is 7 ft longer that one of the other sides. Perimiter of the lot is 392 ft how long is each side.


Homework Equations


P = a + b +c = 392

hypothenuse is c^2 = a^2 + b^2

so if c is 7ft longer then one of the sides (let's say b)

then b +7 = c or b = c-7

a+ c-7 +c = 392
a +2c = 399
a = 399 -2c

To find c I use

Pythogorian formula but replace a and b with their equivalent of c

(399-2c)^2 + (c-7)^2 = c^2

Is it the right way to resolve the problem? if it is, why after 4-5 attempts I keep getting different values of c or sometimes no c at all :)

If it's the right way to go

is the (399-2c)^2 + (c-7)^2 = c^2 implies...

-4c^2 + 1596c + 159201 +c^2 - 14c + 49 = c^2 ? Just to make sure I'm not missing a minus.

Thank you:)

The Attempt at a Solution


 
Physics news on Phys.org
Your method looks right.

phoenix20_06 said:
-4c^2 + 1596c + 159201 +c^2 - 14c + 49 = c^2 ? Just to make sure I'm not missing a minus.
This should read +4c2+...
 
okay this what I get then...
4c^2 + 1582c + 159250 = 0
or
2c^2 + 791c + 79625 = 0 if I divide everything by 2

c = -b +/- sqrt of(b^2 -4ac) and everything divided by 2a

however b^2 - 4ac is negative and I can't do a sqrt of a negative number.
What went wrong?

791^2 - 4(2)(79625) = 625681 - 637000 = -11319
 
-4c^2 + 1596c + 159201 +c^2 - 14c + 49 = c^2

There's another mistake in here: this should read 4c2-1596c+...
 
What the deuce! It's wichcraft not mathematics! I just solved it
the sides are c = 175, b = 168 and a = 49

49^2 + 168^2 = 175^2

Thank you Cristo, I think your presence in my posts make me think twice harder :)

Those minuses messed up calculations in the first place :)
 
You're welcome!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top