document.write( "Question 255433: There are 5 people standing in a room. Rick is 5 times the age of Mike who is half the age of Larry. Ed is 30 years younger than double Larry and Mike's combined ages. Daniel is 79 years younger than Rick. The sum of their ages is 271. How old is Daniel? \n" ); document.write( "
Algebra.Com's Answer #187702 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
There are 5 people standing in a room.
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each phrase; put everything in terms of m
\n" ); document.write( ":
\n" ); document.write( "Rick is 5 times the age of Mike;
\n" ); document.write( "R = 5M
\n" ); document.write( ":
\n" ); document.write( "who is half the age of Larry.
\n" ); document.write( "M = .5L
\n" ); document.write( "or
\n" ); document.write( "L = 2M
\n" ); document.write( ":
\n" ); document.write( "Ed is 30 years younger than double Larry and Mike's combined ages.
\n" ); document.write( "E = 2(L+M) - 30
\n" ); document.write( "E = 2L + 2M - 30
\n" ); document.write( "Replace L with 2M
\n" ); document.write( "E = 2(2M) + 2M - 30
\n" ); document.write( "E = 4M + 2M - 30
\n" ); document.write( "E = 6M - 30
\n" ); document.write( ":
\n" ); document.write( "Daniel is 79 years younger than Rick.
\n" ); document.write( "D = R - 79
\n" ); document.write( "Replace R with 5M
\n" ); document.write( "D = 5M - 79
\n" ); document.write( ":
\n" ); document.write( "the sum of their ages is 271.
\n" ); document.write( "R + M + L + E + D = 271
\n" ); document.write( "Find M
\n" ); document.write( "5M + M + 2M + (6M-30) + (5M-79) = 271
\n" ); document.write( "19M - 109 = 271
\n" ); document.write( "19M = 271 + 109
\n" ); document.write( "19M = 380
\n" ); document.write( "M = \"380%2F19\"
\n" ); document.write( "M = 20
\n" ); document.write( ":
\n" ); document.write( "How old is Daniel?
\n" ); document.write( "D = 5M - 79
\n" ); document.write( "D = 5(20) - 79
\n" ); document.write( "D = 100 - 79
\n" ); document.write( "D = 21 yrs
\n" ); document.write( ";
\n" ); document.write( ":
\n" ); document.write( "Check solution by finding the age of each and totaling it
\n" ); document.write( "R = 5(20) = 100
\n" ); document.write( "L = 2(20) = 40
\n" ); document.write( "E = 6(20) - 30 = 90
\n" ); document.write( ":
\n" ); document.write( "R + M + L + E + D = 271
\n" ); document.write( "100 + 20 + 40 + 90 + 21 = 271
\n" ); document.write( "
\n" );