document.write( "Question 37558: Could you please help me figure out this problem.
\n" );
document.write( "4y/y^2+6y+5 + 2y/y^2-1\r
\n" );
document.write( "\n" );
document.write( "I keep coming up with 2y^2/6y+5
\n" );
document.write( "Is this right, should it be broken down more?
\n" );
document.write( "I appreciate your help! \n" );
document.write( "
Algebra.Com's Answer #23177 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay, from 4y/(y^2+6y+5) + 2y/(y^2-1), we can find the lowest common denominator (after factoring both denoms.) as (y + 5)(y + 1)(y - 1)...then we'll need to convert each fraction to that denominator...so we have \n" ); document.write( "4y/(y^2+6y+5) + 2y/(y^2-1) = \n" ); document.write( "4y(y - 1)/[(y + 5)(y + 1)(y - 1)] + 2y(y + 5)/[(y + 5)(y + 1)(y - 1)] = \n" ); document.write( "and expanding and combining the numerator's terms, we get \n" ); document.write( "(4y^2 - 4y + 2y^2 + 10y) / [(y + 5)(y + 1)(y - 1)] = \n" ); document.write( "(6y^2 + 6y) / [(y + 5)(y + 1)(y - 1)] = \n" ); document.write( "6y(y + 1) / [(y + 5)(y + 1)(y - 1)] = \n" ); document.write( "notice here the (y + 1)'s cancel... \n" ); document.write( "6y / [(y + 5)(y - 1)] \n" ); document.write( "and we're done... \n" ); document.write( " |