document.write( "Question 1177626: The product of three integers is 90. The second number is twice the first number. The third number is two more than the first number. What are the three numbers? Use a polynomial and the calculator to answer the question. \n" ); document.write( "
Algebra.Com's Answer #806721 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
The product of three integers is 90.
\n" ); document.write( "let the numbers be x,y,z
\n" ); document.write( "The second number is twice the first number.
\n" ); document.write( "y = 2x\r
\n" ); document.write( "\n" ); document.write( "The third number is two more than the first number.
\n" ); document.write( "z = x+2
\n" ); document.write( "Substitute for y and for z and solve for x
\n" ); document.write( "x(2x)(x+2) = 90
\n" ); document.write( "2x^3+4x^2-90 = 0
\n" ); document.write( "---
\n" ); document.write( "x^3 + 2x^2 - 45 = 0-
\n" ); document.write( " graph the cubic and you will get a solution x = 3
\n" ); document.write( " y = 2x = 6
\n" ); document.write( "z = x+2 = 5
\n" ); document.write( "
\n" );