document.write( "Question 1009242: The combined age of three relatives is 120 years. James is three times the age of Dan, and Paul is two times the sum of the ages of James and Dan. How old is each person? \n" ); document.write( "
Algebra.Com's Answer #624803 by LinnW(1048)\"\" \"About 
You can put this solution on YOUR website!
Set J = age of James, D = age of Dan, P = age of Paul
\n" ); document.write( "J + D + P = 120 , combined ages
\n" ); document.write( "J = 3D , James is three times the age of Dan
\n" ); document.write( "P = 2(J + D) , Paul is 2 times the sum of James and Dan
\n" ); document.write( "Since J = 3D , J - 3D = 0
\n" ); document.write( "P = 2(J + D) -- P = 2J + 2D so
\n" ); document.write( "2J + 2D - P = 0
\n" ); document.write( "We now have three revised equations
\n" ); document.write( "J + D + P = 120
\n" ); document.write( "J - 3D = 0
\n" ); document.write( "2J + 2D - P = 0\r
\n" ); document.write( "\n" ); document.write( "Substitute 3D for J in J + D + P = 120
\n" ); document.write( "3D + D + P = 120
\n" ); document.write( "4D + P = 120
\n" ); document.write( "add -4D to each side
\n" ); document.write( "P = 120 - 4D
\n" ); document.write( "Now substitute (120 - 4D) for P, and 3D for J in P = 2(J + D)
\n" ); document.write( "(120 - 4D) = 2(3D + D)
\n" ); document.write( "120 - 4D = 2(4D)
\n" ); document.write( "120 - 4D = 8D
\n" ); document.write( "add 4D to each side
\n" ); document.write( "120 = 8D +4D
\n" ); document.write( "120 = 12D
\n" ); document.write( "Divide each side by 12
\n" ); document.write( "10 = D
\n" ); document.write( "Since J = 3D, J = 3(10) = 30
\n" ); document.write( "Substitute 10 for D and 30 for J in J + D + P = 120
\n" ); document.write( "30 + 10 + P = 120
\n" ); document.write( "40 + P = 120
\n" ); document.write( "add -40 to each side
\n" ); document.write( "P = 80
\n" ); document.write( "So James is 30, Dan is 10, and Paul is 80
\n" ); document.write( "
\n" ); document.write( "
\n" );