Question 167479
here's what i think.
the volume of the cube = s^3 (side * side * side)
-----
if you plane off .5 centimeters from each face, then each side will have 1 centimeter taken off of it (.5 centimeters from each end).
i will explain this better later.
-----
the volume of the planed cube will therefore be (s-1)^3.
-----
the volume of the planed cube is 169 cubic centimeters less than the volume of the unplaned cube.
-----
what this says is that s^3 - (s-1)^3 = 169 cm^3.
-----
i worked the equation which i will detail later.
for now, i will tell you that the side of the unplaned cube is 8 centimeters.
this makes the side of the planed cube 7 centimeters.
-----
(8cm)^3 = 512 cubic centimeters
(7cm)^3 = 343 cubic centimeters
-----
512 cm^3 - 343 cm^3 = 169 cm^3.
-----
this satisfies the original statements of the problem so i assume that the values for each side of the planed cube and the unplaned cube are correct.
-----
now some details.
-----
first the equation:
s^3 - (s-1)^3 = 169 is where i started from.
multiplying out, this equation becomes:
s^3 - (s^3 - 3s^2 + 3s - 1) = 169
remove the parentheses:
s^3 - s^3 + 3s^2 + 3s - 1 = 169
combine like terms:
3s^2 + 3s - 1 = 169
subtract 169 from both sides of the equation and combine like terms:
3s^2 + 3s - 168 = 0
divide both sides of equation by 3:
s^2 + s - 56 = 0
factor:
(s-8)*(s+7) = 0
roots are:
s = 8
or
s = -7
-----
since a negative measurement is not possible, the answer has to be s = 8.
-----
each side measures 8 centimeters in length.
this is equivalent to:
length = 8, width = 8, height = 8 since a cube is a rectangular solid where length = width = height.
-----
the assumption of 1 centimeter off of each dimension was made by visualizing what happens to the cube when you remove .5 centimeters off of each face.
look at it from one side and you can see that removing .5 centimeters from each end reduces that dimension by 1 centimeter (.5 from each end).
look at it from all 3 sides and you can then determine that each dimension is reduced by that same amount.
if you have trouble visualizing this, then take some soap or styro-foam or anything easy to cut and remove a measured amount from each face.  you will see that each dimension has been reduced by double that number.
-----
hope this helps.