document.write( "Question 554165: what is the LCM of y^2+10y+25 and y^2+3y-10
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #361265 by kkasko(46)![]() ![]() ![]() You can put this solution on YOUR website! what is the LCM of y^2+10y+25 and y^2+3y-10? \n" ); document.write( "y^2+10y+25 5x5=25 5+5=10 \n" ); document.write( "y^2+5y+5y+25 \n" ); document.write( "y(y+5)+5(y+5) \n" ); document.write( "(y+5)(y+5) \n" ); document.write( "y^2+3y-10 5x-2=-10 5+-2=3 \n" ); document.write( "y^2+5y-2y-10 \n" ); document.write( "y(y+5)-2(y+5) \n" ); document.write( "(y-2)(y+5) \n" ); document.write( "The LCM is (y-2)(y+5) \n" ); document.write( " |