document.write( "Question 193147: One dimension of a cube is increased by 1, another is decreased by 1, and the third is left unchanged. The volume of the new rectangular solid is 5 less than that of the cube. What is the volume of the cube?\r
\n" );
document.write( "\n" );
document.write( "Please explain how to solve this problem. \n" );
document.write( "
Algebra.Com's Answer #144994 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! One dimension of a cube is increased by 1, another is decreased by 1, and the third is left unchanged. The volume of the new rectangular solid is 5 less than that of the cube. What is the volume of the cube? \n" ); document.write( "The volume of a cube (or rectangular solid) with sides a is \n" ); document.write( "abc \n" ); document.write( "V = a^3 \n" ); document.write( "V-5 = (a-1)*(a+1)*a \n" ); document.write( "V-5 = a^3 - a \n" ); document.write( "a^3 - 5 = a^3 - a \n" ); document.write( "a = 5\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |