document.write( "Question 247081: graph each quadratic equation by finding and plotting ordered pair solutions. \n" );
document.write( "
Algebra.Com's Answer #180339 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! y=x^2+5x+4 \n" ); document.write( "------------------- \n" ); document.write( "setting y=0: \n" ); document.write( "0=(x+4)(x+1) \n" ); document.write( "x+4=0 \n" ); document.write( "x=-4 ans. (-4,0) \n" ); document.write( "x+1=0 \n" ); document.write( "x=-1 ans. (-1,0) \n" ); document.write( "------------------------- \n" ); document.write( "setting x=0 \n" ); document.write( "y=4 ans.(0,4) \n" ); document.write( " |