document.write( "Question 154390: How do I solve an equation by factoring, if the sum in a fraction?\r
\n" );
document.write( "\n" );
document.write( "EXAMPLE: 6x + 7 = 20/x \n" );
document.write( "
Algebra.Com's Answer #113681 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do I solve an equation by factoring, if the sum in a fraction?\r \n" ); document.write( "\n" ); document.write( "EXAMPLE: 6x + 7 = 20/x \n" ); document.write( "------------ \n" ); document.write( "Multiply thru by x \n" ); document.write( "6x^2 + 7x = 20 \n" ); document.write( "6x^2 + 7x - 20 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Once you know the zeros, you can multiply by 2 and 3 to make them integers and figure out how to factor it. \n" ); document.write( "The alternative is trial and error. \n" ); document.write( "(3x-4)*(2x+5) \n" ); document.write( " |