document.write( "Question 1194289: The ages of two sisters are 9 and 12 years respectively. In how many years time will the product of their ages be 418 years? \n" ); document.write( "
Algebra.Com's Answer #826439 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x is the number of years from now. \n" ); document.write( "(9+x)(12+x)=418 \n" ); document.write( "108+9x+12x+x^2=418 \n" ); document.write( "x^2+21x-310=0 \n" ); document.write( "(x+31)(x-10)=0 \n" ); document.write( "x=10 years from now, only positive root. \n" ); document.write( "they will be 19 and 22, and that product is 418. \n" ); document.write( " \n" ); document.write( " |