Can you find out which triangle will have a bigger area among the following?
1. A triangle with sides 300, 400 and 500
2. A triangle with sides 300, 400 and 700
It can't be seen, can't be felt, can't be heard, and can't be smelt.
It lies behind stars and under hills, And empty holes it fills.
It comes first and follows after, Ends life, and kills laughter.
What is it?
* Lets say y = x
* Multiply through by x xy = x2
* Subtract y2 from each side xy - y2 = x2 - y2
* Factor each side y(x-y) = (x+y)(x-y)
* Divide both sides by (x-y) y = x+y
* Divide both sides by y y/y = x/y + y/y
* And so... 1 = x/y + 1
* Since x=y, x/y = 1 1 = 1 + 1
* And so... 1 = 2