document.write( "Question 304676: I need to solve a rational equation that simplifies to a quadratic equation:
\n" );
document.write( "(z+7)/(z+3)=(z+1)/(z+7)+1 \n" );
document.write( "
Algebra.Com's Answer #218196 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! (z+7)/(z+3)=(z+1)/(z+7)+1\r \n" ); document.write( "\n" ); document.write( "(z+7)/(z+3) - (z+1)/(z+7) = 1\r \n" ); document.write( "\n" ); document.write( "A common denominator for the left side is (z+3)*(z+7). So we multiply the first term by (z+7)/(z+7) = 1 and the second term by (z+3)/(z+3) = 1 gives us:\r \n" ); document.write( "\n" ); document.write( "(z+7)*(z+7)/(z+3)*(z+7) - (z+1)*(z+3)/(z+7)*(z+3) = 1\r \n" ); document.write( "\n" ); document.write( "((z+7)^2 - (z+1)*(z+3))/((z+3)*(z+7)) = 1\r \n" ); document.write( "\n" ); document.write( "(z^2 + 14z + 49 - (z^2 + 4z + 3))/(z^2 + 10z + 21) = 1 \n" ); document.write( "(10z + 46)/(z^2 + 10z + 21) = 1 \n" ); document.write( "Multiply both sides by z^2 + 10z + 21: \n" ); document.write( "10z + 46 = z^2 + 10z + 21 \n" ); document.write( "z^2 - 25 = 0 \n" ); document.write( "(z+5)*(z-5) = 0\r \n" ); document.write( "\n" ); document.write( "z = -5 or z = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |