document.write( "Question 1009985: Rey is half as old as his cousin Ben and 3 years younger than his sister Susan. In 5 years, the sum of their age will be 72. How old is each now? \n" ); document.write( "
Algebra.Com's Answer #628579 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call their ages now, r, b, and s. Then we have \n" ); document.write( "r = (1/2)b or b = 2r \n" ); document.write( "r = s - 3 or s = r + 3 \n" ); document.write( "We also have (in 5 years) \n" ); document.write( "(r+5) + (b+5) + (s+5) = 72 \n" ); document.write( "r + b + s + 15 = 72 \n" ); document.write( "r + b + s = 57 \n" ); document.write( "We can substitute in from above and get \n" ); document.write( "r + 2r + (r+3) = 57 \n" ); document.write( "4r + 3 = 57 \n" ); document.write( "4r = 54 \n" ); document.write( "r = 13.5 years old \n" ); document.write( "b = 2r = 27 years old \n" ); document.write( "s = r+3 = 16.5 years old \n" ); document.write( " |