document.write( "Question 198515: Solve the following system of equations for the positive value of y:
\n" );
document.write( "x = 2y
\n" );
document.write( "x + y^2 = 15 \n" );
document.write( "
Algebra.Com's Answer #149039 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve the following system of equations for the positive value of y: \n" ); document.write( "x = 2y \n" ); document.write( "x + y^2 = 15 \n" ); document.write( "------------------ \n" ); document.write( "Substitue for \"x\" to get: \n" ); document.write( "2y + y^2 = 15 \n" ); document.write( "y^2 + 2y - 15 = 0 \n" ); document.write( "(y+5)(y-3) = 0 \n" ); document.write( "y = -5 or y = 3 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |