document.write( "Question 836523: What are the x-intercepts of -x^4+16x^2 ? \n" ); document.write( "
Algebra.Com's Answer #504237 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! What are the x-intercepts of -x^4+16x^2 ? \n" ); document.write( "equation is: \n" ); document.write( "y=-x^4+16x^2 \n" ); document.write( ". \n" ); document.write( "to find x-intercepts, set y=0 and solve for x: \n" ); document.write( "0=-x^4+16x^2 \n" ); document.write( "0=x^4-16x^2 \n" ); document.write( "0=x^2(x^2-16) \n" ); document.write( "0=x^2(x^2-4^2) \n" ); document.write( "0=x^2(x-4)(x+4) \n" ); document.write( "x = {-4,0,4} \n" ); document.write( ". \n" ); document.write( "x-intercepts are at: \n" ); document.write( "(-4,0), (0,0), and (4,0) \n" ); document.write( " \n" ); document.write( " |