document.write( "Question 1067621: Mum is 28 years older than Anthony. Mum is 4 years younger than dad. The three of them have a total age of 84 years. How old is each person? \n" ); document.write( "
Algebra.Com's Answer #682797 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! let m = Mum's age \n" ); document.write( "d = Dad's age \n" ); document.write( "a = Anthony's age \n" ); document.write( "m = a + 28 \n" ); document.write( "d = m + 4 \n" ); document.write( "Substitute (a + 28) for m in d = m + 4 \n" ); document.write( "d = (a + 28) + 4 \n" ); document.write( "d = a + 32 \n" ); document.write( "a + m + d = 84 \n" ); document.write( "a + (a + 28) + (a + 32) = 84 \n" ); document.write( "3a + 60 = 84 \n" ); document.write( "subtract 60 from each side \n" ); document.write( "3a = 24 \n" ); document.write( "divide each side by 3 \n" ); document.write( "a = 8 \n" ); document.write( "Since m = a + 28, m = 8 + 28 = 36 \n" ); document.write( "Since d = a + 32, d = 8 + 32 = 40\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |