document.write( "Question 50872: I need to find the volume of the cube. Each side is equal to: 2x+1
\n" );
document.write( "So in the equation v= (2x+1)^3 I need to find x.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #33908 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! v= (2x+1)^3 \n" ); document.write( "=(2x)^3+3(2x)^2+3(2x)+1 \n" ); document.write( "=8x^3+12x^2+6x+1 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "This follows the form: \n" ); document.write( "(a+b)^3=a^3+3a^2b+3ab^2+b^3 \n" ); document.write( " \n" ); document.write( " |