document.write( "Question 292213: Find x- and the y- intercept of .
\n" );
document.write( "Here's what I've got so far:
\n" );
document.write( "y-int:
\n" );
document.write( "y=3(0)^2 + 5(0) - 2
\n" );
document.write( "so y=0+0-2
\n" );
document.write( "so y+-2
\n" );
document.write( "and for the x-int:
\n" );
document.write( "0=3x^2+5x-2
\n" );
document.write( "here's where I get lost.
\n" );
document.write( "Do I add 2 to each side and then try to square out the remaining components? If so, how do I go about that? Because I'm confused at this step.
\n" );
document.write( "Any help is appreciated, thank you! \n" );
document.write( "
Algebra.Com's Answer #211166 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find x- and the y- intercept of y=3x%5E2%2B5x-2. \n" ); document.write( "Here's what I've got so far: \n" ); document.write( "y-int: \n" ); document.write( "y=3(0)^2 + 5(0) - 2 \n" ); document.write( "so y=0+0-2 \n" ); document.write( "so y+-2 \n" ); document.write( "and for the x-int: \n" ); document.write( "0=3x^2+5x-2 \n" ); document.write( "here's where I get lost. \n" ); document.write( "x intercepts occurs when y = 0 \n" ); document.write( "3x^2 + 5x - 2 = 0 \n" ); document.write( "This can be factored to \n" ); document.write( "(3x - 1)(x + 2) = 0 \n" ); document.write( "Two solutions which are the x intercepts \n" ); document.write( "3x = 1 \n" ); document.write( "x = \n" ); document.write( "and \n" ); document.write( "x = -2 \n" ); document.write( " |