document.write( "Question 296022: I need help with finding any x-intercepts and the y-intercepts. If no x-intercepts exist, state this.\r
\n" );
document.write( "\n" );
document.write( "g(x)=2x^2+3x-1\r
\n" );
document.write( "\n" );
document.write( "This is what I have so far
\n" );
document.write( "let y=2x^2+3x-1
\n" );
document.write( "for y-intercept, let x=0
\n" );
document.write( "for x-intercept lrt y=0
\n" );
document.write( "2x^2+3x-1=0
\n" );
document.write( "x=(-3+sqrt17)/4 \n" );
document.write( "
Algebra.Com's Answer #213387 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! square roots always come in plus and minus pairs. \n" ); document.write( "don't forget \n" ); document.write( "x=(-3-sqrt17)/4 \n" ); document.write( "and what happened to \n" ); document.write( "for y-intercept, let x=0 \n" ); document.write( " y=2x^2+3x-1 \n" ); document.write( "let x=0 \n" ); document.write( " \n" ); document.write( " |