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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top