document.write( "Question 821367: x^3+10x=80
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #494606 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! Assuming you want an approximate real solution we can use Newton's method. Writing f(x)=x^3+10x-80, and f'(x)=3x^2+10 and writing as a sequence we can see:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For a reasonable first guess we can use the fact that when x=3, the LHS of the original equation is 57 and when x=4, LHS=104. So let's split the difference and choose x=3.5\r \n" ); document.write( "\n" ); document.write( "This gives us...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so probably close enough...\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |