document.write( "Question 39511: solve the equation
\n" );
document.write( "6-17/z -3/z^2=0 \n" );
document.write( "
Algebra.Com's Answer #24974 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let us clear fractions by multiplying all by z^2, so from \n" ); document.write( "6 - 17/z - 3/z^2 = 0 we get \n" ); document.write( "6z^2 - 17z - 3 = 0 which we can factor into \n" ); document.write( "(6z + 1)(z - 3) = 0 and solve, giving us \n" ); document.write( "z = -1/6 and z = 3 \n" ); document.write( " |