by n00bpron00bpron00b Sat Dec 06, 2014 12:40 am
While picking numbers for testing cases, you could pick any number (keeping in mind the additional constraints given, if any). => you will always arrive at the same answer.
But instead of picking any random number, it's always ideal to pick numbers which are small as well as easy for computations. (ex. 1,0,100,10,500,-10 etc)
Percents - multiples of 10 preferred
Fractions - multiples of the fraction divisors preferred (or multiples of LCM in case of multiple fractions)
Now,
In this case the side of the cube decreases by 2/3rd's. If you notice if we pick side length of cube as "3", the 3 in the fractional denominator and length of cube gets cancelled out easily leaving behind 2. Instead if you picked say "37" or sqrt of 5 ; you end with tedious calculations i.e. (2/3)(37)
Regarding the solution to the problem,
Let's pick the original length of side of the cube as 9
Algebraic translation of "decreases by 2/3 its original length" = (2/3)*9 = 6 (this is not the new length ; this is the value by which the original length decreases)
9 - 6 = 3 (new length)
Original Volume of cube = (side)^3 = (9)^3 = 729
New Volume = 27
% decrease = 96.2 %