document.write( "Question 589678: A woman is q years old while her son is p years old. The sum of their ages is equal to twice the difference of there ages, the product of their ages is 675. Find the ages of woman and her son? \n" ); document.write( "
Algebra.Com's Answer #374941 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Sum of their ages is twice the difference:
\n" ); document.write( "p + q = 2(q - p) -> p + q = 2q - 2p -> q = 3p
\n" ); document.write( "Product of their ages is 675:
\n" ); document.write( "p*q = 675
\n" ); document.write( "Substitute the value for q above:
\n" ); document.write( "p*3p = 675
\n" ); document.write( "3p^2 = 675
\n" ); document.write( "p = 15
\n" ); document.write( "So the son is 15 and the mother is 45 yrs old
\n" ); document.write( "
\n" );