document.write( "Question 197795: I'm not sure what I'm doing wrong in this problem. I got part of the problem but the other half it says it's incorrect can you help me\r
\n" );
document.write( "\n" );
document.write( "Find the domain of the function. If the domain can be specified by only one interval, use (NONE, NONE) for the second interval.\r
\n" );
document.write( "\n" );
document.write( "g(x) = sqrt(x)/(7 x^2 + 6 x - 1) \r
\n" );
document.write( "\n" );
document.write( "thanks! \n" );
document.write( "
Algebra.Com's Answer #148319 by edjones(8007)![]() ![]() You can put this solution on YOUR website! g(x) = sqrt(x)/(7 x^2 + 6 x - 1) \n" ); document.write( "7x^2+6x-1 \n" ); document.write( "=(7x^2+7x-x-1) \n" ); document.write( "=7x(x+1)-(x+1) \n" ); document.write( "=(7x-1)(x+1) \n" ); document.write( ". \n" ); document.write( "x cannot be less than zero because then the denominator would not be a real number. \n" ); document.write( "x cannot equal 1/7 because there would be a division by zero error. \n" ); document.write( ". \n" ); document.write( "x[0, 1/7)U(1/7, infinity) \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |