It is definatly a day for silly mistakes today here is my next involving Pythag. I just need help with the start, I have a worked example, but it does not show how it got the height of the triangle, I assume using pythag and I just can not figure it out.
Question: A piece of wire 10m long is cut into two pieces. One peice is bent into a sqaure and the other is bent into an equiliateral triangle. How should the wire be cut so that the total area enclosed is a. maximum b. minimum
Here is how I started:
The length of 10m wire is split into x and (10-x)
Lenth of 1 side of of the sqaure x/4
length of 1 side of equaliateral triangle (10-x)/3
Now my problem. I can not figure out the height of the triangle the following is what I tryed:
I put a line down the middle of the equaliateral creating 2 right angled triangles to work out the height and then used pythag
Length of Hypotemuse ((10-x)/3))
Length of base of new right angled triangle ((10-x)/3))/2 = (10-x)/6
Length of height = a
((10-x)/3)^2) = (((10-x)/6)^2) + (a^2)
a = sqrt( ((10-x)/3)^2) - (((10-x)/6)^2) )
a = ((10-x)/3) - ((10-x)/6)
which is wrong
The answer book says the height should be ((Sqrt(3))/2) ((10-x)/3)
I have tryed numeriouse ways to get the but can not!!!
I would be very very greatful if someone could show me the error of my ways
Thanks Sophie
Question: A piece of wire 10m long is cut into two pieces. One peice is bent into a sqaure and the other is bent into an equiliateral triangle. How should the wire be cut so that the total area enclosed is a. maximum b. minimum
Here is how I started:
The length of 10m wire is split into x and (10-x)
Lenth of 1 side of of the sqaure x/4
length of 1 side of equaliateral triangle (10-x)/3
Now my problem. I can not figure out the height of the triangle the following is what I tryed:
I put a line down the middle of the equaliateral creating 2 right angled triangles to work out the height and then used pythag
Length of Hypotemuse ((10-x)/3))
Length of base of new right angled triangle ((10-x)/3))/2 = (10-x)/6
Length of height = a
((10-x)/3)^2) = (((10-x)/6)^2) + (a^2)
a = sqrt( ((10-x)/3)^2) - (((10-x)/6)^2) )
a = ((10-x)/3) - ((10-x)/6)
which is wrong
The answer book says the height should be ((Sqrt(3))/2) ((10-x)/3)
I have tryed numeriouse ways to get the but can not!!!
I would be very very greatful if someone could show me the error of my ways
Thanks Sophie