document.write( "Question 13414: thrice a certain number added to 8 times the same number \n" ); document.write( "
Algebra.Com's Answer #6783 by hyh_123(8)![]() ![]() ![]() You can put this solution on YOUR website! dont worry this a very easy question. \n" ); document.write( "Thrice a certain number (x) means x*x*x=x^3(x to power 3) \n" ); document.write( "Eight times the number is 8*x=8x \n" ); document.write( "your equation would be \n" ); document.write( " x^3+8x \n" ); document.write( " =x(x^2+8) \n" ); document.write( " |