document.write( "Question 459330: what is the domain of the function g(x)=6x/x^3+x?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "how do i form a polynomial whos zeros and degree are given (zeros: -2,2,9; degree: 3)?\r
\n" );
document.write( "\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #315027 by edjones(8007) You can put this solution on YOUR website! g(x)=6x/x^3+x \n" ); document.write( "The domain is all real numbers except x=0. \n" ); document.write( ". \n" ); document.write( "x=-2, x=2, x=9 \n" ); document.write( "(x+2)(x-2)(x-9)=0 \n" ); document.write( "x^3-9x^2-4x+36=0 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |