document.write( "Question 253251: A father's age is 3 more than four times the age of his son. If the product of their ages is 351, what is the father's age? \n" ); document.write( "
Algebra.Com's Answer #185525 by Greenfinch(383)\"\" \"About 
You can put this solution on YOUR website!
If the son is Z years old, the father is 4Z + 3 years old
\n" ); document.write( "Product is Z(4Z + 3) = 4Z^2 + 3Z = 351
\n" ); document.write( "So 4Z^2 + 3Z - 351 = 0
\n" ); document.write( "You can plug into the formula now or try factorisation
\n" ); document.write( "Factors of 351 are 3x3x3x13
\n" ); document.write( "3 x 13 gives 39 and 3 x 3 is 9, multiplied by the 4 from the z^2 term gives 36, difference 3 which is the Z term so
\n" ); document.write( "(4Z + 39)(Z - 9)=0
\n" ); document.write( "Z = -39 or 9
\n" ); document.write( "So son's age is 9, father's age is 39
\n" ); document.write( "
\n" );