document.write( "Question 951638: Tom is five years older than his sister Melissa, and three times the sum of the ages of these two siblings is two years more than five times the age of Tom. How old is each of these siblings! \n" ); document.write( "
Algebra.Com's Answer #581188 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let t = Tom's age \n" ); document.write( "let m = Melissa's age \n" ); document.write( "I think when they refer to \"these two siblings\" they mean Tom and Mellisa \n" ); document.write( ": \n" ); document.write( "Tom is five years older than his sister Melissa, \n" ); document.write( "t = m + 5 \n" ); document.write( "and \n" ); document.write( "three times the sum of the ages of these two siblings is two years more than five times the age of Tom. \n" ); document.write( "3(m + t)= 5t + 2 \n" ); document.write( "3m + 3t = 5t + 2 \n" ); document.write( "3m = 5t - 3t + 2 \n" ); document.write( "3m = 2t + 2 \n" ); document.write( "Replace t with (m+5) \n" ); document.write( "3m = 2(m+5) + 2 \n" ); document.write( "3m = 2m + 10 + 2 \n" ); document.write( "3m - 2m = 12 \n" ); document.write( "m = 12 yrs is Melissa's age \n" ); document.write( "then \n" ); document.write( "12 + 5 = 17 yrs is Tom's age \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "We can check this in the statement \n" ); document.write( "\"three times the sum of the ages of these two siblings is two years more than five times the age of Tom\" \n" ); document.write( "3(17+12) = 5(17) + 2 \n" ); document.write( "3(29) = 85 + 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |