document.write( "Question 936241: The product of two numbers is 90.
\n" );
document.write( "One number is 3 more than twice the other number.
\n" );
document.write( "Model these numbers with a quadratic equation.
\n" );
document.write( "Solve the equation by factoring and using the Zero-Product Property. \n" );
document.write( "
Algebra.Com's Answer #569678 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! (2n+3)n = 90 \n" ); document.write( "2n^2 + 3n - 90 = 0 \n" ); document.write( "(2n+15)(n-6) = 0 \n" ); document.write( "n = -15/2, 6 \n" ); document.write( " |