document.write( "Question 27123: Write down an expression for the (n+1)th cube number.
\n" );
document.write( "Also write down an expression for the difference between the (n+1)th cube number and the nth cube number \n" );
document.write( "
Algebra.Com's Answer #14745 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! N+1 TH CUBE NUMBER =(N+1)^3 \n" ); document.write( "DIFFERENCE BETWEEN THIS AND NTH NUMBER CUBE IS \n" ); document.write( "(N+1)^-N^3 \n" ); document.write( " |