SOLUTION: the sum of length, breadth and depth of a cuboid is 19 cm and the length of diagonal is 11 cm. find the surface area of the cuboid.

Algebra ->  Test -> SOLUTION: the sum of length, breadth and depth of a cuboid is 19 cm and the length of diagonal is 11 cm. find the surface area of the cuboid.      Log On


   



Question 1067836: the sum of length, breadth and depth of a cuboid is 19 cm and the length of diagonal is 11 cm. find the surface area of the cuboid.
Found 3 solutions by ikleyn, Alan3354, KMST:
Answer by ikleyn(52771) About Me  (Show Source):
You can put this solution on YOUR website!
.
The dimensions are 7 cm, 6 cm, 6 cm.

The surface area is 2*(7*6+7*6+6*6) = 240 cm^2.


Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
d^2 = L^2 + W^2 + H^2 = 11^2 = 121
L^2 + W^2 + H^2 = 121
L + W + H = 19
---------
--> 6 by 6 by 7
SA = 2LW + 2LH + 2WH
SA = 72 + 84 + 84 = 240 sq cm
Other solutions are possible.
-----
After thinking about it, that's the only solution.

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
Let x, y and z be the length, breadth and depth of the cuboid.
x%2By%2Bz=19 and
sqrt%28x%5E2%2By%5E2%2Bz%5E2%29=11 ---> x%5E2%2By%5E2%2Bz%5E2=121
are out clues,
and of course system%28x%3E0%2Cy%3E0%2Cz%3E0%29
%28x%2By%2Bz%29%5E2=19%5E2--->x%5E2%2By%5E2%2Bz%5E2%2B2%28x%2By%2Bz%29=361
system%28x%5E2%2By%5E2%2Bz%5E2%2B2%28x%2By%2Bz%29=361%2Cx%5E2%2By%5E2%2Bz%5E2=121%29--->22%28x%2By%2Bz%29=361-121=highlight%28240%29

and yes, there are other options beyond {x,y,z} = {6,6,7} ,
but none with three integers, and the options fall in a narrow range.around
You can make z=19-x-y,
substitute into x%5E2%2By%5E2%2Bz%5E2=121
to get an equation of degree 2 in x and y .
For the equation to have a solution for y ,
you need 17%2F3%3Cx%3C7 .
To figure out if there would be another solution with integers,
I searched on line for "Pythagorean quadruples",
sets of 4 whole numbers, matrix%281%2C7%2Ca%2C%22%2C%22%2Cb%2C%22%2C%22%2Cc%2C%22%2C%22%2Cd%29 ,
such that a%5E2%2Bb%5E2%2Bc%5E2=d%5E2 .
The lists are given with the numbers matrix%281%2C7%2Ca%2C%22%2C%22%2Cb%2C%22%2C%22%2Cc%2C%22%2C%22%2Cd%29
in such order that a%3C=b%3C=c%3Cd ,
so you only have to the first few
to realize that the only two ending in 11 are
2, 6, 9, 11 and 6, 6, 7, 11 .