document.write( "Question 918757: I need help on solving polynimials when its the zero-product property. I need to figure out what x is for this equation : x^2(x^4+16)=8x^4. I have x^2(x^4+16)-8x^4= 0 so far but im lost from here. Thank you so much for your help! \n" ); document.write( "
Algebra.Com's Answer #557237 by JoelSchwartz(130)![]() ![]() ![]() You can put this solution on YOUR website! x^2(x^4+16)=8x^4 \n" ); document.write( "(x^2(x^4+16))/x^2=8x^4/x^2 \n" ); document.write( "x^4+16=8x^2 \n" ); document.write( "x^4-8x^2+16=0 \n" ); document.write( "((x^2-4)(x^2-4))=0 \n" ); document.write( "((x^2-4)(x^2-4))/(x^2-4)=0/(x^2-4) \n" ); document.write( "x^2-4=0 \n" ); document.write( "x^2=4 \n" ); document.write( "x=+-2 \n" ); document.write( " |