Surface area and volumes, please solve

34 Views Asked by At

The length of the diagonal of a cuboid is $5\sqrt{5}$ cm and the sum of its length, width and height is $19$ cm. Find its surface area.

2

There are 2 best solutions below

1
On

Try drawing a picture. Once you determine the other dimensions, you are well on your way. Pythagoras is your friend here. Here are the two equations you need to solve:

$$l + w + h = 19$$

$$ \sqrt {l^2 + w^2 + h^2} = 5\sqrt{5} $$

0
On

As Adam Hrankowski says we are given $$l+w+h=19\\\sqrt {l^2+w^2+h^2}=5\sqrt 5$$ We can square the second to get $$l^2+w^2+h^2=125$$ and we are asked to find the surface area, which is $2lh+2lw+2hw$. As we have only two equations in three unknowns we do not expect to be able to find $l,h,w$.

One approach is to note that $(5,6,8)$ will solve the system. I found that because I know that $5^2=25$ and $6^2+8^2=100$. We can then compute the area as $166$. If the problem setter has been fair, this should not change for the different sets of $l,w,h$ that solve the problem and we can quit here.

Alternately we can square the first and subtract the squared second. That gives $$(l+w+h)^2=361\\l^2+w^2+h^2+2lw+2lh+2hw=361\\2lw+2lh+2hw=166$$