document.write( "Question 159907: Find all the solutions of the equation algebraically.\r
\n" );
document.write( "\n" );
document.write( "9x^4-24x^3+16x^2=0 \n" );
document.write( "
Algebra.Com's Answer #117922 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 9x^4-24x^3+16x^2=0 \n" ); document.write( ". \n" ); document.write( "Begin by factoring out x^2: \n" ); document.write( "x^2(9x^2-24x+16)=0 \n" ); document.write( ". \n" ); document.write( "Factoring the polynomial inside the parenthesis: \n" ); document.write( "x^2(3x-4)(3x-4)=0 \n" ); document.write( ". \n" ); document.write( "Notice that if x^2 is 0 OR if (3x-4)=0 the entire left side would be zero. \n" ); document.write( ". \n" ); document.write( "Solutions are when: \n" ); document.write( "1. when \n" ); document.write( "x^2 = 0 \n" ); document.write( "x = 0 \n" ); document.write( "OR \n" ); document.write( "(3x-4)=0 \n" ); document.write( "3x=4 \n" ); document.write( "x = 4/3 \n" ); document.write( ". \n" ); document.write( "x = {0, 4/3} \n" ); document.write( " |