document.write( "Question 69231: Simplify the expression.
\n" );
document.write( "3y^2 + 5yz + 2z^2
\n" );
document.write( "-----------------
\n" );
document.write( "2y^2 + 3yz + z^2 \n" );
document.write( "
Algebra.Com's Answer #49345 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 3y^2 + 5yz + 2z^2 \n" ); document.write( "----------------- \n" ); document.write( "2y^2 + 3yz + z^2 \n" ); document.write( ": \n" ); document.write( "Factor both numerator and denominator and see what happens: \n" ); document.write( "(3y + 2z)(y + z) \n" ); document.write( "------------------; note that you can cancel the (y + z)'s, leaving us with: \n" ); document.write( "(2y + z)(y + z) \n" ); document.write( ": \n" ); document.write( "3y + 2z \n" ); document.write( "-------- \n" ); document.write( "2y + z \n" ); document.write( " |