document.write( "Question 331785: given the provided quadratic function \r
\n" );
document.write( "\n" );
document.write( "A. find the value of the discriminant\r
\n" );
document.write( "\n" );
document.write( "B. Use the descriminant to determine the number and type of solutions\r
\n" );
document.write( "\n" );
document.write( "C. find the x-intercepts\r
\n" );
document.write( "\n" );
document.write( "D- find the y-intercepts \n" );
document.write( "
Algebra.Com's Answer #237830 by Jk22(389)![]() ![]() You can put this solution on YOUR website! given the provided quadratic function \n" ); document.write( "\n" ); document.write( "A. find the value of the discriminant\r \n" ); document.write( "\n" ); document.write( "Delta = 7^2-4*2*2=49-16=33\r \n" ); document.write( "\n" ); document.write( "B. Use the descriminant to determine the number and type of solutions\r \n" ); document.write( "\n" ); document.write( "Delta > 0 => 2 Real solution\r \n" ); document.write( "\n" ); document.write( "C. find the x-intercepts\r \n" ); document.write( "\n" ); document.write( "intercepts at x1=(-7+sqrt(33))/4, x2=(-7-sqrt(33))/4\r \n" ); document.write( "\n" ); document.write( "D- find the y-intercepts\r \n" ); document.write( "\n" ); document.write( "at x=0 y=2 \n" ); document.write( " |