document.write( "Question 861531: Tomas, Rick and Larry are three brothers. Tomas, who is the oldest is not yet 40. The sum of the ages of the brothers is 73 and the product of Tomas and Larry's age is 750. Furthermore, the difference between Tomas' age and Ricks age is 7 years greater than the difference between Tomas and Larry's age. How old is Rick? \n" ); document.write( "
Algebra.Com's Answer #519152 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Tomas, Rick and Larry are three brothers.
\n" ); document.write( " Tomas, who is the oldest is not yet 40.
\n" ); document.write( "t < 40
\n" ); document.write( " The sum of the ages of the brothers is 73
\n" ); document.write( "t + r + L = 73
\n" ); document.write( " and the product of Tomas and Larry's age is 750.
\n" ); document.write( "t * L = 750
\n" ); document.write( " Furthermore, the difference between Tomas' age and Ricks age is 7 years greater than the difference between Tomas and Larry's age.
\n" ); document.write( "t - r = t - L + 7
\n" ); document.write( "subtract t from both sides
\n" ); document.write( "-r = -L + 7
\n" ); document.write( "rearrange to
\n" ); document.write( "-r + L = 7
\n" ); document.write( "Add to the 1st equation
\n" ); document.write( "t + r + L = 73
\n" ); document.write( "0 - r + L = 7
\n" ); document.write( "----------------Adding eliminates r
\n" ); document.write( "t + 2L = 80
\n" ); document.write( "t = -2L + 80
\n" ); document.write( "In the equation t * L = 750, replace t
\n" ); document.write( "(-2L + 80)*L = 750
\n" ); document.write( "-2L^2 + 80L - 750 = 0
\n" ); document.write( "Simplify, divide -2
\n" ); document.write( "L^2 - 40L + 375 = 0
\n" ); document.write( "Factors to
\n" ); document.write( "(L-25)(L-15) = 0
\n" ); document.write( "L = 25, Or L = 15
\n" ); document.write( "t > 40 therefore
\n" ); document.write( "L = 25 yrs is Larry's age
\n" ); document.write( "then
\n" ); document.write( "t = -2(25) + 80
\n" ); document.write( "t = 30 yrs is Tomas
\n" ); document.write( "and
\n" ); document.write( "30 + r + 25 = 73
\n" ); document.write( "r = 73 - 55
\n" ); document.write( "r = 18 yrs is Rick
\n" ); document.write( ":
\n" ); document.write( ";
\n" ); document.write( "Check this in the statement:
\n" ); document.write( "\"the difference between Tomas' age and Ricks age is 7 years greater than the difference between Tomas and Larry's age.\"
\n" ); document.write( "30 - 18 = 30 - 25 + 7\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );