document.write( "Question 964106: Lauren is 4 years older than David. The product of their ages is 45. How old is Lauren?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #588993 by tenkun(12)\"\" \"About 
You can put this solution on YOUR website!
let David's age = x
\n" ); document.write( " Lauren's age = x+4
\n" ); document.write( "Given that product of their ages is 45
\n" ); document.write( " x*(x+4) = 45\r
\n" ); document.write( "\n" ); document.write( "x^2 +4*x= 45
\n" ); document.write( "x^2+ 4*x -45=0
\n" ); document.write( "x^2+9*x- 5*x-45=0
\n" ); document.write( "x*(x+9)- 5*(x+9)=0
\n" ); document.write( "(x+9)*(x-5)=0
\n" ); document.write( "x=-9 negative
\n" ); document.write( " so x=5
\n" ); document.write( "Hence David's age=5
\n" ); document.write( "Lauren's age= 5+4=9
\n" ); document.write( "
\n" );