document.write( "Question 250334: How do you graph this equadratic equation by plotting points?
\n" );
document.write( "y=(x-5)^2 \n" );
document.write( "
Algebra.Com's Answer #182320 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! y=(x-5)^2 \n" ); document.write( "Y=X^2-10X+25 \n" ); document.write( "SET Y=0 & SOLVE FOR X. \n" ); document.write( "0=(X-5)(X-5) \n" ); document.write( "X-5=0 \n" ); document.write( "X=5 ANS. for the x intercept. \n" ); document.write( "SET X=0 & SOLVE FOR Y \n" ); document.write( "Y=(5-5)^2 \n" ); document.write( "Y=(0-5)^2 \n" ); document.write( "Y=25 ANS. FOR THE Y INTERCEPT. \n" ); document.write( " |