document.write( "Question 802716: The sum of the ages of a son and his father is 35 and the product of their ages is 150. Find their ages.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #483978 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! The sum of the ages of a son and his father is 35 \n" ); document.write( "x + y = 35 \n" ); document.write( "the product of their ages is 150. \n" ); document.write( "xy = 150 \n" ); document.write( "x = 150/y \n" ); document.write( "Substitute x = 150/y into \n" ); document.write( "x + y = 35 \n" ); document.write( "150/y + y = 35 \n" ); document.write( "Common denominator = y \n" ); document.write( "150 + y^2 = 35y \n" ); document.write( "y^2 - 35y + 150 = 0 \n" ); document.write( "(y - 5)(y - 30) \n" ); document.write( "Son's age is 5 years old. \n" ); document.write( "The father's age is 30 years old. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " \n" ); document.write( " |