document.write( "Question 79470: the problem is: 2y^2=14y. I need to solve this by factoring. The first thing I think I would do is factor out the greatest common factor which would be 2. I get to the point of 2(y^2-7y) but I am stuck on what y equals.
\n" );
document.write( "thanks,
\n" );
document.write( "Michael \n" );
document.write( "
Algebra.Com's Answer #57033 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 2y^2 = 14y \n" ); document.write( "2y^2 - 14y = 0 \n" ); document.write( "2y(y - 7) = 0 \n" ); document.write( "Anything times zero is equal to zero. \n" ); document.write( "2y = 0 \n" ); document.write( "or y = 0 \n" ); document.write( "~ and ~ \n" ); document.write( "y - 7 = 0 \n" ); document.write( "or y = 7 \n" ); document.write( " |