document.write( "Question 587310: Two sisters differ in age by 11 years. Three years ago the product of their ages was 276. How old is each sister now? \n" ); document.write( "
Algebra.Com's Answer #374051 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
t-s=11;
\n" ); document.write( "(t-3)*(s-3)=276
\n" ); document.write( "t=26
\n" ); document.write( "s=15
\n" ); document.write( "
\n" );